You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NodeChef
I noticed today that my app was no longer serving data. After a quick check of the logs it turns out we couldn't connect to the database, nor am I able to connect to the database directly.
Checking the dashboard showed that the database closed down a few hours before. I restarted it and it failed to start up.
2025-07-19T22:54:57.562176Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2025-07-19T22:54:57.562198Z 0 [ERROR] Plugin 'InnoDB' init function returned error. 2025-07-19T22:54:57.562205Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2025-07-19T22:54:57.562210Z 0 [ERROR] Failed to initialize plugins. 2025-07-19T22:54:57.562214Z 0 [ERROR] Aborting
2025-07-19T22:54:57.562220Z 0 [Note] Binlog end 2025-07-19T22:54:57.562268Z 0 [Note] Shutting down plugin 'MyISAM' 2025-07-19T22:54:57.562287Z 0 [Note] Shutting down plugin 'CSV' 2025-07-19T22:54:57.563910Z 0 [Note] mysqld: Shutdown complete
So basically, my Database instance can't be started so no data can be pulled and served.