f1x3d Posted September 22, 2016 Posted September 22, 2016 Please backup my database "mup_forum" (cpanel username: "mup")
wolstech Posted September 22, 2016 Posted September 22, 2016 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.
f1x3d Posted September 22, 2016 Author Posted September 22, 2016 Can you double check it please? Because I'm pretty sure it uses MyISAM engine (considering the old backup I have), but there is no .sql files in my home directory.
wolstech Posted September 22, 2016 Posted September 22, 2016 This support request is being escalated to our root admin. 1
Krydos Posted September 23, 2016 Posted September 23, 2016 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. 1
Recommended Posts