ZenphotoThe simpler media website CMS
Hi,
im using ZenPhoto since 6 years with at least 300 000 photos. Now my Server gets to small and i want to switch from Server A to Server B . at the end adress will be the same.
Is this the right way to do:
1. Download filestructur
2. Upload on new onw
3. Import SQL
4. Change config?
or is there a better way to do or anything else?
best greets
thevaeth
Comments
Yes, that's generally the correct order. Also please see here:
https://www.zenphoto.org/news/moving-and-changing-existing-installations/
If your install is also 6 years old (what I really don't hope), you might get into trouble with the update if the new server runs a newer PHP 7+ version. If your old server is alredy running PHP 7+ you are on the save side. If not you have to upgrade the old one first and update to a newer Zenphoto version.
Hello again,
my problem is:
download database from old server is no problem
upload to new db fails
-- Datenbank:
dbxxxxxxxx--
-- Tabellenstruktur für Tabelle
xxxxxxxxx_administratorsCREATE TABLE
xxxxxxxxx_administrators(idint(11) UNSIGNED NOT NULL,uservarchar(64) COLLATE utf8_unicode_ci NOT NULL,passvarchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,passhashint(1) DEFAULT NULL,passupdatedatetime DEFAULT NULL,nametext COLLATE utf8_unicode_ci,emailtext COLLATE utf8_unicode_ci,rightsint(11) DEFAULT NULL,custom_datatext COLLATE utf8_unicode_ci,validint(1) NOT NULL DEFAULT '1',groupvarchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,datedatetime DEFAULT NULL,loggedindatetime DEFAULT NULL,lastloggedindatetime DEFAULT NULL,quotaint(11) DEFAULT NULL,languagevarchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,prime_albumvarchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,other_credentialstext COLLATE utf8_unicode_[...]I can't really help without any actual error (It seems parts of your post are missing because you didn't escape correctly.
But try using the included database backup tool instead as the link above suggests. I did use that successfully on such moves.
Hi acrylian,
want to say thanksfor help ! It works....
best regards
Thanks for the follow up. Glad you got it working!