Hallo @Lilly , Entschuldigung, dass es eine Weile gedauert hat, aber hier ist das Protokoll (der relevante Teil, nehme ich an)
I, [2024-11-20T05:57:07.498456 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
Aktualisiere Dateien: 100% (34680/34680), erledigt.
I, [2024-11-20T05:57:11.943323 #1] INFO -- : HEAD ist jetzt bei 274e18622 FIX: Video-Uploads hängen manchmal unendlich (#28523)
I, [2024-11-20T05:57:11.943867 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
I, [2024-11-20T05:57:12.079705 #1] INFO -- :
I, [2024-11-20T05:57:12.080107 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
set -o errexit
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
git remote set-branches --add origin main
git remote set-branches origin tests-passed
git fetch --depth 1 origin tests-passed
else
git fetch --tags --prune-tags --prune --force origin
fi
'
fatal: unable to access 'https://github.com/discourse/discourse.git/': server certificate verification failed. CAfile: none CRLfile: none
I, [2024-11-20T05:57:12.186392 #1] INFO -- :
I, [2024-11-20T05:57:12.187130 #1] INFO -- : Asynchrone Prozesse werden beendet
I, [2024-11-20T05:57:12.187180 #1] INFO -- : Sende INT an HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 39
2024-11-20 05:57:12.187 UTC [39] LOG: schnelle Herunterfahr-Anforderung empfangen
I, [2024-11-20T05:57:12.187839 #1] INFO -- : Sende TERM an exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 107
107:signal-handler (1732082232) SIGTERM empfangen, Herunterfahren wird geplant...
2024-11-20 05:57:12.189 UTC [39] LOG: aktive Transaktionen werden abgebrochen
107:M 20 Nov 2024 05:57:12.193 # Benutzer hat Herunterfahren angefordert...
107:M 20 Nov 2024 05:57:12.193 * Speichere den finalen RDB-Snapshot vor dem Beenden.
2024-11-20 05:57:12.194 UTC [39] LOG: Hintergrundarbeiter "logical replication launcher" (PID 54) mit Exit-Code 1 beendet
2024-11-20 05:57:12.194 UTC [49] LOG: wird heruntergefahren
107:M 20 Nov 2024 05:57:12.197 * DB auf Festplatte gespeichert
107:M 20 Nov 2024 05:57:12.197 # Redis ist nun bereit zum Beenden, auf Wiedersehen...
2024-11-20 05:57:12.227 UTC [39] LOG: Datenbanksystem ist heruntergefahren
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && sudo -H -E -u discourse bash -c '
set -o errexit
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
git remote set-branches --add origin main
git remote set-branches origin tests-passed
git fetch --depth 1 origin tests-passed
else
git fetch --tags --prune-tags --prune --force origin
fi
' failed with return #<Process::Status: pid 144 exit 128>
Ort des Fehlschlags: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"code", "cmd"=>["sudo -H -E -u discourse git reset --hard", "sudo -H -E -u discourse git clean -f", "sudo -H -E -u discourse bash -c '\n set -o errexit\n if [ $(git rev-parse --is-shallow-repository) == \"true\" ]; then\n git remote set-branches --add origin main\n git remote set-branches origin $version\n git fetch --depth 1 origin $version\n else\n git fetch --tags --prune-tags --prune --force origin\n fi\n'", "sudo -H -E -u discourse bash -c '\n set -o errexit\n if [[ $(git symbolic-ref --short HEAD) == $version ]] ; then\n git pull\n else\n git -c advice.detachedHead=false checkout $version\n fi\n'", "sudo -H -E -u discourse git config user.discourse-version $version", "mkdir -p tmp", "chown discourse:www-data tmp", "mkdir -p tmp/pids", "mkdir -p tmp/sockets", "touch tmp/.gitkeep", "mkdir -p /shared/log/rails", "bash -c \"touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log\"", "bash -c \"ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log $home/log\"", "bash -c \"mkdir -p /shared/{uploads,backups}\"", "bash -c \"ln -s /shared/{uploads,backups} $home/public\"", "bash -c \"mkdir -p /shared/tmp/{backups,restores}\"", "bash -c \"ln -s /shared/tmp/{backups,restores} $home/tmp\"", "chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp\"", "[ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete]"}
bootstrap failed with exit code 128
** BOOTSTRAP FEHLGESCHLAGEN ** bitte scrollen Sie nach oben und suchen Sie nach früheren Fehlermeldungen, es kann mehr als eine geben.
./discourse-doctor kann helfen, das Problem zu diagnostizieren.