Im trying to migrate from V4.5.50 to the latest V5 but the migration fails and when I check the V4.5.50 server using “php artisan ninja:check-data” I have one error “=== Company: 1 Account:1 Client:98 Balance:59.43 Actual Balance:827.72 ===”
Ive tried running “php artisan ninja:check-data --fix=true” (got this from another post) but still the error remains and I believe this error is making the migration to V5 fail.
When i start the migration from the V4 server to the V5 server should i be checking the laravel.log file on the V4 server or the v5 server as the v5 server does not have a “laravel.log” file created
Looks like my problem was my PHP memory_limit on the V4 server, it was set to 128M, I changed it to 512M and the migration was successful and all my data has migrated