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?