Changing hosts, need to export CMSMS

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
KnightWolfJK

Changing hosts, need to export CMSMS

Post by KnightWolfJK »

I'm sure this has been asked & answered, but I've searched through the forum and peeked at the docs. Sorry for the redundancy.

I just got setup with a new webhost and want to move everything from OldHost to NewHost.  Is it just a SQL Export and then Import into a new installation?

Also, it might not make a difference, but the path on the server will be changing.  I had CMSMS setup at www.oldhost.com/cms (for testing), and now I'm setting it up at www.newhost.com.

Thanks for the help,
~JK
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Changing hosts, need to export CMSMS

Post by calguy1000 »

I would follow this procedure (off of the top of my head)
  • do an sqldump of the entire cmsms database into a file inside your cms directory
  • do a tar zcvf backup.tar.gz cms
  • transfer backup.tar.gz to the new directory
  • tar zxvf backup.tar.gz
  • create the database on the new host and set the access to it
  • mysql -p < sqlfile
  • edit the config.php file as appropriate.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
KnightWolfJK

Re: Changing hosts, need to export CMSMS

Post by KnightWolfJK »

Okay, thanks all. I do have shell access, and I'm about to give it a shot. 
Locked

Return to “[locked] Installation, Setup and Upgrade”