فشل ترقية Discourse عبر واجهة الويب وترقية SSH تؤدي إلى تعطيل مثيل Discourse

@IAmGav Here is a gist that contains the ./launcher rebuild app output - link

The only indication of ERROR is in the following group of lines (see below).

They seem to be related to database and role creation. Is there any way to bypass these actions? (which I think you would want to do during an upgrade since you working with a pre-existing instance)

Lines 88-95

2021-11-25 21:21:38.451 UTC [64] postgres@postgres ERROR:  database "discourse" already exists
2021-11-25 21:21:38.451 UTC [64] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
I, [2021-11-25T21:21:38.454429 #1]  INFO -- :
I, [2021-11-25T21:21:38.454908 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-11-25 21:21:38.531 UTC [68] postgres@discourse ERROR:  role "discourse" already exists
2021-11-25 21:21:38.531 UTC [68] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists