Beim Versuch, Discourse neu aufzubauen, tritt ein Problem auf, aber ich verstehe nicht, worin das Problem besteht. Kann mir jemand helfen?
Hier ist die Ausgabe von ./launcher rebuild app:
x86_64-Architektur erkannt.
Stelle sicher, dass Launcher auf dem neuesten Stand ist
Hole origin
Launcher ist auf dem neuesten Stand
Stoppe alten Container
+ /usr/bin/docker stop -t 600 app
app
2.0.20241203-0251: Pulling from discourse/base
Digest: sha256:d5d4e6d361d56745e37f2609db58a6970cc9b3fcd26d0b2dcba23d0cb581f067
Status: Image ist auf dem neuesten Stand für discourse/base:2.0.20241203-0251
docker.io/discourse/base:2.0.20241203-0251
/usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2024-12-17T20:04:51.340338 #1] INFO -- : Lese von stdin
I, [2024-12-17T20:04:51.372817 #1] INFO -- : Datei > /etc/service/postgres/run chmod: +x chown:
I, [2024-12-17T20:04:51.380788 #1] INFO -- : Datei > /etc/service/postgres/log/run chmod: +x chown:
I, [2024-12-17T20:04:51.389047 #1] INFO -- : Datei > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2024-12-17T20:04:51.398337 #1] INFO -- : Datei > /root/install_postgres chmod: +x chown:
I, [2024-12-17T20:04:51.405124 #1] INFO -- : Datei > /root/upgrade_postgres chmod: +x chown:
I, [2024-12-17T20:04:51.406966 #1] INFO -- : Ersetze data_directory = '/var/lib/postgresql/13/main' durch data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.408283 #1] INFO -- : Ersetze (?-mix:#?listen_addresses *=.*) durch listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.409225 #1] INFO -- : Ersetze (?-mix:#?synchronous_commit *=.*) durch synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.410158 #1] INFO -- : Ersetze (?-mix:#?shared_buffers *=.*) durch shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.410961 #1] INFO -- : Ersetze (?-mix:#?work_mem *=.*) durch work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.411604 #1] INFO -- : Ersetze (?-mix:#?default_text_search_config *=.*) durch default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.412229 #1] INFO -- : Ersetze (?-mix:#?checkpoint_segments *=.*) durch checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.412891 #1] INFO -- : Ersetze (?-mix:#?logging_collector *=.*) durch logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.413731 #1] INFO -- : Ersetze (?-mix:#?log_min_duration_statement *=.*) durch log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2024-12-17T20:04:51.419815 #1] INFO -- : Ersetze (?-mix:^#local +replication +postgres +peer$) durch local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2024-12-17T20:04:51.420380 #1] INFO -- : Ersetze (?-mix:^host.*all.*all.*127.*$) durch host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2024-12-17T20:04:51.421094 #1] INFO -- : Ersetze (?-mix:^host.*all.*all.*::1\/128.*$) durch host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2024-12-17T20:04:51.421838 #1] INFO -- : > if [ -f /root/install_postgres ]; then
/root/install_postgres && rm -f /root/install_postgres
elif [ -e /shared/postgres_run/.s.PGSQL.5432 ]; then
socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres läuft bereits, stoppe Container ; exit 1
fi
I, [2024-12-17T20:04:55.815863 #1] INFO -- : Generiere Locale (das kann eine Weile dauern)...
en_US.UTF-8... fertig
Generierung abgeschlossen.
I, [2024-12-17T20:04:55.816523 #1] INFO -- : > 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
I, [2024-12-17T20:04:55.825934 #1] INFO -- : Datei > /usr/local/bin/create_db chmod: +x chown:
I, [2024-12-17T20:04:55.834243 #1] INFO -- : Datei > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2024-12-17T20:04:55.839156 #1] INFO -- : Datei > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2024-12-17T20:04:55.839678 #1] INFO -- : > sleep 5
2024-12-17 20:04:55.944 UTC [39] LOG: starte PostgreSQL 13.18 (Debian 13.18-1.pgdg120+1) auf x86_64-pc-linux-gnu, kompiliert mit gcc (Debian 12.2.0-14) 12.2.0, 64-Bit
2024-12-17 20:04:55.945 UTC [39] LOG: lauscht auf IPv4-Adresse "0.0.0.0", Port 5432
2024-12-17 20:04:55.945 UTC [39] LOG: lauscht auf IPv6-Adresse "::", Port 5432
2024-12-17 20:04:55.949 UTC [39] LOG: lauscht auf Unix-Socket "/var/run/postgresql/.s.PGSQL.5432"
2024-12-17 20:04:55.957 UTC [48] LOG: Datenbanksystem wurde um 2024-12-17 20:04:41 UTC heruntergefahren
2024-12-17 20:04:55.969 UTC [39] LOG: Datenbanksystem ist bereit, Verbindungen anzunehmen
I, [2024-12-17T20:05:00.843375 #1] INFO -- :
I, [2024-12-17T20:05:00.843591 #1] INFO -- : > /usr/local/bin/create_db
2024-12-17 20:05:01.014 UTC [58] postgres@postgres ERROR: Datenbank "discourse" existiert bereits
2024-12-17 20:05:01.014 UTC [58] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: Fehler: Datenbankerstellung fehlgeschlagen: ERROR: Datenbank "discourse" existiert bereits
2024-12-17 20:05:01.127 UTC [61] postgres@discourse ERROR: Rolle "discourse" existiert bereits
2024-12-17 20:05:01.127 UTC [61] postgres@discourse STATEMENT: create user discourse;
ERROR: Rolle "discourse" existiert bereits
NOTICE: Erweiterung "hstore" existiert bereits, überspringen
NOTICE: Erweiterung "pg_trgm" existiert bereits, überspringen
NOTICE: Erweiterung "vector" existiert bereits, überspringen
NOTICE: Version "0.8.0" der Erweiterung "vector" ist bereits installiert
NOTICE: Erweiterung "hstore" existiert bereits, überspringen
NOTICE: Erweiterung "pg_trgm" existiert bereits, überspringen
NOTICE: Erweiterung "vector" existiert bereits, überspringen
NOTICE: Version "0.8.0" der Erweiterung "vector" ist bereits installiert
I, [2024-12-17T20:05:02.768875 #1] INFO -- : GRANT
ALTER SCHEMA
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
ALTER EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
ALTER EXTENSION
UPDATE 0
I, [2024-12-17T20:05:02.769783 #1] INFO -- : > echo postgres installiert!
I, [2024-12-17T20:05:02.772946 #1] INFO -- : postgres installiert!
I, [2024-12-17T20:05:02.780721 #1] INFO -- : Datei > /etc/service/redis/run chmod: +x chown:
I, [2024-12-17T20:05:02.789261 #1] INFO -- : Datei > /etc/service/redis/log/run chmod: +x chown:
I, [2024-12-17T20:05:02.797355 #1] INFO -- : Datei > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2024-12-17T20:05:02.799315 #1] INFO -- : Ersetze daemonize yes durch in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.801831 #1] INFO -- : Ersetze (?-mix:^pidfile.*$) durch in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.806036 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2024-12-17T20:05:02.817751 #1] INFO -- :
I, [2024-12-17T20:05:02.819014 #1] INFO -- : Ersetze (?-mix:^logfile.*$) durch logfile "" in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.821066 #1] INFO -- : Ersetze (?-mix:^bind .*$) durch in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.823374 #1] INFO -- : Ersetze (?-mix:^dir .*$) durch dir /shared/redis_data in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.825686 #1] INFO -- : Ersetze (?-mix:^protected-mode yes) durch protected-mode no in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.827711 #1] INFO -- : Ersetze # io-threads 4 durch io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2024-12-17T20:05:02.829965 #1] INFO -- : > echo redis installiert
I, [2024-12-17T20:05:02.833303 #1] INFO -- : redis installiert
I, [2024-12-17T20:05:02.833999 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2024-12-17T20:05:02.847791 #1] INFO -- : logfile ""
I, [2024-12-17T20:05:02.848582 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2024-12-17T20:05:02.860731 #1] INFO -- : > sleep 10
107:C 17 Dez 2024 20:05:02.909 # oO0OoO0OoO0Oo Redis wird gestartet oO0OoO0OoO0Oo
107:C 17 Dez 2024 20:05:02.910 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=107, gerade gestartet
107:C 17 Dez 2024 20:05:02.910 # Konfiguration geladen
107:M 17 Dez 2024 20:05:02.912 * monotonic clock: POSIX clock_gettime
107:M 17 Dez 2024 20:05:02.922 * Modus=standalone, Port=6379.
107:M 17 Dez 2024 20:05:02.922 # Server initialisiert
107:M 17 Dez 2024 20:05:02.923 # WARNUNG Memory overcommit muss aktiviert sein! Ohne es kann ein Hintergrund-Backup oder Replikation bei geringem Speicherplatz fehlschlagen. Wenn deaktiviert, kann es auch zu Ausfällen ohne geringen Speicherplatz kommen, siehe https://github.com/jemalloc/jemalloc/issues/1328. Um dieses Problem zu beheben, füge 'vm.overcommit_memory = 1' zu /etc/sysctl.conf hinzu und starte neu oder führe den Befehl 'sysctl vm.overcommit_memory=1' aus, damit dies wirksam wird.
107:M 17 Dez 2024 20:05:02.923 * Lade RDB, erstellt von Version 7.0.7
107:M 17 Dez 2024 20:05:02.923 * RDB Alter 23 Sekunden
107:M 17 Dez 2024 20:05:02.923 * RDB Speicherverbrauch bei Erstellung 46.73 Mb
107:M 17 Dez 2024 20:05:03.124 * RDB-Laden abgeschlossen, geladene Keys: 4401, abgelaufene Keys: 3.
107:M 17 Dez 2024 20:05:03.124 * DB von Festplatte geladen: 0.201 Sekunden
107:M 17 Dez 2024 20:05:03.124 * Bereit, Verbindungen anzunehmen
I, [2024-12-17T20:05:12.882155 #1] INFO -- :
I, [2024-12-17T20:05:12.882393 #1] INFO -- : > thpoff echo "thpoff ist installiert!"
I, [2024-12-17T20:05:12.887354 #1] INFO -- : thpoff ist installiert!
I, [2024-12-17T20:05:12.888009 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Abbruch! Mail ist nicht konfiguriert!"; exit 1; end'
I, [2024-12-17T20:05:13.019333 #1] INFO -- :
I, [2024-12-17T20:05:13.019487 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Abbruch! Domain ist nicht konfiguriert!"; exit 1; end'
I, [2024-12-17T20:05:13.154482 #1] INFO -- :
I, [2024-12-17T20:05:13.154685 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Abbruch! CDN muss ein Protokoll angeben. Sobald dies behoben ist, solltest du deine Beiträge jetzt neu backen, um alle Beiträge zu korrigieren."; exit 1; end'
I, [2024-12-17T20:05:13.293364 #1] INFO -- :
I, [2024-12-17T20:05:13.293637 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2024-12-17T20:05:13.296993 #1] INFO -- :
I, [2024-12-17T20:05:13.305524 #1] INFO -- : Datei > /etc/cron.d/anacron chmod: chown:
I, [2024-12-17T20:05:13.313003 #1] INFO -- : Datei > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2024-12-17T20:05:13.319105 #1] INFO -- : Datei > /etc/service/unicorn/run chmod: +x chown:
I, [2024-12-17T20:05:13.324930 #1] INFO -- : Datei > /etc/service/nginx/run chmod: +x chown:
I, [2024-12-17T20:05:13.330478 #1] INFO -- : Datei > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2024-12-17T20:05:13.335821 #1] INFO -- : Datei > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2024-12-17T20:05:13.336043 #1] INFO -- : Ersetze # postgres durch if [ -f /root/install_postgres ]; then
/root/install_postgres
rm /root/install_postgres
fi
sv start postgres || exit 1
in /etc/service/unicorn/run
I, [2024-12-17T20:05:13.339445 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
Aktualisiere Dateien: 100% (34959/34959), fertig.
I, [2024-12-17T20:05:18.887993 #1] INFO -- : HEAD ist jetzt bei 251333995 FEATURE: Zeige, wann ein Badge für einen Beitrag verliehen wurde (#29696)
I, [2024-12-17T20:05:18.888111 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
I, [2024-12-17T20:05:19.062676 #1] INFO -- :
I, [2024-12-17T20:05:19.062865 #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
'
Von https://github.com/discourse/discourse
- [gelöscht] (none) -> origin/0-a-extra-item-classes
- [gelöscht] (none) -> origin/abstract_autocomplete_textarea
- [gelöscht] (none) -> origin/add-plugin-wrapper-to-user-profile-avatar
- [gelöscht] (none) -> origin/better-conflict-handling
- [gelöscht] (none) -> origin/custom-flag-default-translation
- [gelöscht] (none) -> origin/dependabot/bundler/sass-embedded-1.81.0
- [gelöscht] (none) -> origin/dependabot/bundler/webrick-1.9.1
- [gelöscht] (none) -> origin/dependabot/npm_and_yarn/sass-1.81.0
- [gelöscht] (none) -> origin/dev/ember-5-12
- [gelöscht] (none) -> origin/feature/backup-cli-sql-only-option
- [gelöscht] (none) -> origin/feature/block-ip-and-email-to-bulk-delete
- [gelöscht] (none) -> origin/fix-undefined-controller
- [gelöscht] (none) -> origin/fix/hide-profiles
- [gelöscht] (none) -> origin/mobile-firefox-keyboard-fix
- [gelöscht] (none) -> origin/relax-emoji-sanitization
- [gelöscht] (none) -> origin/separate_upload_placeholder
- [gelöscht] (none) -> origin/update-robots-desc
251333995..8f26ae7b7 main -> origin/main
* [neuer Branch] 0-a-presence -> origin/0-a-presence
* [neuer Branch] add-devenv -> origin/add-devenv
+ 8741e0f07...04bf23c03 br/directory -> origin/br/directory (erzwungene Aktualisierung)
07c91ff5b..1a3925b17 composer_toolbar_improv -> origin/composer_toolbar_improv
* [neuer Branch] dependabot/bundler/mocha-2.7.1 -> origin/dependabot/bundler/mocha-2.7.1
* [neuer Branch] dependabot/bundler/nokogiri-1.17.2 -> origin/dependabot/bundler/nokogiri-1.17.2
* [neuer Branch] dependabot/bundler/sass-embedded-1.83.0 -> origin/dependabot/bundler/sass-embedded-1.83.0
* [neuer Branch] dependabot/npm_and_yarn/jsuites-5.8.1 -> origin/dependabot/npm_and_yarn/jsuites-5.8.1
* [neuer Branch] dependabot/npm_and_yarn/sass-1.83.0 -> origin/dependabot/npm_and_yarn/sass-1.83.0
* [neuer Branch] dev-no-text-on-yields -> origin/dev-no-text-on-yields
* [neuer Branch] dev-refactor-can-check-emails-mixin -> origin/dev-refactor-can-check-emails-mixin
* [neuer Branch] dev-update-svg-icon-subset-site-setting-help-text -> origin/dev-update-svg-icon-subset-site-setting-help-text
+ d5f594c07...cb2c55972 dev/admin-api-ui-guidelines -> origin/dev/admin-api-ui-guidelines (erzwungene Aktualisierung)
* [neuer Branch] dev/admin-page-header-to-d-page-header -> origin/dev/admin-page-header-to-d-page-header
* [neuer Branch] dev/admin-webhooks-ui-guidelines -> origin/dev/admin-webhooks-ui-guidelines
* [neuer Branch] dev/settable-fields -> origin/dev/settable-fields
* [neuer Branch] embedding-ux -> origin/embedding-ux
+ 2921205f2...52a38f358 feature/wizard-look-and-feel-improvements -> origin/feature/wizard-look-and-feel-improvements (erzwungene Aktualisierung)
* [neuer Branch] fitzy/org-runners -> origin/fitzy/org-runners
* [neuer Branch] fix-chat -> origin/fix-chat
* [neuer Branch] fix-firefox-android-followup -> origin/fix-firefox-android-followup
* [neuer Branch] fix-is-replying-when-offline -> origin/fix-is-replying-when-offline
* [neuer Branch] fix-open-composer-error -> origin/fix-open-composer-error
* [neuer Branch] fix/admin-permission-precedent-deleted-posts -> origin/fix/admin-permission-precedent-deleted-posts
* [neuer Branch] fix/contact-url-about-page -> origin/fix/contact-url-about-page
* [neuer Branch] i18n/banned-lint -> origin/i18n/banned-lint
* [neuer Branch] introduce_api_for_custom_rate_limiters -> origin/introduce_api_for_custom_rate_limiters
* [neuer Branch] issue/allow-admin-to-use-reserved-usernames -> origin/issue/allow-admin-to-use-reserved-usernames
+ 50c0a90ba...56e8c5245 less_invasive_autocomplete -> origin/less_invasive_autocomplete (erzwungene Aktualisierung)
* [neuer Branch] login-css -> origin/login-css
+ 8834e37c4...d502d7c37 loic-enable-rspec-rule -> origin/loic-enable-rspec-rule (erzwungene Aktualisierung)
* [neuer Branch] loic-fix-services-delegate-with-class -> origin/loic-fix-services-delegate-with-class
* [neuer Branch] mt/fix-poll-options -> origin/mt/fix-poll-options
+ 1fc526eb4...9e46da1b7 mt/idb -> origin/mt/idb (erzwungene Aktualisierung)
+ 72f3215c0...eaded6223 mt/pr4 -> origin/mt/pr4 (erzwungene Aktualisierung)
* [neuer Branch] multiple-drafts-dropdown -> origin/multiple-drafts-dropdown
* [neuer Branch] permalink-settings -> origin/permalink-settings
* [neuer Branch] post-dup-event -> origin/post-dup-event
* [neuer Branch] post-list-component -> origin/post-list-component
* [neuer Branch] redo_sidekiq_heartbeat_checks -> origin/redo_sidekiq_heartbeat_checks
* [neuer Branch] refactor-mobile-coposer-position -> origin/refactor-mobile-coposer-position
* [neuer Branch] refactor-mobile-coposer-position-replace-actions -> origin/refactor-mobile-coposer-position-replace-actions
* [neuer Branch] renato/pm -> origin/renato/pm
* [neuer Branch] signup-progress-edits -> origin/signup-progress-edits
* [neuer Branch] skip_compressing_assets_if_assets_is_already_on_s3 -> origin/skip_compressing_assets_if_assets_is_already_on_s3
f5b108bf9..85a89e0e2 stable -> origin/stable
251333995..8f26ae7b7 tests-passed -> origin/tests-passed
* [neuer Branch] topic-tracking-dmenu -> origin/topic-tracking-dmenu
* [neuer Branch] translations-from-crowdin-main -> origin/translations-from-crowdin-main
* [neuer Branch] translations-from-crowdin-stable -> origin/translations-from-crowdin-stable
* [neuer Branch] user-fields-plugin-outlets-update -> origin/user-fields-plugin-outlets-update
* [neuer Branch] ux-create-tag-disabled -> origin/ux-create-tag-disabled
* [neuer Branch] vite -> origin/vite
* [neuer Branch] wip-merged-topics -> origin/wip-merged-topics
I, [2024-12-17T20:05:20.291566 #1] INFO -- :
I, [2024-12-17T20:05:20.291729 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
set -o errexit
if [[ $(git symbolic-ref --short HEAD) == tests-passed ]] ; then
git pull
else
git -c advice.detachedHead=false checkout tests-passed
fi
'
Auf neuen Branch 'tests-passed' gewechselt
I, [2024-12-17T20:05:25.030222 #1] INFO -- : Branch 'tests-passed' eingerichtet, um 'origin/tests-passed' zu verfolgen.
I, [2024-12-17T20:05:25.030366 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
I, [2024-12-17T20:05:25.046403 #1] INFO -- :
I, [2024-12-17T20:05:25.046548 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2024-12-17T20:05:25.055946 #1] INFO -- :
I, [2024-12-17T20:05:25.056125 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2024-12-17T20:05:25.060509 #1] INFO -- :
I, [2024-12-17T20:05:25.061466 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2024-12-17T20:05:25.067552 #1] INFO -- :
I, [2024-12-17T20:05:25.067718 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2024-12-17T20:05:25.072718 #1] INFO -- :
I, [2024-12-17T20:05:25.072873 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2024-12-17T20:05:25.133562 #1] INFO -- :
I, [2024-12-17T20:05:25.133770 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2024-12-17T20:05:25.138158 #1] INFO -- :
I, [2024-12-17T20:05:25.138341 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2024-12-17T20:05:25.144893 #1] INFO -- :
I, [2024-12-17T20:05:25.145206 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log /var/www/discourse/log"
I, [2024-12-17T20:05:25.151921 #1] INFO -- :
I, [2024-12-17T20:05:25.152276 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2024-12-17T20:05:25.159070 #1] INFO -- :
I, [2024-12-17T20:05:25.159375 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2024-12-17T20:05:25.166058 #1] INFO -- :
I, [2024-12-17T20:05:25.166378 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2024-12-17T20:05:25.172678 #1] INFO -- :
I, [2024-12-17T20:05:25.172991 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2024-12-17T20:05:25.179373 #1] INFO -- :
I, [2024-12-17T20:05:25.179636 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2024-12-17T20:05:25.417134 #1] INFO -- :
I, [2024-12-17T20:05:25.417766 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2024-12-17T20:05:25.420544 #1] INFO -- :
I, [2024-12-17T20:05:25.420997 #1] INFO -- : Ersetze # redis durch if [ ! -d /shared/redis_data ]; then
install -d -m 0755 -o redis -g redis /shared/redis_data
fi
sv start redis || exit 1 in /etc/service/unicorn/run
I, [2024-12-17T20:05:25.422694 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Klone nach 'docker_manager'...
I, [2024-12-17T20:05:26.648646 #1] INFO -- :
I, [2024-12-17T20:05:26.648966 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-data-explorer.git
Klone nach 'discourse-data-explorer'...
I, [2024-12-17T20:05:27.422032 #1] INFO -- :
I, [2024-12-17T20:05:27.422303 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/timmmmyboy/docker-embed.git
Klone nach 'docker-embed'...
I, [2024-12-17T20:05:27.932386 #1] INFO -- :
I, [2024-12-17T20:05:27.932658 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration.git
Klone nach 'discourse-chat-integration'...
I, [2024-12-17T20:05:28.771301 #1] INFO -- :
I, [2024-12-17T20:05:28.771587 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-replygif.git
Klone nach 'discourse-plugin-replygif'...
I, [2024-12-17T20:05:29.886073 #1] INFO -- :
I, [2024-12-17T20:05:29.886354 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-voting.git
Klone nach 'discourse-voting'...
I, [2024-12-17T20:05:30.594338 #1] INFO -- :
I, [2024-12-17T20:05:30.594656 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
Klone nach 'discourse-solved'...
I, [2024-12-17T20:05:31.375552 #1] INFO -- :
I, [2024-12-17T20:05:31.375879 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bcc.git
Klone nach 'discourse-bcc'...
I, [2024-12-17T20:05:31.961928 #1] INFO -- :
I, [2024-12-17T20:05:31.962216 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/DiscoTOC.git
Klone nach 'DiscoTOC'...
I, [2024-12-17T20:05:32.664375 #1] INFO -- :
I, [2024-12-17T20:05:32.664727 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-whos-online.git
Klone nach 'discourse-whos-online'...
I, [2024-12-17T20:05:33.335177 #1] INFO -- :
I, [2024-12-17T20:05:33.335457 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-fontawesome-pro.git
Klone nach 'discourse-fontawesome-pro'...
I, [2024-12-17T20:05:33.976652 #1] INFO -- :
I, [2024-12-17T20:05:33.976989 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat.git
Klone nach 'discourse-chat'...
I, [2024-12-17T20:05:35.152614 #1] INFO -- :
I, [2024-12-17T20:05:35.152879 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-custom-wizard.git
Klone nach 'discourse-custom-wizard'...
I, [2024-12-17T20:05:36.348298 #1] INFO -- :
I, [2024-12-17T20:05:36.348576 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-news.git
Klone nach 'discourse-news'...
I, [2024-12-17T20:05:36.903186 #1] INFO -- :
I, [2024-12-17T20:05:36.903544 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-post-voting.git
Klone nach 'discourse-post-voting'...
I, [2024-12-17T20:05:37.671933 #1] INFO -- :
I, [2024-12-17T20:05:37.672243 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-reactions
Klone nach 'discourse-reactions'...
I, [2024-12-17T20:05:38.435059 #1] INFO -- :
I, [2024-12-17T20:05:38.435384 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-shared-edits
Klone nach 'discourse-shared-edits'...
I, [2024-12-17T20:05:39.134862 #1] INFO -- :
I, [2024-12-17T20:05:39.135193 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-doc-categories
Klone nach 'discourse-doc-categories'...
I, [2024-12-17T20:05:39.845892 #1] INFO -- :
I, [2024-12-17T20:05:39.846259 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/29th/discourse-user-by-id
Klone nach 'discourse-user-by-id'...
I, [2024-12-17T20:05:40.396893 #1] INFO -- :
I, [2024-12-17T20:05:40.397186 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-reactions
fatal: Ziel-Pfad 'discourse-reactions' existiert bereits und ist kein leeres Verzeichnis.
I, [2024-12-17T20:05:40.402942 #1] INFO -- :
I, [2024-12-17T20:05:40.403829 #1] INFO -- : Beende asynchrone Prozesse
I, [2024-12-17T20:05:40.403968 #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
I, [2024-12-17T20:05:40.404084 #1] INFO -- : Sende TERM an exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 107
2024-12-17 20:05:40.404 UTC [39] LOG: empfangen schnellen Shutdown-Anfrage
107:signal-handler (1734465940) SIGTERM empfangen, Shutdown wird geplant...
2024-12-17 20:05:40.406 UTC [39] LOG: unterbreche alle aktiven Transaktionen
2024-12-17 20:05:40.410 UTC [39] LOG: Hintergrund-Arbeiter "logical replication launcher" (PID 54) beendet mit Exit-Code 1
2024-12-17 20:05:40.426 UTC [49] LOG: wird heruntergefahren
107:M 17 Dez 2024 20:05:40.427 # Benutzer hat Shutdown angefordert...
107:M 17 Dez 2024 20:05:40.427 * Speichere das letzte RDB-Snapshot vor dem Beenden.
2024-12-17 20:05:40.476 UTC [39] LOG: Datenbanksystem ist heruntergefahren
107:M 17 Dez 2024 20:05:40.657 * DB auf Festplatte gespeichert
107:M 17 Dez 2024 20:05:40.657 # Redis ist jetzt bereit zum Beenden, tschüss...
FEHLGESCHLAGEN
--------------------
Pups::ExecError: cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-reactions fehlgeschlagen mit Rückgabe #<Process::Status: pid 441 exit 128>
Ort des Fehlers: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec fehlgeschlagen mit den Parametern {"cd"=>"$home/plugins", "cmd"=>["git clone https://github.com/discourse/docker_manager.git", "git clone https://github.com/discourse/discourse-data-explorer.git", "git clone https://github.com/timmmmyboy/docker-embed.git", "git clone https://github.com/discourse/discourse-chat-integration.git", "git clone https://github.com/cpradio/discourse-plugin-replygif.git", "git clone https://github.com/discourse/discourse-voting.git", "git clone https://github.com/discourse/discourse-solved.git", "git clone https://github.com/discourse/discourse-bcc.git", "git clone https://github.com/discourse/DiscoTOC.git", "git clone https://github.com/discourse/discourse-whos-online.git", "git clone https://github.com/discourse/discourse-fontawesome-pro.git", "git clone https://github.com/discourse/discourse-chat.git", "git clone https://github.com/paviliondev/discourse-custom-wizard.git", "git clone https://github.com/paviliondev/discourse-news.git", "git clone https://github.com/discourse/discourse-post-voting.git", "git clone https://github.com/discourse/discourse-reactions", "git clone https://github.com/discourse/discourse-shared-edits", "git clone https://github.com/discourse/discourse-doc-categories", "git clone https://github.com/29th/discourse-user-by-id", "git clone https://github.com/discourse/discourse-reactions"]}
Bootstrap fehlgeschlagen mit 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.
8583d802d54ae22f3b827ec739724277851f99186b4e6caf1fcf2951f9b6744f