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

Is it possible to migrate all data (including logins etc.) from one Vanilla instance to another?

If so, how is this done? :)

Comments

  • Options

    what do you wan to do? You want to copy the database an use it on another installation?

    grep is your friend.

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

    There are two main aspects to a Vanilla installation:

    • the SQL database
    • the Vanilla folders and files

    The DB is vital, as it contains all user details, discussions, comments, messages etc.

    You can fairly quickly rebuild a Vanilla forum from scratch if you have the DB backed up, but without it, you have lost all your posts, user details etc.

    The best answer to your question depends on where the other instance of Vanilla is.

    If it is on the same host/server, you could make a copy of your current DB, and then point your new Vanilla installation to that by editing the conf/config.php file.

    If it is on a different host/server, you would need to export your current MySQL DB and then upload it to your new host/server.

    This assumes that your other instance of Vanilla is already installed with a (mostly empty) DB.

    In either case, when you change the config.php file to point to a new DB, you will need to delete the .ini files from the cache folder.

    If you also wanted the user avatars from the old install, you would need to copy over the contents of the uploads folder.

  • Options

    Thank you, this was a great answer. The instance is on a different server, so I will need to ask my developer to export the MySQL database.

Sign In or Register to comment.