Skip to content

Commit

Permalink
docs: add reference to issue graphile#215 when discussing database roles
Browse files Browse the repository at this point in the history
resolves graphile#215
  • Loading branch information
FelixZY committed Jun 10, 2024
1 parent dc73beb commit 9d8047f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ createdb myapp --owner=dbowner
createdb myapp_shadow --owner=dbowner
```

> For an in depth-discussion on the different users and roles typically
> involved in database and migration management, please see issue
> [#215](https://github.com/graphile/migrate/issues/215).
Export your database URL, shadow database URL, and a "root" database URL which
should be a superuser account connection to any **other** database (most
PostgreSQL servers have a default database called `postgres` which is a good
Expand Down

0 comments on commit 9d8047f

Please sign in to comment.