42 albums to 1 album..? 42 albums to 1 album..?
 

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

42 albums to 1 album..?

Started by mr.d, October 29, 2005, 09:12:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mr.d

Hi!

I'm using coppermine 1.3.2. I have 42 albums, over 25.000 pictures. And now, i want to move all files to one album. Is it possible to move all files at the same time? It too hard to move file by file.

mr.d

Nibbler

You can run a query directly on the database.

UPDATE cpg_pictures SET aid = 123

Change cpg_ to the prefix you chose during installation and 123 to the id of the album you want the pics in. Backup first.

Joachim Müller

and while you're at it: upgrade from cpg1.3.2 to the most recent stable cpg1.3.5 - see the announcement board to get an idea why you should.