Page 1 of 1

Migrating from server A to server B

Posted: Sat Oct 19, 2013 7:14 pm
by bluealmondhostel
Hi. i though i'd just quickly share a migration i just did.

First i installed Hotel Druid normally on server B, then my first option was the native backup system, but i kept getting an error "The contents of the sent file are wrong. I wasn't able to upload the file."

so i decided to go for a cpanel native .sql backup from Server A which i uploaded to server B which kind of worked, but some tables weren't properly migrated so when i got into the installation i saw a bunch of error.

My third option was to do a php export from server A's phpmyadmin and copy and paste it into the the SQL console in phpmyadmin of Server B this proved the slowest way, but the only that worked properly.

Hope this helps future migrations.

Re: Migrating from server A to server B

Posted: Sat Mar 29, 2014 11:09 pm
by Caesar
Thank you.