View Full Version : best way to back up vbulletin?
hoopsta
12-22-2007, 02:59 PM
Is it from the admincp >Maintenance > Database Backup?
If I wanted to transfer my site to a new server is this where I would go to back everything up before re-uploading?
thx in advance for help.
Lynne
12-22-2007, 03:08 PM
You may want to read this: http://www.vbulletin.com/docs/html/main/moving_servers
The best way to do a backup is to logon to your server via ssh and do a mysqldump.
hoopsta
12-22-2007, 03:29 PM
thanks.
Just wondering, what's the point of this? = admincp >Maintenance > Database Backup?
Lynne
12-22-2007, 03:45 PM
thanks.
Just wondering, what's the point of this? = admincp >Maintenance > Database Backup?
To be honest, I don't know. Well, maybe it is for owners who have small sites on shared servers where they are unable to backup their site using mysqldump.
5th-Level
12-22-2007, 05:02 PM
Best backup is probably going to be through PHPMyAdmin
Marco van Herwaarden
12-24-2007, 07:44 AM
The only reliable method of backing up and restoring a database is with shell access via telnet or ssh. This is because backing up with a PHP script like that in the Admin CP or phpMyAdmin can result in PHP timeouts errors and an incomplete backup file. Please see the instructions here:
Backup:
http://www.vbulletin.com/docs/html/maintenance_ssh_backup
Restore:
http://www.vbulletin.com/docs/html/maintenance_ssh_restore
P.S. If you don't have shell access, some people have also reported success with these scripts:
MySQLDumper:
http://www.mysqldumper.de/en/index.php
MySQLHotxcopy:
http://www.vbulletin.com/forum/showthread.php?t=134821&highlight=mysqlhotcopy
Bigdump:
http://www.ozerov.de/bigdump.php
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.