context deadline exceeded
could be a problem with your network. Check this out:
If @angordeyev’s suggestion does not work. Could you give more information please?
What’s the:
- status of the db:
flyctl status -a <postgres-app>
; - how are the health checks?
flyctl checks list -a <postgres-app>
; and - exact details of any instances that are running
flyctl status instance <id> -a <postgres-app>
.