docs: clarify install-user check (postgres = no env needed)
This commit is contained in:
@ -14,6 +14,6 @@ WARNING: if your deployment's database has an "install user" other than `postgre
|
|||||||
for this migration, otherwise the postgres upgrade aborts with an install-user
|
for this migration, otherwise the postgres upgrade aborts with an install-user
|
||||||
mismatch.
|
mismatch.
|
||||||
|
|
||||||
Check your old deployment's install user before upgrading:
|
Check your old deployment's install user before upgrading (if this command returns postgres, then you do not need to set this env):
|
||||||
|
|
||||||
abra app run YOURAPPDOMAIN db -- psql -U discourse -tAc 'select rolname from pg_roles where oid = 10'
|
abra app run YOURAPPDOMAIN db -- psql -U discourse -tAc 'select rolname from pg_roles where oid = 10'
|
||||||
|
|||||||
Reference in New Issue
Block a user