Is there a way to add readonly user to PostgreSQL database from railway?
Hello, I created a database using the built-in postgresql deployment. Is there a way to add an additional user that has read-only permission to be used in services that are only consuming the data (grafana in the screenshot)?
Thanks a lot!
Solution:Jump to solution
Hello, the Postgres databases we deploy are near stock Postgres databases, so you'd do it the same way you would on any Postgres database deployed via docker - https://tableplus.com/blog/2018/04/postgresql-how-to-create-read-only-user.html
3 Replies
Project ID:
N/A
8d218d83-5f33-440f-b241-e58690337d3c
Oh
Solution
Hello, the Postgres databases we deploy are near stock Postgres databases, so you'd do it the same way you would on any Postgres database deployed via docker - https://tableplus.com/blog/2018/04/postgresql-how-to-create-read-only-user.html