Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: edform on November 30, 2004, 10:40:42 AM

Title: Moving Mambo sites
Post by: edform on November 30, 2004, 10:40:42 AM
I need to move a Mambo site to a new server, but I don't want to simply backup and restore the whole thing - the old server has some issues with a failed install of SmerpFax that I just can't clean up.

What do I have to move over to get my site working on the new machine? I assume that the html folder in the virtual domain, and the database folder in /var/lib/mysql should do it, but a bit of advice would be useful.

Ed Form
Title: Moving Mambo sites
Post by: guest22 on November 30, 2004, 11:26:14 AM
Sounds about right Ed, if there are no 'system requirements' that were needed for Mambo e.g. system user etc.
Title: Moving Mambo sites
Post by: Micael_Aman on November 30, 2004, 12:59:41 PM
I did just that a couple of weeks ago. I just backed up the mambo database via phpmyadmin and moved the files and directory under /html to the new server.

On the ner server I restored the database and edit the configure.php with the new path to the database.

Don't forget to set the access rights on the files on the new server. This is described in tha Mambo manual.


//Micael Åman
Sweden
Title: Moving Mambo sites
Post by: edform on November 30, 2004, 04:20:13 PM
Quote from: "Micael_Aman"
I did just that a couple of weeks ago. I just backed up the mambo database via phpmyadmin and moved the files and directory under /html to the new server...

Thanks Micael, and RequestedDeletion; I'll get to it this evening.

Ed Form