DevKinsta Errror: DK0029

Hello there @natasha_nightshift :wave:

Thank you for the main.log file you shared before (I’ve moved it internally, for security reason).

I’ve checked and reviewed the log, and noticed these after the Database dump process has been initiated on your local computer by DevKinsta:

[2024-07-22 11:06:09.724] [warn] [dumpSiteDatabase] Some warnings from mysql: mysqldump: Error 1030: Got error 1877 “Unknown error 1877” from storage engine InnoDB when dumping table wp_wfknownfilelist at row: 0

[2024-07-22 11:06:09.725] [error] Error - DK0029: MYSQL_DUMP_COMMON: Error (3): mysqldump: Error 1030: Got error 1877 “Unknown error 1877” from storage engine InnoDB when dumping table wp_wfknownfilelist at row: 0

[2024-07-22 11:06:09.727] [error] [ipcMainStep] Error in operation SITE_PUSH, step dumpDb: Error - DK0029: MYSQL_DUMP_COMMON: Error (3): mysqldump: Error 1030: Got error 1877 “Unknown error 1877” from storage engine InnoDB when dumping table wp_wfknownfilelist at row: 0

so it seems, there’s an issue with your local database’s table: wp_wfknownfilelist
and that couldn’t be dumped locally - and that’s the reason why the push process of your website (from local machine to Staging server) couldn’t be completed (failed).

Most probably there’s an issue with your local database’s table as logged in that main.log file - perhaps that table is corrupted? :person_shrugging:

If that’s the case, you may need to work with your experienced web developers/programmers to assist you to fix that corrupted DB table in question , or perhaps if you’re not using that anymore, you can try to delete that specific table only, and see if the database can be dumped as part of that site push process.

Best regards,
Agus Utomo