MyBB Community Forums

Full Version: Moving forum to another server.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
What is the procedure to move the forum from one server to another without loosing user's accounts and posts? Going into details would be deeply appreciated Smile
Thank you.

  1. Export your MyBB database from phpMyAdmin's Export page.
  2. Download your inc/config.php and inc/settings.php from your old forum.
  3. Import your MyBB database back on your new database server using phpMyAdmin's SQL page.
  4. Upload the version of MyBB you were using before.
  5. If your database info has changed, edit your inc/config.php and edit accordingly. It may also be a good idea to open inc/settings.php and see if there is anything you need to edit (ie. cookie domain, and URL settings).
  6. Replace the default inc/config.php and inc/settings.php with the ones you downloaded earlier.
  7. Access your Admin CP directly and update your cookie and URL settings. (If you cannot login to Admin CP, go into phpMyAdmin in the mybb_settings table and find the settings and edit as required).
It should be ready to go at that point.
Thanks a lot Dennis for clear reply.

DennisTT Wrote:
  1. Upload the version of MyBB you were using before.
Does it mean that I can simply copy forum folder from one server to another or do I have to go again through entire installation routine using install package?
Thanks.
You can either upload the forum folder from your old server, or if you don't have that, you can upload the forum folder from a zip downloaded from mybboard.com. Bottom line is that you need to upload a copy of a MyBB (your old one, or from the zip), but you DON'T need to run the install.
Thanks a lot Dennis