From 5bc5a11423dd16544f795367d17ddaae760244d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Zed=C3=A9n=20Yver=C3=A5s?= Date: Mon, 10 Jun 2024 14:05:56 +0200 Subject: [PATCH] docs: add reference to issue #215 when discussing database roles resolves #215 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc7685f..7244bd8 100644 --- a/README.md +++ b/README.md @@ -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