Hi @tylkomat, apologies for the delay here, I’m back now. Could you try downgrading to pre-v6.0 and then retrying the migration to v6.0? Other users were able to resolve issues with a couple of tries. Additionally, try following KB if you haven’t already to maximize your chances of a successful migration: https://theeventscalendar.com/knowledgebase/k/migrating/
Here’s an article to help you with downgrading the plugins: Accessing and Installing Older Plugin Versions.
To be safe, we’d recommend conducting these tests and new updates on a Staging Server. Also, please keep a working backup of your website.
Let me know how it goes.
Best,
Abz
Hello Abz,
sorry for the late response as well. I installed the latest 5.x version, converted to the new layout, then did the upgrade to latest 6.x and lastly started the migration process. Unfortunately the result is the same. 15 Events left.
Hi @tylkomat, sorry to hear about this. What PHP version are you using? I am curious if the migration was stuck. Could you try using this snippet here:
add_action( 'init', function () {
// Will attempt to force a revert of tables and metadata
tribe( \TEC\Events\Custom_Tables\V1\Migration\Process_Worker::class )->undo_event_migration( [] );
} );
Running this snippet will revert the event metadata and custom tables and reset your site back to a state where you can re-try migration. This will force your site out of the maintenance mode we use during migration.
- Install the free Code Snippets plugin.
- In your dashboard, go to Snippets > Add New and copy the snippet below.
- Save and Activate the snippet.
- Go to Events > Settings > Upgrade and confirm that migration is not longer in progress.
- Go back to Snippets > All Snippets and deactivate the snippet.
Before you try migration again, you may want to review our tips for a smooth migration.
To be safe, we’d recommend conducting tests and new updates on a Staging Server. Also, please keep a working backup of your website.
Let me know how it goes.
Best,
Abz
This thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.