Hi there,
I am wanting to find out what is teh best way to backup the website developed using the CMS MS.
Website is currently running on Windows Server 2003 + MySQL Database
Thanks in advance.
Regards,
Backup of website
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
- Location: Germany
Re: Backup of website
Hi,
if you backup your database, you have already done most of the job...
for that, go to your phpMyAdmin (or similar) and 'export' your database by sending it to a file (sql)....
Then you only need to backup your images or other stuff in the uploads folder, that aren't part of the basic installation.
If you made some hardcoded changes on for example modules or plugins you should backup them, too.
Best luck!
if you backup your database, you have already done most of the job...
for that, go to your phpMyAdmin (or similar) and 'export' your database by sending it to a file (sql)....
Then you only need to backup your images or other stuff in the uploads folder, that aren't part of the basic installation.
If you made some hardcoded changes on for example modules or plugins you should backup them, too.
Best luck!