steps to migrate the forum to Debian server

edited October 2011 in Vanilla 2.0 - 2.8
What are the steps to migrate the forum in an Ubuntu server to a Debian server?

I need to create one script... but i need to have right steps!
Tagged:

Best Answer

  • ToddTodd Vanilla Staff
    Answer ✓
    Hmm. I think you just need to

    1. Take the site down.
    2. mysqldump the db.
    3. Restore the db.
    4. Copy the forum folder.
    5. Delete /cache/*.ini.
    6. Modify config.php to point to new db.

Answers

  • ToddTodd Vanilla Staff
    Answer ✓
    Hmm. I think you just need to

    1. Take the site down.
    2. mysqldump the db.
    3. Restore the db.
    4. Copy the forum folder.
    5. Delete /cache/*.ini.
    6. Modify config.php to point to new db.
  • Thanks!! i had problems but its was mysql !!
Sign In or Register to comment.