Can you move a gallery? Can you move a gallery?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Can you move a gallery?

Started by sicily18, February 24, 2005, 08:01:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sicily18

Can you move a gallery from one server to another? Say, i have a gallery on www.blahblah.com/gallery, would i be able to move it to www.yahdayahda.com/gallery?

Tranz

Yes.
    * Backup your files: FTP-download your complete coppermine-folder to your hard drive
    * use a tool like phpMyAdmin to get a dump (backup) of your mySQL database entries. More info here
    * verify your backup is working: check if the mySQL-dump contains all data (open the zipped dump file and use a text editor to view it)
    * on the new server: FTP-upload your coppermine-folder to the new server
    * CHMOD the folder /albums to 755 or 777 (depending on your server config]
    * restore the mySQL table by running the queries of the dump files you created in step 2
    * test-drive your coppermine gallery - you should be done