Sie haben weniger als 5 GB freien Speicherplatz auf der Festplatte, auf der sich /var/lib/docker befindet.
Dateisystem Größe Verwendet Verfügbar % Genutzt Eingehängt auf
/dev/vda1 25 G 20 G 4.4 G 82% /
(Y/N) y (y/N) y Möchten Sie versuchen, Speicherplatz durch Bereinigen von Docker-Images und Containern im System freizugeben?
WARNUNG! Dies wird entfernen:
- alle gestoppten Container
- alle Netzwerke, die von mindestens einem Container nicht genutzt werden
- alle verwaisten Images
- alle Build-Caches
Möchten Sie wirklich fortfahren? [Y/N] N
Falls die Bereinigung erfolgreich war, können Sie es jetzt erneut versuchen.
Basierend auf den folgenden Themen:
Habe ich folgenden Befehl eingegeben:
sudo ./launcher rebuild app --skip-prereqs
Ich habe Schwierigkeiten, die Seite am Laufen zu halten.
Bitte sagen Sie mir, wie ich damit umgehen soll!
Ich habe meine Seite gesichert, bevor ich sudo ./launcher rebuild app --skip-prereqs ausgeführt habe.
With the commands above the site is now to stand up, Thank you very much.
How can I update the site after all?
I’m sorry for the novice question.
After launching, I typed the following command again, but this time the warning message was not displayed and started rebuilt, and the site did not open again.
cd / var / discourse
git pull
./launcher rebuild app
Currently the site is standing up with the following command again.
We can’t even begin to advise you on this without some information to go on. It may well be outside the scope of the support we provide here, but without some data it’s impossible to even say that definitively.
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 10681 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
150075aac134b18e5415078c15bcb72aa29e947e42310acc34e0b9b9e89ff95e
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
When I did “git pull”, it showed “Already up-to-date”. Is it relevant to this problem?