Skip to content

Instantly share code, notes, and snippets.

@l00f00
Created April 30, 2023 15:45
Show Gist options
  • Save l00f00/8f98b8ed1730d3442362b7eb9a7d1152 to your computer and use it in GitHub Desktop.
Save l00f00/8f98b8ed1730d3442362b7eb9a7d1152 to your computer and use it in GitHub Desktop.
migrate oxygen site
Properly migrate Oxygen sites using the All-in-One WP Migration plugin
All-in-One WP Migration plugin is one of the best free (depending on the file size) back-up and migration tools out there - period. I use it for every single project. Here are the steps to achieve a successful migration.
Step 1: Dowload and activate the All-in-One WP Migration plugin if you do not already have this on the WP install you wish to migrate.
Step 2: Export the site in question via: wp-admin dashboard > All-in-One WP Migration > Export > Export To > File and then click the green Download prompt.
Step 3: Dowload and activate the All-in-One WP Migration plugin if you do not already have this in the WP install you wish to migrate the site to.
Step 4: Import the site in question via: wp-admin dashboard > All-in-One WP Migration > Import > Import From > File and then locate the file you previously downloaded from the export.
Step 5: Save permalinks via: wp-admin dashboard > Settings > Permalinks, select the permalink structure you require and click “Save Changes”.
Repeat Step 5 (so you should have saved permalinks twice).
Step 6: Sign shortcodes via: wp-admin dashboard > Oxygen > Settings > Security > Sign All Shortcodes and then make sure you check “I have made a complete backup of my site.”, check all post types, and then click “Start shortcodes signing process”.
Step 7: Clear Oxygen cache via: wp-admin dashboard > Oxygen > Settings > CSS Cache > Regenerate CSS Cache
Step 8: Clear cache from any other caching plugin and/or from your hosting provider.
Provided you followed those steps in that order, you should be good to go!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment