One thing that may help if it’s hitting a memory limit right away is to change the migration to take the data in smaller chuncks. You can do this by adding the following to your wp-config.php file in the “Developers” section:
define( 'EE_MIGRATION_STEP_SIZE', 5);
This will make the migration manager migrate only 5 records per request instead of the default 50. That means the migration will go much slower but there’s less chance of a timeout.
Great! Please let us know if you need anything else. I will close this ticket.
P.S. Thanks for your patience!
Viewing 5 reply threads
The support post ‘Event Espresso 4.6 – Migration stuck at 0%’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.