ランチャーの再構築アプリ実行後にブートストラップに失敗しました

これを解決する方法はありますか?

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 1262 exit 1>
Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
bootstrap failed with exit code 1
** 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.

Hey @b4oshany

FAILED ステートメントより前のエラーメッセージをもう少し詳しく教えていただけないと、断定的な回答はできません。エラーメッセージにある通り、上にスクロールして、それ以前のエラーメッセージを探してください。

一般的な原因としてはプラグインが考えられます。Discourse リポジトリ以外のサードパーティ製プラグインを使用していますか?まずはそれらをコメントアウトして、そこから進めてみてください。

「いいね!」 1

プラグインのリストを送ってもらえますか?

@darkpixlz@Stephen

解決しました。今年初めに問題修正のためプラグインのフォークを作成しましたが、それが原因で問題が発生していました。Discourse Doctor を実行したところ、問題のあるプラグインが特定されました。

幸い、私の変更はプラグインのメインリポジトリにマージされていたため、公式リポジトリに切り替えたところ、問題は解消されました。

「いいね!」 2

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