docs: clarify install-user check (postgres = no env needed)

This commit is contained in:
notplants
2026-06-22 19:31:27 +00:00
committed by notplants
parent 5f50022bb4
commit ede639916c

View File

@ -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
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'