The dreaded switching of hosts

Darcness

Member
Forum current exists on SiteA.com and I would like to move it to server space on SiteB.com

  1. Unzip and Xenforo software to SiteB server
  2. Go to SiteB.com/install, complete installation, using db1
  3. Verify SiteB.com shows new, clean forum.
  4. Create new database on SiteB (db2)
  5. SiteA.com, ACP -> Setup -> Options -> Board Active (uncheck)
  6. On SiteA, mysqldump --opt -u <dbuser> -p --default-character-set=utf8mb4 <dbname> > forum.sql
  7. WinSCP forum.sql to local machine
  8. WinSCP forum.sql to SiteB server
  9. On SiteB server, mysql -u <dbuser> -p db2 < forum.sql
  10. Edit SiteB/src/config.php and change dbname to db2
  11. Go to SiteB.com, see the following: The site is currently being upgraded. Please check back later. (Also see 'board is inactive' message)
  12. mysql -u <dbuser> -p db2
  13. update xf_option set option_value='SiteB.com' where option_id = 'boardUrl';
  14. Go to SiteB.com, STILL see the following: The site is currently being upgraded. Please check back later. (Still also see 'board is inactive' message')
  15. Decide to humor the gremlins, go to SiteB.com/install
  16. Log in with admin account
  17. See button to 'Begin Upgrade' to 2.0.7, but note that the forum is ALREADY ON 2.0.7, according to the footer.
  18. Throw hands up in frustration.
I'm out of ideas. What do I do next?
 
Top Bottom