Page 1 of 1
[solved]Backing up site/Making a image copy
Posted: Sat Aug 02, 2008 3:10 am
by CWebguy
Is it safe to say that a way to successfully back up a CMS site (such as CMSMS) and put it on another server/computer is just to copy the directory and all the contents and export the database (using PHPMyadmin) and upload the directory folder and the database onto the new server/computer (just those two things)?
Seems like this would cover the bases and make a direct copy (directory and database). Is this right?
Thanks!
Lance
Re: Backing up site/Making a image copy
Posted: Sat Aug 02, 2008 3:17 am
by jmcgin51
Re: Backing up site/Making a image copy
Posted: Sat Aug 02, 2008 3:26 am
by CWebguy
Thanks, I"m guessing this method works for any CMS system? Seems like it would. Directory and database copied onto new server. Just thinking outside the box (or trying to at least
Lance
Re: Backing up site/Making a image copy
Posted: Sat Aug 02, 2008 3:31 am
by jmcgin51
yeah, it's a pretty standard procedure. WordPress works the same; ditto for phpBB (not really a CMS, but similar concept), XOOPS, etc.
Re: [solved]Backing up site/Making a image copy
Posted: Fri Aug 15, 2008 5:21 pm
by CWebguy
Some places say to check the boxes entitled "Complete Inserts" and/or "use hexadecimal for blob" under the DATA box in the PHPmyadmin Export tool, while others don't.
Also sometimes the checkboxes under "Structure" are different (depending on the source I read, I"m using MySQL 5 by the way). Does it matter for CMSMS? The documentation isn't clear on this.
Thanks!
CWebguy
Re: [solved]Backing up site/Making a image copy
Posted: Fri Aug 15, 2008 6:26 pm
by Dr.CSS
You should be able to go with the defaults set for exporting/importing I've never had to change anything, using cPanel...
Re: [solved]Backing up site/Making a image copy
Posted: Fri Aug 15, 2008 6:46 pm
by CWebguy
How about inside PHPmyadmin? I don't have CPanel on my development machine. Sorry
Thanks!
Re: [solved]Backing up site/Making a image copy
Posted: Fri Aug 15, 2008 8:42 pm
by Dr.CSS
OH ah yes that's what I meant duh...

Re: [solved]Backing up site/Making a image copy
Posted: Sat Aug 16, 2008 2:18 pm
by CWebguy
ok, thanks