Ich habe eine neue Discourse-Instanz (heute Morgen erstellt). Die App wurde erfolgreich gebaut und läuft ohne Probleme. Allerdings versuche ich, den Import-Container zu bauen (unter Verwendung dieser Anleitung), aber der Container startet nicht korrekt.
Das sind die Fehler, die ich sehe. In den Logs weiter oben finde ich nichts, das dazu in Beziehung stehen könnte.
FAILED
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs $(($(nproc) - 1)) --without test development' failed with return #<Process::Status: pid 1836 exit 15>
Location of failure: /usr/local/lib/ruby/gems/3.4.0/gems/pups-1.4.0/lib/pups/exec_command.rb:138:in 'Pups::ExecCommand#spawn'
exec failed with the params {"cd" => "$home", "cmd" => ["echo \"gem 'mysql2'\" >> Gemfile", "echo \"gem 'ruby-bbcode-to-md', :github => 'nlalonde/ruby-bbcode-to-md'\" >> Gemfile", "su discourse -c 'bundle config unset deployment'", "su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs $(($(nproc) - 1)) --without test development'"]}
bootstrap failed with exit code 15
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
Für jede Hilfe wäre ich dankbar.