Discourse のアップデートができなくなりました

Web interface says this:

and I get these errors then trying to 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

Tried commenting out plugins which are now bundled from /var/discourse/containers/app.yml

but rebuild still drops the same error.

Anyone has an idea? Thank you!

これらのプラグインを 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' の行を削除してから、もう一度試してください。
「いいね!」 3

実際、私はまったくその通りにしました。

プラグインが不要な形でコアにバンドルされ、適切なテストが行われなかったことが原因だと思います。

「いいね!」 1

アプリのymlファイルにインストールされているプラグインのリストを送信していただけますか?よろしくお願いします!

「いいね!」 2

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
```*強調されたテキスト*

いくつかはコメントアウトされています…
「いいね!」 1

Looks like discourse-chat-integration still needs to be commented out

「いいね!」 5

はい、ありがとうございます…もう一度試して報告します

「いいね!」 2

はい、それでした…12時間もぶっ通しで作業していたら、こんな間違いをするのも無理はありません。ありがとうございます!

「いいね!」 3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.