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'