The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
database backup times out due too large db
Hi all..
my database is gettng big and if i want to make a backup it just times out on the 30 seconds as there are some larger tables in the db.. is there a way to set the 30 seconds to like 90 seconds? |
#2
|
||||
|
||||
The only reliable method of backing up and restoring your database is via Secure Shell: http://www.vbulletin.com/docs/html/m...nce_ssh_backup
Most hosts offer this by default. Having said that, I believe you can increase the max execution time by editing your php.ini file with the following: Code:
max_execution_time = 300 |
#3
|
|||
|
|||
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/m...nce_ssh_backup Restore: http://www.vbulletin.com/docs/html/m...ce_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/showt...t=mysqlhotcopy Bigdump: http://www.ozerov.de/bigdump.php |
#4
|
||||
|
||||
thanks very much guys, this is really helpfull
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|