「すべてアップグレード」ボタンは最高!

Great thanks to discourse team for making “upgrade all” button in admin.
It makes life better!
:slight_smile:

「いいね!」 30

Thanks should head @Osama’s way :hugs:

「いいね!」 18

Couldn’t agree more @arrowcircle @sam
All thanks to @Osama Thanks a lot man. This made our lives so much easier. So much thanks and appreciation to you :slight_smile:

「いいね!」 5

2.1.0.beta2 は再起動を必要とする変更を含んでいますか?アップグレード後に /admin/upgrade を訪問すると、以下が表示されます。

Discourse イメージの古いバージョンを実行しています。

最新のイメージを実行するまで、Web UI 経由でのアップグレードは無効化されています。

そのためには、SSH を使用してサーバーにログインし、以下のコマンドを実行してください。

cd /var/discourse
git pull
./launcher rebuild app

サポートサイトでの詳細情報

「いいね!」 1

Indeed - follow the prompt and you should be able to get the upgrade all button as well. The upgrade UI needs to be disabled sometimes when there are backwards-incompatible changes between core and the updater, to avoid chicken-egg problems. This sort of upgrade is pretty infrequent however, so most of the time you can use the /admin/upgrade path.

「いいね!」 3