Tutti i log
[root@VM-12-13-opencloudos discourse]# ./launcher rebuild app
Architettura x86_64 rilevata.
Verifica che launcher sia aggiornato
Launcher è aggiornato
2.0.20240825-0027: Pulling from discourse/base
Digest: sha256:6de68cb49198b5281f79ed9401b3fe818c854d220dcf0238549fe2f2adb19146
Stato: L'immagine è aggiornata per discourse/base:2.0.20240825-0027
docker.io/discourse/base:2.0.20240825-0027
/usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2024-10-19T13:50:31.994053 #1] INFO -- : Lettura da stdin
I, [2024-10-19T13:50:32.004621 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2024-10-19T13:50:32.009191 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2024-10-19T13:50:32.013618 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2024-10-19T13:50:32.017938 #1] INFO -- : File > /root/install_postgres chmod: +x chown:
I, [2024-10-19T13:50:32.022326 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2024-10-19T13:50:32.022750 #1] INFO -- : Sostituzione di data_directory = '/var/lib/postgresql/13/main' con data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.023536 #1] INFO -- : Sostituzione di (?-mix:#?listen_addresses *=.*) con listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.025221 #1] INFO -- : Sostituzione di (?-mix:#?synchronous_commit *=.*) con synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.026428 #1] INFO -- : Sostituzione di (?-mix:#?shared_buffers *=.*) con shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.027604 #1] INFO -- : Sostituzione di (?-mix:#?work_mem *=.*) con work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.029619 #1] INFO -- : Sostituzione di (?-mix:#?default_text_search_config *=.*) con default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.030608 #1] INFO -- : Sostituzione di (?-mix:#?checkpoint_segments *=.*) con checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.031551 #1] INFO -- : Sostituzione di (?-mix:#?logging_collector *=.*) con logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.033322 #1] INFO -- : Sostituzione di (?-mix:#?log_min_duration_statement *=.*) con log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2024-10-19T13:50:32.034706 #1] INFO -- : Sostituzione di (?-mix:^#local +replication +postgres +peer$) con local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2024-10-19T13:50:32.035041 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*127.*$) con host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2024-10-19T13:50:32.036167 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*::1\/128.*$) con host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2024-10-19T13:50:32.037059 #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 già in esecuzione, arresta il container ; exit 1
fi
I, [2024-10-19T13:50:33.948482 #1] INFO -- : Generazione delle localizzazioni (questo potrebbe richiedere un po' di tempo)...
en_US.UTF-8... fatto
Generazione completata.
I, [2024-10-19T13:50:33.948732 #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-10-19T13:50:33.955411 #1] INFO -- : File > /usr/local/bin/create_db chmod: +x chown:
I, [2024-10-19T13:50:33.963917 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2024-10-19T13:50:33.968300 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2024-10-19T13:50:33.969657 #1] INFO -- : > sleep 5
2024-10-19 13:50:34.081 UTC [39] LOG: avvio di PostgreSQL 13.16 (Debian 13.16-1.pgdg120+1) su x86_64-pc-linux-gnu, compilato da gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-10-19 13:50:34.082 UTC [39] LOG: in ascolto sull'indirizzo IPv4 "0.0.0.0", porta 5432
2024-10-19 13:50:34.082 UTC [39] LOG: in ascolto sull'indirizzo IPv6 "::", porta 5432
2024-10-19 13:50:34.086 UTC [39] LOG: in ascolto sulla socket Unix "/var/run/postgresql/.s.PGSQL.5432"
2024-10-19 13:50:34.093 UTC [48] LOG: il sistema del database è stato arrestato il 2024-10-19 13:48:19 UTC
2024-10-19 13:50:34.103 UTC [39] LOG: il sistema del database è pronto ad accettare connessioni
I, [2024-10-19T13:50:38.974064 #1] INFO -- :
I, [2024-10-19T13:50:38.974219 #1] INFO -- : > /usr/local/bin/create_db
2024-10-19 13:50:39.815 UTC [58] postgres@postgres ERROR: il database "discourse" esiste già
2024-10-19 13:50:39.815 UTC [58] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: errore: creazione del database fallita: ERROR: il database "discourse" esiste già
2024-10-19 13:50:39.904 UTC [61] postgres@discourse ERROR: il ruolo "discourse" esiste già
2024-10-19 13:50:39.904 UTC [61] postgres@discourse STATEMENT: create user discourse;
ERROR: il ruolo "discourse" esiste già
NOTICE: l'estensione "hstore" esiste già, saltata
NOTICE: l'estensione "pg_trgm" esiste già, saltata
NOTICE: l'estensione "vector" esiste già, saltata
NOTICE: la versione "0.7.4" dell'estensione "vector" è già installata
NOTICE: l'estensione "hstore" esiste già, saltata
NOTICE: l'estensione "pg_trgm" esiste già, saltata
NOTICE: l'estensione "vector" esiste già, saltata
NOTICE: la versione "0.7.4" dell'estensione "vector" è già installata
I, [2024-10-19T13:50:41.055604 #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-10-19T13:50:41.056260 #1] INFO -- : > echo postgres installato!
I, [2024-10-19T13:50:41.058685 #1] INFO -- : postgres installato!
I, [2024-10-19T13:50:41.062996 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2024-10-19T13:50:41.066731 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
I, [2024-10-19T13:50:41.070663 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2024-10-19T13:50:41.072432 #1] INFO -- : Sostituzione di daemonize yes con in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.073165 #1] INFO -- : Sostituzione di (?-mix:^pidfile.*$) con in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.075450 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2024-10-19T13:50:41.083114 #1] INFO -- :
I, [2024-10-19T13:50:41.083654 #1] INFO -- : Sostituzione di (?-mix:^logfile.*$) con logfile "" in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.084501 #1] INFO -- : Sostituzione di (?-mix:^bind .*$) con in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.086688 #1] INFO -- : Sostituzione di (?-mix:^dir .*$) con dir /shared/redis_data in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.088658 #1] INFO -- : Sostituzione di (?-mix:^protected-mode yes) con protected-mode no in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.091200 #1] INFO -- : Sostituzione di # io-threads 4 con io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2024-10-19T13:50:41.095884 #1] INFO -- : > echo redis installato
I, [2024-10-19T13:50:41.097627 #1] INFO -- : redis installato
I, [2024-10-19T13:50:41.097959 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2024-10-19T13:50:41.105603 #1] INFO -- : logfile ""
I, [2024-10-19T13:50:41.105814 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2024-10-19T13:50:41.107689 #1] INFO -- : > sleep 10
107:C 19 Ott 2024 13:50:41.123 # oO0OoO0OoO0Oo Redis è in avvio oO0OoO0OoO0Oo
107:C 19 Ott 2024 13:50:41.123 # Versione Redis=7.0.7, bit=64, commit=00000000, modified=0, pid=107, appena avviato
107:C 19 Ott 2024 13:50:41.123 # Configurazione caricata
107:M 19 Ott 2024 13:50:41.123 * orologio monotono: POSIX clock_gettime
107:M 19 Ott 2024 13:50:41.126 * Modalità di esecuzione=standalone, porta=6379.
107:M 19 Ott 2024 13:50:41.126 # Server inizializzato
107:M 19 Ott 2024 13:50:41.126 # ATTENZIONE: l'overcommit della memoria deve essere abilitato! Senza di esso, un salvataggio in background o una replicazione potrebbero fallire in condizioni di memoria bassa. Se disabilitato, può anche causare fallimenti senza condizioni di memoria bassa, vedi https://github.com/jemalloc/jemalloc/issues/1328. Per risolvere questo problema aggiungi 'vm.overcommit_memory = 1' a /etc/sysctl.conf e poi riavvia o esegui il comando 'sysctl vm.overcommit_memory=1' per rendere effettive le modifiche.
107:M 19 Ott 2024 13:50:41.126 * Caricamento RDB prodotto dalla versione 7.0.7
107:M 19 Ott 2024 13:50:41.126 * Età RDB 142 secondi
107:M 19 Ott 2024 13:50:41.126 * Utilizzo memoria RDB alla creazione 0.83 Mb
107:M 19 Ott 2024 13:50:41.126 * Caricamento RDB completato, chiavi caricate: 11, chiavi scadute: 0.
107:M 19 Ott 2024 13:50:41.126 * DB caricato da disco: 0.000 secondi
107:M 19 Ott 2024 13:50:41.126 * Pronto ad accettare connessioni
I, [2024-10-19T13:50:51.109945 #1] INFO -- :
I, [2024-10-19T13:50:51.110333 #1] INFO -- : > thpoff echo "thpoff è installato!"
I, [2024-10-19T13:50:51.115648 #1] INFO -- : thpoff è installato!
I, [2024-10-19T13:50:51.116217 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Interruzione! La mail non è configurata!"; exit 1; end'
I, [2024-10-19T13:50:51.185084 #1] INFO -- :
I, [2024-10-19T13:50:51.185195 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Interruzione! Il dominio non è configurato!"; exit 1; end'
I, [2024-10-19T13:50:51.256814 #1] INFO -- :
I, [2024-10-19T13:50:51.256929 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Interruzione! Il CDN deve avere un protocollo specificato. Una volta corretto, dovresti ribakare i tuoi post ora per correggere tutti i post."; exit 1; end'
I, [2024-10-19T13:50:51.324896 #1] INFO -- :
I, [2024-10-19T13:50:51.325095 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2024-10-19T13:50:51.327476 #1] INFO -- :
I, [2024-10-19T13:50:51.330153 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2024-10-19T13:50:51.334196 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2024-10-19T13:50:51.338092 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
I, [2024-10-19T13:50:51.341990 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2024-10-19T13:50:51.345790 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2024-10-19T13:50:51.349861 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2024-10-19T13:50:51.350146 #1] INFO -- : Sostituzione di # postgres con 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-10-19T13:50:51.352055 #1] INFO -- : > su discourse -c 'git config --global url."https://mirror.ghproxy.com/https://github.com/".insteadOf "https://github.com/"'
I, [2024-10-19T13:50:51.401411 #1] INFO -- :
I, [2024-10-19T13:50:51.403411 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
Aggiornamento file: 100% (34680/34680), fatto.
I, [2024-10-19T13:50:55.210905 #1] INFO -- : HEAD è ora su 274e18622 FIX: I caricamenti video a volte si bloccano indefinitamente (#28523)
I, [2024-10-19T13:50:55.211024 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
I, [2024-10-19T13:50:55.343230 #1] INFO -- :
I, [2024-10-19T13:50:55.343530 #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
'
warning: reindirizzamento a https://ghp.ci/https://github.com/discourse/discourse.git/
Da https://mirror.ghproxy.com/https://github.com/discourse/discourse
- [eliminato] (nessuno) -> origin/0-a-gjs-ace
- [eliminato] (nessuno) -> origin/better-respect-End-key-in-topics
- [eliminato] (nessuno) -> origin/category-experts-approved-webhook-event
- [eliminato] (nessuno) -> origin/chat-sound-respects-indicator-pref
- [eliminato] (nessuno) -> origin/d-button-noautoclass
- [eliminato] (nessuno) -> origin/dependabot/bundler/omniauth-google-oauth2-1.1.2
- [eliminato] (nessuno) -> origin/dependabot/bundler/sass-embedded-1.77.8
- [eliminato] (nessuno) -> origin/dependabot/bundler/sassc-embedded-1.77.8
- [eliminato] (nessuno) -> origin/dependabot/npm_and_yarn/ember-cli-deprecation-workflow-3.0.2
- [eliminato] (nessuno) -> origin/dependabot/npm_and_yarn/ember/test-helpers-4.0.1
- [eliminato] (nessuno) -> origin/dependabot/npm_and_yarn/eslint-9.7.0
- [eliminato] (nessuno) -> origin/dependabot/npm_and_yarn/sass-1.77.8
- [eliminato] (nessuno) -> origin/detect-default-readonly
- [eliminato] (nessuno) -> origin/dev/add-skeleton-of-section-landing-page-and-items
- [eliminato] (nessuno) -> origin/dev/remove-header-widgets
- [eliminato] (nessuno) -> origin/feature/site-text-result-selected-lang
- [eliminato] (nessuno) -> origin/fix/add-user-to-user-directory-when-activated
- [eliminato] (nessuno) -> origin/issue/fix-bookmark-clearing-reminder
- [eliminato] (nessuno) -> origin/loic-drop-compiled-js-column
- [eliminato] (nessuno) -> origin/mt/converter
- [eliminato] (nessuno) -> origin/mt/uploads-command
- [eliminato] (nessuno) -> origin/native-class-components-2
- [eliminato] (nessuno) -> origin/native-class-components-3
- [eliminato] (nessuno) -> origin/notifications_id_bigint
- [eliminato] (nessuno) -> origin/prevent-desktop-notifications-on-mobile
- [eliminato] (nessuno) -> origin/tobiaseigen-patch-3
- [eliminato] (nessuno) -> origin/tobiaseigen-patch-5
- [eliminato] (nessuno) -> origin/update-composer-media-optimization-requirements
- [eliminato] (nessuno) -> origin/ux/admin-plugins-ui-guidelines
274e18622..201c174b4 main -> origin/main
* [nuovo branch] 0-a-dl -> origin/0-a-dl
* [nuovo branch] 0-a-more-topics-api -> origin/0-a-more-topics-api
* [nuovo branch] 0-a-notif-button-gjs -> origin/0-a-notif-button-gjs
* [nuovo branch] 0-a-presence-ref -> origin/0-a-presence-ref
* [nuovo branch] auto-grid-images -> origin/auto-grid-images
* [nuovo branch] automatic-grid-images -> origin/automatic-grid-images
* [nuovo branch] avatar-uploader-uppy -> origin/avatar-uploader-uppy
* [nuovo branch] chat-uppy-upload -> origin/chat-uppy-upload
* [nuovo branch] chunk-size -> origin/chunk-size
* [nuovo branch] cleanup-mobile-topic-footer-area -> origin/cleanup-mobile-topic-footer-area
7f254be61..488081d93 coco/generic-importer -> origin/coco/generic-importer
* [nuovo branch] dependabot/bundler/omniauth-google-oauth2-1.2.0 -> origin/dependabot/bundler/omniauth-google-oauth2-1.2.0
* [nuovo branch] dependabot/bundler/sass-embedded-1.80.2 -> origin/dependabot/bundler/sass-embedded-1.80.2
* [nuovo branch] dependabot/bundler/sassc-embedded-1.80.0 -> origin/dependabot/bundler/sassc-embedded-1.80.0
* [nuovo branch] dependabot/npm_and_yarn/sass-1.80.2 -> origin/dependabot/npm_and_yarn/sass-1.80.2
* [nuovo branch] dev-drop-password-related-columns-from-users-table -> origin/dev-drop-password-related-columns-from-users-table
* [nuovo branch] dev-faster-tests -> origin/dev-faster-tests
* [nuovo branch] dev-nginx-conf -> origin/dev-nginx-conf
* [nuovo branch] dev/automation-scriptable-add-with-class -> origin/dev/automation-scriptable-add-with-class
* [nuovo branch] dev/glimmer-post-menu -> origin/dev/glimmer-post-menu
* [nuovo branch] dev/port-outlet-wrapper-to-stable -> origin/dev/port-outlet-wrapper-to-stable
* [nuovo branch] dev/remove-deprecated-respect-plugin-positional-argument -> origin/dev/remove-deprecated-respect-plugin-positional-argument
* [nuovo branch] dev/use-new-filestore-download-method -> origin/dev/use-new-filestore-download-method
+ 59bf25001...86f856e04 devcontainer -> origin/devcontainer (aggiornamento forzato)
* [nuovo branch] dmenu-button-default-styling -> origin/dmenu-button-default-styling
* [nuovo branch] drop_textarea_manip_mixin -> origin/drop_textarea_manip_mixin
* [nuovo branch] ember-native-class -> origin/ember-native-class
* [nuovo branch] feature-categories-only-optimized -> origin/feature-categories-only-optimized
* [nuovo branch] feature/add-user-to-topic_tags_changed-event -> origin/feature/add-user-to-topic_tags_changed-event
* [nuovo branch] feature/allow-description-screenshots-for-remote-theme -> origin/feature/allow-description-screenshots-for-remote-theme
* [nuovo branch] fix-participating-users-statistics -> origin/fix-participating-users-statistics
* [nuovo branch] fix-safari-below-18-detection -> origin/fix-safari-below-18-detection
* [nuovo branch] fix/handle-nested-top-topic-period-param -> origin/fix/handle-nested-top-topic-period-param
* [nuovo branch] fix/problem-check-target-pg13 -> origin/fix/problem-check-target-pg13
* [nuovo branch] forgot-password-in-staff-readonly -> origin/forgot-password-in-staff-readonly
* [nuovo branch] full-width-login-modal-mobile -> origin/full-width-login-modal-mobile
* [nuovo branch] glint -> origin/glint
* [nuovo branch] invite-uploader-uppy -> origin/invite-uploader-uppy
* [nuovo branch] issue/fix-plugin-actions-outlet -> origin/issue/fix-plugin-actions-outlet
* [nuovo branch] issue/reply-to-site-contact-revise-review -> origin/issue/reply-to-site-contact-revise-review
* [nuovo branch] loic-params-contracts -> origin/loic-params-contracts
* [nuovo branch] loic-refactor-chat-services -> origin/loic-refactor-chat-services
* [nuovo branch] look-and-feel-changes -> origin/look-and-feel-changes
* [nuovo branch] modified-header-offset-calculator -> origin/modified-header-offset-calculator
* [nuovo branch] mt/idb -> origin/mt/idb
* [nuovo branch] mt/port-uploads-importer -> origin/mt/port-uploads-importer
* [nuovo branch] perf-chat-auto-join-take-42 -> origin/perf-chat-auto-join-take-42
* [nuovo branch] post-badge-poc -> origin/post-badge-poc
* [nuovo branch] render-glimmer-granular -> origin/render-glimmer-granular
* [nuovo branch] revert-28587-revert-28321-dev/remove-create_post_for_category_and_tag_changes-setting -> origin/revert-28587-revert-28321-dev/remove-create_post_for_category_and_tag_changes-setting
* [nuovo branch] safari-hacks-sayonara -> origin/safari-hacks-sayonara
d3ad2ecda..fbe171948 stable -> origin/stable
* [nuovo branch] tag-name-transformer -> origin/tag-name-transformer
* [nuovo branch] testing_debian_12 -> origin/testing_debian_12
274e18622..201c174b4 tests-passed -> origin/tests-passed
* [nuovo branch] theme-update-concurrency -> origin/theme-update-concurrency
* [nuovo branch] uppy-tweaks -> origin/uppy-tweaks
* [nuovo branch] ux-refactored-flow -> origin/ux-refactored-flow
* [nuovo branch] ux/simplification-invite-modal -> origin/ux/simplification-invite-modal
* [nuovo branch] watched-word-uploader-uppy -> origin/watched-word-uploader-uppy
t [aggiornamento tag] beta -> beta
t [aggiornamento tag] latest-release -> latest-release
* [nuovo tag] v3.3.1 -> v3.3.1
* [nuovo tag] v3.3.2 -> v3.3.2
* [nuovo tag] v3.4.0.beta1 -> v3.4.0.beta1
* [nuovo tag] v3.4.0.beta2 -> v3.4.0.beta2
I, [2024-10-19T13:51:01.380501 #1] INFO -- :
I, [2024-10-19T13:51:01.380814 #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
'
warning: reindirizzamento a https://ghp.ci/https://github.com/discourse/discourse.git/
warning: reindirizzamento a https://ghp.ci/https://github.com/discourse/discourse.git/
Passato a un nuovo branch 'tests-passed'
I, [2024-10-19T13:51:27.427734 #1] INFO -- : branch 'tests-passed' impostato per tracciare 'origin/tests-passed'.
I, [2024-10-19T13:51:27.427865 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
I, [2024-10-19T13:51:27.436936 #1] INFO -- :
I, [2024-10-19T13:51:27.437026 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2024-10-19T13:51:27.440043 #1] INFO -- :
I, [2024-10-19T13:51:27.440122 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2024-10-19T13:51:27.442944 #1] INFO -- :
I, [2024-10-19T13:51:27.443022 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2024-10-19T13:51:27.445867 #1] INFO -- :
I, [2024-10-19T13:51:27.445943 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2024-10-19T13:51:27.448744 #1] INFO -- :
I, [2024-10-19T13:51:27.448820 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2024-10-19T13:51:27.455315 #1] INFO -- :
I, [2024-10-19T13:51:27.455413 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2024-10-19T13:51:27.458606 #1] INFO -- :
I, [2024-10-19T13:51:27.458922 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2024-10-19T13:51:27.464886 #1] INFO -- :
I, [2024-10-19T13:51:27.465125 #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-10-19T13:51:27.469011 #1] INFO -- :
I, [2024-10-19T13:51:27.469080 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2024-10-19T13:51:27.473097 #1] INFO -- :
I, [2024-10-19T13:51:27.473193 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2024-10-19T13:51:27.477353 #1] INFO -- :
I, [2024-10-19T13:51:27.477450 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2024-10-19T13:51:27.481224 #1] INFO -- :
I, [2024-10-19T13:51:27.481473 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2024-10-19T13:51:27.485171 #1] INFO -- :
I, [2024-10-19T13:51:27.485241 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2024-10-19T13:51:27.487903 #1] INFO -- :
I, [2024-10-19T13:51:27.487974 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2024-10-19T13:51:27.490035 #1] INFO -- :
I, [2024-10-19T13:51:27.490492 #1] INFO -- : Sostituzione di # redis con 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-10-19T13:51:27.491094 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Clonazione in 'docker_manager'...
I, [2024-10-19T13:52:20.586659 #1] INFO -- :
I, [2024-10-19T13:52:20.587172 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2024-10-19T13:52:20.591443 #1] INFO -- :
I, [2024-10-19T13:52:20.591930 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2024-10-19T13:52:20.593973 #1] INFO -- :
I, [2024-10-19T13:52:20.594235 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2024-10-19T13:52:20.596579 #1] INFO -- :
I, [2024-10-19T13:52:20.597636 #1] INFO -- : Sostituzione di pid /run/nginx.pid; con daemon off; in /etc/nginx/nginx.conf
I, [2024-10-19T13:52:20.601528 #1] INFO -- : Sostituzione di (?m-ix:upstream[^\}]+\}) con upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2024-10-19T13:52:20.601879 #1] INFO -- : Sostituzione di (?-mix:server_name.+$) con server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2024-10-19T13:52:20.602941 #1] INFO -- : Sostituzione di (?-mix:client_max_body_size.+$) con client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2024-10-19T13:52:20.604080 #1] INFO -- : Sostituzione di (?-mix:worker_connections.+$) con worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
I, [2024-10-19T13:52:20.605222 #1] INFO -- : > echo "configurazione web completata"
I, [2024-10-19T13:52:20.607584 #1] INFO -- : configurazione web completata
I, [2024-10-19T13:52:20.607903 #1] INFO -- : > su discourse -c 'gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/'
I, [2024-10-19T13:52:50.553409 #1] INFO -- : https://gems.ruby-china.com/ aggiunto alle sorgenti
https://rubygems.org/ rimosso dalle sorgenti
I, [2024-10-19T13:52:50.553529 #1] INFO -- : > su discourse -c 'gem update bundler'
ATTENZIONE: Non hai /home/discourse/.local/share/gem/ruby/3.3.0/bin nel tuo PATH,
gli eseguibili gem non verranno eseguiti.
I, [2024-10-19T13:53:22.509570 #1] INFO -- : Aggiornamento gem installate
Aggiornamento bundler
Predefinito all'installazione utente perché la directory di installazione predefinita (/usr/local/lib/ruby/gems/3.3.0) non è scrivibile.
Installato con successo bundler-2.5.22
Gem aggiornate: bundler
I, [2024-10-19T13:53:22.510307 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2024-10-19T13:53:51.622273 #1] INFO -- : Installato con successo bundler-2.5.18
1 gem installata
Si è verificato un errore durante l'aggiornamento
```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })
Per favore aiutami a correggerlo.