Postgres database stop suddenly (dead) in my Rails App

It is probably related to Postgres app fails on restart/deployment.

Are you able to connect to your DB application console?

fly ssh console -a <some-application-db>

You can try to retrieve your data then:

You can try snapshots if it works for you.

1 Like