View Full Version : moving vbulletin to new vps
Mr. Burns
04-27-2012, 12:58 AM
i had made a test copy to put on the new host to test, it worked great, tho the live site has updated posts since i put the copy on the new host, how do i bring those posts over essentially over riding what i have currently their, is it as simple as a new db dump and then importing the new dump to the new server?
ahmed-samara
04-27-2012, 01:45 AM
Best way to transfer the database through the hosting of shell , Use the move command If large forum
Type a command base download:
mysqldump DATABASEUSER -u DATABASENAME -p > /home/USER/public_html/backupday
DATABASEUSER = Username databas
DATABASENAME = name databas
USER = Site username
Open your FTP program and download the public_html folder rule
SQL file will download to your computer.
Then how to lift your new site file the tlent another time, type the following command
mysql DATABASEUSER -u DATABASENAME -p < /home/USER/backupday.sql
Finished lesson
Mr. Burns
04-27-2012, 02:11 AM
thats just the thing old server host is crap, i had to download a copy of the db thru vbulletin today as the old server under phpadmin said export.php was not found, and the ssl access on the old server, doesn't recognize any commands
ahmed-samara
04-27-2012, 02:17 AM
You need to manually save the rule on your computer then lifted on the new vps
Mr. Burns
04-27-2012, 02:19 AM
is there a easier way as the old host is basically not reliable to ask to save the rule in the vps or even fix the server as when i put the forum on the new server all the issues we were having vanished.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.