PG instance went down?

So my dev PG instance went down yesterday.

I can see some health check errors in the logs:

I’m not very worried about this instance. I could just delete it, create a new one, and run the migrations.

The issue is I have no idea what happened here.

I can’t restart the app and there’s nothing I can do to fix this. I can’t connect to the DB to pg_dump.

I also tried forking with fly postgres create --fork-from and got this error:

Error: Failed to resolve the volume associated with the primary instance

What is concerning is what if whatever happened here happens on my production DB?

So I manually restarted the machine (not the app) and it worked…

The restart policy was set to always so no idea what happened.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.