Quick question. I've been pondering moving hosts and consolidating as right now I'm using three different web-hosts for differing projects.
If I were to move the zenphoto install (complete site move, database backup via phpmyadmin then restoral etc) would I have to re-tag every photo, add descriptions, etc, all over again?
The filesystem would be different between the hosts one starts with /user/home etc and the other is /var/usr/home/blahblah/acct.
Is zenphoto's filesystem based setup comparative to it's relative location? Or the full path?
Comments
The most secure way is to add the info to the images via metadata itself before intially uploading.
In any case, I suggest to run a test before moving the real thing.
Is there logs or a debug switch I can enable to see what's going on? I don't see any errors in cgi log for it.
Edit:
Original Location -
# Zenphoto version 1.2.6 [4681] (Official Build)
# Current gallery theme: myzenpage_visual
# PHP version: 5.2.9
# Graphics support: PHP GD library bundled (2.0.34 compatible)
# PHP memory limit: 128M (Note: Your server might allocate less!)
# MySQL version: 5.0.83
# Database name: db1092904_zen
# Table prefix: zp_
New Location -
# Zenphoto version 1.2.6 [4681] (Official Build)
# Current gallery theme: myzenpage_visual
# PHP version: 5.1.6
# Graphics support: PHP GD library bundled (2.0.28 compatible)
# PHP memory limit: 128M (Note: Your server might allocate less!)
# MySQL version: 5.0.77
# Database name: zen
# Table prefix: zp_
If the Zenphoto releases are different, then there may be some tables/fields that were backed up but have no place to be restored.
The released version of backup-restore does not take that into consideration. There is a ticket on this. Attached to that ticket is a backup-restore that will handle missing elements. But it will not be released until after 1.2.7 since we are in development freeze now.
There is no problem with the rows of missing albums/images so long as you do not do a database refresh. That is when the cleanup occurs.