Log in

View Full Version : Backing Up forum


mark|3
12-19-2007, 08:12 AM
Hi,

I would like to know on how to go about backing up my forum and its DB. As the DB grows in size what would the most feasible method of backing up and storing?

Thanks

C.ooder
12-19-2007, 08:18 AM
from the forum

sql ? or

Marco van Herwaarden
12-19-2007, 09:07 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

mark|3
12-31-2007, 02:42 AM
thank you :)