INFORMATION
Relevant information to this issue:
- OS:
- databases: postgres
- Programming language and version:
- Link to your project on Github/Gitlab:
- Link to your application - Qovery
ISSUE
I have an environment that I deployed with terraform that contains a managed postgres db. Right now, we don’t need the environment all the time, so I stopped it manually. When I redeployed it, the applications redeployed just fine, but the postgres db won’t. I’ve tried several times. When I check the deployment logs I see:
Deployment of Database failed but we rollbacked it to previous safe/running version !
and in the live logs:
No pods found for requested service. Retry later
. How do I resolve this? Is there a different way I should be stopping and starting an environment containing a managed postgres instance?