When I call:
railway add --database postgres --service dev-database
I’m getting PostgreSQL’s service with name Postgres (instead of dev-database) and postgres-volume-j8GQ volume (without an option to set this name).
I want to create the whole project from the config (to keep cloud structure in the repo).
The rest of the commands rely on the project name and I prefer to be able to set name on my own.
When I call:
I’m getting PostgreSQL’s service with name
Postgres(instead ofdev-database) andpostgres-volume-j8GQvolume (without an option to set this name).I want to create the whole project from the config (to keep cloud structure in the repo).
The rest of the commands rely on the project name and I prefer to be able to set name on my own.