Initial database setup in Railway
Open
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
What's the best practice for setting up **initially** the database users in Railway?
I've tried creating a service that runs only migrations, but running `...` triggers the following:
```
ERROR: Graphile Starter must run inside of a git versioned folder.
```
Which makes me believe that `CONFIRM_DROP=true yarn setup:db` is not intended ever for the prod db
Contributor guide
Assessment
This issue has not been assessed yet.