Skip to main content

Restoring Database from Backup Problem

Comments

4 comments

  • SysSachin
    Hi, May I know which backup you have configured on your server. I mean it's Incremental Backup or Compress Account Backups ? If it's Compress Backups then you have to extract the backup and restore database.
    0
  • simon87
    Hi SysSachin, thanks so much for your answer. It is a Compressed backup, I already did that, but for some reason the mysql file is just a 5kb dump with the structure of one table, it has no sense. Any ideas?
    0
  • cPanelMichael
    Hello, It's possible the InnoDB corruption prevented a successful backup of the database. Do you have any other backups available? If not, you may want to try repairing the InnoDB using the instructions in the following thread if the database still exists in it's corrupted state: InnoDB Corruption Repair Guide Thank you.
    0
  • ruzbehraja
    One possibility is that before restoring that table, you have missed
    mysql> SET FOREIGN_KEY_CHECKS=0;
    But if your backup is not complete, then there's no question of trying to restore it successfully.
    0

Please sign in to leave a comment.