Log in

View Full Version : backup split?


luangj
09-21-2008, 09:14 PM
Hi guys, i need help, i had a host and i save the backup of the database at my pc, but it have 70mb, and i had now a new host, but at phpmyadmin i just can import backup with 50mb or less:S, please what i can do? i heard about spliting my database, can i split my database when i saved it at my pc?

Marco van Herwaarden
09-23-2008, 08:28 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