Log in

View Full Version : How do i


TechLines
12-22-2007, 04:44 PM
How do i back up the site like if something happens to it so i can re-upload it so i have everything back to the way it was before the problem. I see a database backup area in the maintenence section but what do i do from there.

Lynne
12-22-2007, 05:03 PM
You might want to take a look at the documention: http://www.vbulletin.com/docs/html/main/appendix_3

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