Hacker News new | ask | show | jobs
by digitaltrees 39 days ago
umm lots of providers have cli tools: ‘heroku run rails db:drop —-app {name}’ railway, fly.io etc. so unless you don’t ever use their cli tools locally there’s a vector. Plus CI/CD might also have credentials to do things like run migrations.
1 comments

Well that’s a developer problem, then. We use fly but prod secrets are not saved locally.
So you can’t ssh into the pg or database?