Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Database migration

Hi Team, just wondering if we have database migration tool. Just installed fresh vanilla forum 2.6 & I want to migrate data from vanilla 2.2 database. TIA

Comments

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    If you have installed it on the same server, then the steps are:

    back up your database and config.php file

    change the details in your 2.6 config.php file to point to your production database

    run yourforum.com/utility/update

    clear files from cache folder

    That should do it.

    If you have moved to a different server, you will need to export your DB using something like phpMyAdmin.

  • Options

    I'm working on it local first, so that's same server. There are tables that on the db2.6 which is not present on db2.2 (like GDN_AccessToken) and vice-versa. How about columnconflict on same table, Will the utility update take care of it?

  • Options

    I'm working on it local first, so that's same server. Thanks to utility/upgrade & clear cache, it works like charm. I'm good now, thanks @whu606

Sign In or Register to comment.