feat(discourse): switch app to official discourse/discourse image (experimental) #5

Open
autonomic-bot wants to merge 5 commits from discourse-official-image into main
7 changed files with 76 additions and 95 deletions
Showing only changes of commit ede639916c - Show all commits

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'