Erase db on new service deployment
I want to erase railway postgres whenever i create a new deployment for my service. Curious if there's a simple way
An improvised solution would be to simply delete the db on deploy, create a new one using railway graphql api or cli, then update the connection string. Checking first to see if there's some other way to do this
3 Replies