CpG 1.4 backup -> restore in a new domain... how??? CpG 1.4 backup -> restore in a new domain... how???
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

CpG 1.4 backup -> restore in a new domain... how???

Started by sotris99, March 14, 2006, 10:56:08 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

sotris99

I have one site that hosts a cpg and only that. I would like to move it in a new location but i do not want to lose the comments... How am i suppose to do that?

Joachim Müller

backup all your files that exist within the coppermine folder on your server, using your ftp app. Create a mysql dump using a tool like phpMyAdmin or mySqlDumper. Details: http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#BackupDatabase

On the new domain, restore all your files you backed up in the first step, and restore your database (or rather: fill a fresh database with the dump you created previously). Then edit include/config.inc.php with a plain text editor to reflect the new server's mysql setup. Finally go to coppermine's config and change "URL of your coppermine gallery folder (no 'index.php' or similar at the end)". That's it.

Has been asked quite often - in the future, please search before posting.