The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database Backup Problem
Hi there,
i am trying to change serves for my forum. The server i am currently on does not have cpanel, and everytime i load admicnp and click save database to the server it gets down to processing poll and crashed. Processing: pollvote Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/gow2forum.co.uk/Public_HTML/includes/class_core.php on line 721 How can i fix this so i can download the database. I have tried using the other method but it still seems to only downlod 40MB of the database when i know the database should be bigger |
#2
|
|||
|
|||
1. You shouldnt be downloading/dumping the database thru the admincp.
2. You should be dumping the db via the cmd line in ssh/shell. 3. mysqldump --opt u username -p dbnamehere > /path/tp/save/backup/backup.sql Your error is a setting in php.ini max_execution_time = 30 Change to 60 or higher and restart apache. AGAIN DO NOT BACKUP YOUR DATABASE THRU THE ADMINCP, ITS NOT A GUARANTEED BACKUP METHOD! |
#3
|
|||
|
|||
Ok ive got the server admins to generate a backup of the database using phpmyadmin
Thanks |
#4
|
|||
|
|||
Do not use phpmyadmin either, the only reliable backup method is via mysqldump.
|
#5
|
||||
|
||||
From the manual:
Backing Up The Database via SSH/Telnet or Backing Up The Database via phpMyAdmin Restoring The Database via SSH/Telnet or Restoring The Database via phpMyAdmin If you don't have shell access, some people have also reported success with these scripts: MySQLDumper MySQLHotxcopy Bigdump |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|