is there a way to have database on prod but delete database only on dev environment?

I want to use render.com postgresql database on dev environment because it's free
2 Replies
milo
milo2y ago
i mean a postgres database is like 1$ a month out of your 5$ free credits and im not sure you can actually disable it in one environment yeah you can't
Faraz
Faraz2y ago
The only way I can think of is having your db in a different project with a single environment. But then you’d manually have to copy your variables over if you have your services on railway.