The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Restart database restore Operation
Hi,
i have a large database to restore. around 10gig. there was an interruption in the middle of restoring. how to restart the restore operation from where it stop. I had already waited 5hrs .. i do not wish to restore the database from the beginning. Can anyone here please help to share the syntax to use in ssh? Thanks |
#2
|
|||
|
|||
Unless you generated the database backup with the "IGNORE" option, there's no way to just let it skip half of the dump.
You got 3 options: 1. Delete the half restored database and start over. 2. Open the dump file and remove everything that has already been imported. Bit unpractical since it's hard to work with files of multiple gigs. 3. Look at where your database import stopped in something like PHPMyAdmin, then delete the most recent table that was imported (it always imports from A to Z, so delete the table that's at the bottom of the list) and re-export the database to include all the tables that are still missing. Personally I would go for option 3. |
#3
|
|||
|
|||
Quote:
--------------- Added [DATE]1507421424[/DATE] at [TIME]1507421424[/TIME] --------------- Is there a way to create a new sqldump file which exclude few table from my old sqldump file? If yes, what is the syntax to use? Thanks |
#4
|
|||
|
|||
Refer to https://unix.stackexchange.com/quest...-debian-server to run it as a background task.
As for your second question, do you mean you want to make a new dump based on the current dump file you have? I'm not aware of any easy way to do that. |
#5
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|