I’m trying to migrate an old wordpress site to a new host – the old installation hasn’t been updated for a while and is still on 2.6.5 while the new install is 3.2.1 (current). Unfortunately the old front end is currently not working, so I can’t use anything there.

I’m wondering if there’s a tool or way to update the existing 2.6.5 database to be compatible with 3.2.1 so that I can just load all of the existing data into the new system via a SQL query.

4 Answers
4

Upgrade by simply overwriting the new version of WordPress files, you will get the prompt of upgrading the database when logged in. Do backup the files & database before trying to do anything so that you can always revert back to the old state in case something goes wrong.

Most probably the upgrade will work directly without doing incremental upgrades. And if you would want to, then you can get any version of WordPress like this http://wordpress.org/wordpress-2.9.zip Change the version in the URL according to the version you want.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *