더 이상 Discourse를 업데이트할 수 없습니다

웹 인터페이스에 다음과 같이 표시됩니다:

그리고 재빌드(rebuild)를 시도하면 다음과 같은 오류가 발생합니다:

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-oauth2-basic.git failed with return #<Process::Status: pid 283 exit 128>
Location of failure: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.3.0/lib/pups/exec_command.rb:131:in `spawn'
exec failed with the params {"cd"=>"$home/plugins", "cmd"=>["git clone https://github.com/discourse/docker_manager.git", "git clone https://github.com/discourse/discourse-solved.git", "git clone https://github.com/discourse/discourse-github.git", "git clone https://github.com/discourse/discourse-oauth2-basic.git", "git clone https://github.com/discourse/discourse-chat.git", "git clone https://github.com/discourse/discourse-reactions.git", "git clone https://github.com/discourse/discourse-data-explorer.git", "git clone https://github.com/discourse/discourse-chat-integration.git"]}
bootstrap failed with exit code 128
---
HINT: The plugin 'discourse-reactions' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-reactions' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-oauth2-basic' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-oauth2-basic' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-chat-integration' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-chat-integration' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-data-explorer' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-data-explorer' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
41000056ddacb6105036e85e67db1a5eab6fbd8d0184e4db5e16613c189fe2cd

현재 Discourse에 번들되어 있는 플러그인들을 /var/discourse/containers/app.yml 파일에서 주석 처리해 보았지만,
재빌드 시에도 동일한 오류가 발생합니다.

해결 방법이 있는 분 계신가요? 감사합니다!

app.yml 파일에서 이 플러그인들을 제거해야 합니다. 해당 플러그인들은 이미 새로운 버전의 discourse에 포함되어 있으므로, 재빌드 시 별도로 가져올 필요가 없습니다.

containers/app.yml 파일에서 'git clone https://github.com/discourse/discourse-reactions' 줄을 제거한 후 다시 시도해 보세요.
---
containers/app.yml 파일에서 'git clone https://github.com/discourse/discourse-oauth2-basic' 줄을 제거한 후 다시 시도해 보세요.
---
containers/app.yml 파일에서 'git clone https://github.com/discourse/discourse-chat-integration' 줄을 제거한 후 다시 시도해 보세요.
---
containers/app.yml 파일에서 'git clone https://github.com/discourse/discourse-data-explorer' 줄을 제거한 후 다시 시도해 보세요.

문제는 제가 정확히 그렇게 했다는 겁니다.

이 문제는 모든 플러그인이 코어에 번들링되는 것과 관련이 있다고 생각합니다. 개발 환경에서도 오류가 많이 발생하고, 플러그인이 깨지며, 콘솔 로그가 쏟아집니다.

app.yml 파일에 설치된 플러그인 목록을 보내주실 수 있을까요? 감사합니다!

줄을 삭제한 후 yml 파일을 실제로 저장했나요?

          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-github.git
#          - git clone https://github.com/discourse/discourse-oauth2-basic.git
#          - git clone https://github.com/discourse/discourse-chat.git
#          - git clone https://github.com/discourse/discourse-reactions.git
#          - git clone https://github.com/pmusaraj/discourse-onesignal.git
#          - git clone https://github.com/discourse/discourse-data-explorer.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
```*강조된 텍스트*

일부는 주석 처리되어 있습니다...

discourse-chat-integration은 여전히 주석 처리가 필요한 것 같습니다

네, 감사합니다… 다시 시도해서 알려드릴게요.

네, 그게 맞았네요… 12시간이나 일하다 보니 실수를 많이 했을 만하네요. 감사합니다!