Database Move, Just A Simple Question Database Move, Just A Simple Question
 

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

Database Move, Just A Simple Question

Started by ZakRhino, October 13, 2007, 10:13:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ZakRhino

Hello I been going over the docs. about moving and such and I have move my gallery over, someone else dackup my gallery. My question is the backup just backs up the tables and such and not the images themselves? Cause I just move it in to another database and don't see any pictures but all the data for them are there. I put the data in the folders via FTP and not everything looks like it what it was before I move. So is that correct that when you back up a database you don't take the picture data and just the table structure itself?
Thanks :)

François Keller

QuoteSo is that correct that when you back up a database you don't take the picture data and just the table structure itself?
yes, you must also copy the content of your old album folder into the new.
don't forget to modify the config.inc.php file
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

ZakRhino

Quote from: Frantz on October 13, 2007, 10:50:43 PM
yes, you must also copy the content of your old album folder into the new.
don't forget to modify the config.inc.php file

Great it makes sense now thanks! :D