Jump to content

[Solved] Johnny Database Backup


f1x3d

Recommended Posts

Johnny databases should be in your home directory as a .sql file already. If there is no .sql file for that database (or it is empty), it likely used InnoDB and cannot be backed up at the moment. Once we rebuild Johnny (whenever that is, likely months), we're planning to attempt recovery of the InnoDB databases, but there's no way to do so while the server is damaged.

 

You can retrieve the file via FTP if it exists.

Link to comment
Share on other sites

This error is why your database backup didn't automatically get created.

mysqldump: Error 1194: Table 'phpbb_V7posts' is marked as crashed and should be repaired when dumping table `phpbb_V7posts` at row: 1361
This is the result of repairing the table

mup_forum.phpbb_V7posts | repair | info     | Found wrong packed record at 49128       
mup_forum.phpbb_V7posts | repair | warning  | Number of rows changed from 6452 to 1360 
mup_forum.phpbb_V7posts | repair | status   | OK
The .sql file is in your home directory now.
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...