root@huey:/var/discourse# ./launcher rebuild app
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Already up to date.
Note: checking out 'v1.0.3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD アップデートにエラーが発生しました
```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })
修正にご協力ください。I, [2021-11-26T06:52:47.426522 #1] INFO – : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} +
I, [2021-11-26T06:52:53.805479 #1] INFO – :
I, [2021-11-26T06:52:53.806274 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle install --deployment --retry 3 --jobs 4 --verbose --without test development’
[非推奨] --deployment フラグは非推奨です。これは bundler の呼び出し間で記憶されることを前提としていますが、将来のバージョンでは bundler がこれを行わなくなります。代わりに bundle config set --local deployment 'true' を使用し、このフラグの使用を中止してください。
[非推奨] --without フラグは非推奨です。これは bundler の呼び出し間で記憶されることを前提としていますが、将来のバージョンでは bundler がこれを行わなくなります。
postgres に入ったら、\\c discourse を実行し、次に SELECT * FROM themes を実行して、ID が 11 の問題のある Alternative Logo テーマを見つけます。次に、DELETE FROM themes WHERE id=11 で削除し、\\q でコンソールを終了します。