I am trying to migrate event espresso from the older version to a newer version. It stuck on 86% and I am not able to find any errors for the clue.
Please help me to upgrade that.
I am trying to migrate event espresso from the older version to a newer version. It stuck on 86% and I am not able to find any errors for the clue.
Please help me to upgrade that.
The server may be hitting a timeout limit when it’s processing the database update. One other thing that can help (besides deactivating other plugins) is set a lower amount of records to process per request.
In other words, you can set the script work in smaller “chunks” at a time. You add the following to your wp-config.php file:
define( 'EE_MIGRATION_STEP_SIZE', 20);
So instead of the default 50 records per request, it will do 20 per request.
Viewing 3 reply threads
The support post ‘Unable to migrate to latest version i.e. 4.10.’ 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.