From ede639916c1f08e098767178e444f5edd8668363 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 22 Jun 2026 19:31:27 +0000 Subject: [PATCH] docs: clarify install-user check (postgres = no env needed) --- release/1.0.0+3.5.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/1.0.0+3.5.3 b/release/1.0.0+3.5.3 index 7562b6f..3ac2345 100644 --- a/release/1.0.0+3.5.3 +++ b/release/1.0.0+3.5.3 @@ -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'