Changing hosts Changing hosts
 

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

Changing hosts

Started by WyllyWylly, May 03, 2004, 06:54:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

WyllyWylly

Hi, sorry if this is a repeat question - if so, please point me at the thread that I need to read.

I'm changing hosting providers, and I have a few general questions about the move:

1) My previous host did not support ImageMagick, but the new one does. I'd like to use IM instead of GD - are there any problems or gotchas that I should be aware of after I restore the database and change the image lib? Should I regenerate the thumbs and resized pictures after enabling IM?

2) Are there any general gotchas when moving? I've recreated the DB on the new host from a SQL dump, and I plan to move the album directories up  exactly as they are on the current host. In theory, this should work, but if there is anything that I should know about...please advise!

If it matters, I am moving from Redhat 7.x to a FreeBSD host. I doubt that it will affect anything but who knows?

Thanks in advance. I love this script!

Joachim Müller

The image lib (GD or IM) are only used when new pics are added to the database, so the migration should run smoothly no matter what image lib you have. After migration, go to coppermine config and choose the lib you want to use there.
There have been various threads dealing with this issue with detailed steps for server migration, search the board.
The OS of the webserver doesn't matter at all...

GauGau

WyllyWylly

Thanks for the swift reply. I must have used the wrong keywords when I searched initially...I'll have another go at it.  :)

Is there any real benefit to regenerating the thumbs etc with ImageMagick as opposed to GD?

Joachim Müller

There will be no visible difference between thumbnails created with GD2 and ImageMagick imo, there's only a big difference in quality between GD1 and GD2/ImageMagick (see http://coppermine.sourceforge.net/faq.php?q=GD1vsGD2#GD1vsGD2 ).
If you however feel you want to re-create your thumbnails with ImageMagick, you can do so using the resize pictures admin tool from coppermine admin menu when your gallery is up-and-running on your new server.

GauGau