Upgrading a 2.0 Database to 2.5
-
It’s a long story, but the short version is that I had 2.0 on my site (hosted by a 3rd party) and now have 2.5 on it. The database has all the tables in it still from the 2.0 version of my blog with the prefix “hb_” on all the table names. In the same database are all the tables for the new 2.5 version with the prefix “wp_”. As I’m sure people know, when I changed “wp_” to “hb_” in the wp_config.php, it didn’t work. When I pulled up WordPress (http://mysite.com/wordpress), as usual, I got a message that what I was looking for was not there.
Okay, that was my first shot, so then I looked and saw that there were different tables used for 2.5 than 2.0 (such as using terms instead of categories) and that some of the tables had a slightly different structure.
My old blog is in 2.0 format and I’d like to convert it to tables using the 2.5 format. Is there any way I can do that?
Thanks!
The topic ‘Upgrading a 2.0 Database to 2.5’ is closed to new replies.