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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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