postgres-db suspended

Go ahead and list your machines using:

fly machines list --app <app-name>

If any of your machines are in a stopped state, you can start it by running:

fly machines start <machine-id> --app <app-name>
6 Likes