L’aggiornamento di Discourse tramite ./launcher rebuild app fallisce con il seguente output:
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 600 app
app
2.0.20250129-0720: Pulling from discourse/base
Digest: sha256:01b8516e5504c0e9bc3707773015ff4407be03a89154194ff3b5b8699291bc26
Status: Image is up to date for discourse/base:2.0.20250129-0720
docker.io/discourse/base:2.0.20250129-0720
/usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2025-02-23T13:57:37.228548 #1] INFO -- : Lettura da stdin
I, [2025-02-23T13:57:37.239599 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2025-02-23T13:57:37.243003 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x
chown:
I, [2025-02-23T13:57:37.246170 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x ch
own:
I, [2025-02-23T13:57:37.249455 #1] INFO -- : File > /root/install_postgres chmod: +x chown:
I, [2025-02-23T13:57:37.252447 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2025-02-23T13:57:37.252768 #1] INFO -- : Sostituzione di data_directory = '/var/lib/postgresql/
15/main' con data_directory = '/shared/postgres_data' in /etc/postgresql/15/main/postgresql.c
onf
I, [2025-02-23T13:57:37.440507 #1] INFO -- : Sostituzione di (?-mix:#?listen_addresses *=.*) con l
isten_addresses = '*' in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.440880 #1] INFO -- : Sostituzione di (?-mix:#?synchronous_commit *=.*) con
synchronous_commit = $db_synchronous_commit in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.441239 #1] INFO -- : Sostituzione di (?-mix:#?shared_buffers *=.*) con sha
red_buffers = $db_shared_buffers in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.441541 #1] INFO -- : Sostituzione di (?-mix:#?work_mem *=.*) con work_mem
= $db_work_mem in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.441851 #1] INFO -- : Sostituzione di (?-mix:#?default_text_search_config *=
.*) con default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/15/m
ain/postgresql.conf
I, [2025-02-23T13:57:37.442167 #1] INFO -- : Sostituzione di (?-mix:#?checkpoint_segments *=.*) con
checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.445665 #1] INFO -- : Sostituzione di (?-mix:#?logging_collector *=.*) con
logging_collector = $db_logging_collector in /etc/postgresql/15/main/postgresql.conf
I, [2025-02-23T13:57:37.446205 #1] INFO -- : Sostituzione di (?-mix:#?log_min_duration_statement *=
.*) con log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/15/mai
n/postgresql.conf
I, [2025-02-23T13:57:37.446558 #1] INFO -- : Sostituzione di (?-mix:^#local +replication +postgres
+peer$) con local replication postgres peer in /etc/postgresql/15/main/pg_hba.conf
I, [2025-02-23T13:57:37.657721 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*127.*$) con h
ost all all 0.0.0.0/0 md5 in /etc/postgresql/15/main/pg_hba.conf
I, [2025-02-23T13:57:37.658015 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*::1\/128.*$) con
host all all ::/0 md5 in /etc/postgresql/15/main/pg_hba.conf
I, [2025-02-23T13:57:37.658265 #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, arrestare il contenitore ; exit 1
fi
I, [2025-02-23T14:00:39.168878 #1] INFO -- : Generazione delle localizzazioni (questo potrebbe richiedere un po' di tempo)...
en_US.UTF-8... fatto
Generazione completata.
I, [2025-02-23T14:00:39.169118 #1] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec ch
pst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/15/bin/pos
tmaster -D /etc/postgresql/15/main
I, [2025-02-23T14:00:39.173972 #1] INFO -- : File > /usr/local/bin/create_db chmod: +x chow
n:
I, [2025-02-23T14:00:39.178706 #1] INFO -- : File > /var/lib/postgresql/take-database-backup
chmod: +x chown: postgres:postgres
I, [2025-02-23T14:00:39.181157 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod:
chown:
I, [2025-02-23T14:00:39.181339 #1] INFO -- : > sleep 5
2025-02-23 14:00:39.224 UTC [42] LOG: avvio di PostgreSQL 15.10 (Debian 15.10-1.pgdg120+1) su
x86_64-pc-linux-gnu, compilato da gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2025-02-23 14:00:39.225 UTC [42] LOG: ascolto sull'indirizzo IPv4 "0.0.0.0", porta 5432
2025-02-23 14:00:39.225 UTC [42] LOG: ascolto sull'indirizzo IPv6 "::", porta 5432
2025-02-23 14:00:39.237 UTC [42] LOG: ascolto sulla socket Unix "/var/run/postgresql/.s.PGSQL.
5432"
2025-02-23 14:00:39.255 UTC [53] LOG: il sistema del database è stato arrestato il 2025-02-23 13:50:51 UT
C
2025-02-23 14:00:39.265 UTC [42] LOG: il sistema del database è pronto ad accettare connessioni
I, [2025-02-23T14:00:44.183099 #1] INFO -- :
I, [2025-02-23T14:00:44.183251 #1] INFO -- : > /usr/local/bin/create_db
2025-02-23 14:00:44.245 UTC [60] postgres@postgres ERROR: il database "discourse" esiste già
2025-02-23 14:00:44.245 UTC [60] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: errore: creazione del database fallita: ERROR: il database "discourse" esiste già
2025-02-23 14:00:44.305 UTC [63] postgres@discourse ERROR: il ruolo "discourse" esiste già
2025-02-23 14:00:44.305 UTC [63] 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.8.0" 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.8.0" dell'estensione "vector" è già installata
I, [2025-02-23T14:00:44.919371 #1] INFO -- : GRANT
ALTER SCHEMA
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
ALTER EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
ALTER EXTENSION
UPDATE 0
I, [2025-02-23T14:00:44.919485 #1] INFO -- : > echo postgres installed!
I, [2025-02-23T14:00:44.921215 #1] INFO -- : postgres installed!
I, [2025-02-23T14:00:44.924527 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2025-02-23T14:00:44.927857 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x ch
own:
I, [2025-02-23T14:00:44.931110 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown
:
I, [2025-02-23T14:00:44.931473 #1] INFO -- : Sostituzione di daemonize yes con in /etc/redis/redi
s.conf
I, [2025-02-23T14:00:45.155642 #1] INFO -- : Sostituzione di (?-mix:^pidfile.*$) con in /etc/redi
s/redis.conf
I, [2025-02-23T14:00:45.156000 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/r
edis_data
I, [2025-02-23T14:00:45.158306 #1] INFO -- :
I, [2025-02-23T14:00:45.158630 #1] INFO -- : Sostituzione di (?-mix:^logfile.*$) con logfile "" in
/etc/redis/redis.conf
I, [2025-02-23T14:00:45.159059 #1] INFO -- : Sostituzione di (?-mix:^bind .*$) con in /etc/redis/
redis.conf
I, [2025-02-23T14:00:45.159470 #1] INFO -- : Sostituzione di (?-mix:^dir .*$) con dir /shared/redi
s_data in /etc/redis/redis.conf
I, [2025-02-23T14:00:45.159932 #1] INFO -- : Sostituzione di (?-mix:^protected-mode yes) con prote
cted-mode no in /etc/redis/redis.conf
I, [2025-02-23T14:00:45.160305 #1] INFO -- : Sostituzione di # io-threads 4 con io-threads $redis_
io_threads in /etc/redis/redis.conf
I, [2025-02-23T14:00:45.160642 #1] INFO -- : > echo redis installed
I, [2025-02-23T14:00:45.162058 #1] INFO -- : redis installed
I, [2025-02-23T14:00:45.162196 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2025-02-23T14:00:45.164878 #1] INFO -- : logfile ""
I, [2025-02-23T14:00:45.165018 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-se
rver /etc/redis/redis.conf
I, [2025-02-23T14:00:45.166157 #1] INFO -- : > sleep 10
109:C 23 Feb 2025 14:00:45.173 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
109:C 23 Feb 2025 14:00:45.173 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, p
id=109, just started
109:C 23 Feb 2025 14:00:45.173 # Configuration loaded
109:M 23 Feb 2025 14:00:45.174 * monotonic clock: POSIX clock_gettime
109:M 23 Feb 2025 14:00:45.174 * Running mode=standalone, port=6379.
109:M 23 Feb 2025 14:00:45.174 # Server initialized
109:M 23 Feb 2025 14:00:45.174 # WARNING Memory overcommit must be enabled! Without it, a back
ground save or replication may fail under low memory condition. Being disabled, it can can als
o cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues
/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or
run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
109:M 23 Feb 2025 14:00:45.175 * Loading RDB produced by version 7.0.15
109:M 23 Feb 2025 14:00:45.175 * RDB age 594 seconds
109:M 23 Feb 2025 14:00:45.175 * RDB memory usage when created 1.93 Mb
109:M 23 Feb 2025 14:00:45.179 * Done loading RDB, keys loaded: 1587, keys expired: 0.
109:M 23 Feb 2025 14:00:45.179 * DB loaded from disk: 0.005 seconds
109:M 23 Feb 2025 14:00:45.179 * Ready to accept connections
I, [2025-02-23T14:00:55.167739 #1] INFO -- :
I, [2025-02-23T14:00:55.167969 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2025-02-23T14:00:55.170853 #1] INFO -- : thpoff is installed!
I, [2025-02-23T14:00:55.171140 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP
_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
I, [2025-02-23T14:00:55.261142 #1] INFO -- :
I, [2025-02-23T14:00:55.261282 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOST
NAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2025-02-23T14:00:55.261142 #1] INFO -- :
I, [2025-02-23T14:00:55.261282 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOST
NAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2025-02-23T14:00:55.353653 #1] INFO -- :
I, [2025-02-23T14:00:55.353790 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN
_URL"] || "")[0..1] == "//"; puts "Aborting! CDN must have a protocol specified. Once fixed yo
u should rebake your posts now to correct all posts."; exit 1; end'
I, [2025-02-23T14:00:55.447241 #1] INFO -- :
I, [2025-02-23T14:00:55.447431 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2025-02-23T14:00:55.449559 #1] INFO -- :
I, [2025-02-23T14:00:55.451483 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2025-02-23T14:00:55.454910 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown
:
I, [2025-02-23T14:00:55.458351 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chow
n:
I, [2025-02-23T14:00:55.461584 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2025-02-23T14:00:55.464693 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown
:
I, [2025-02-23T14:00:55.467810 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x cho
wn:
I, [2025-02-23T14:00:55.467967 #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, [2025-02-23T14:00:55.469888 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discour
se git clean -f
I, [2025-02-23T14:00:55.699669 #1] INFO -- :
I, [2025-02-23T14:00:55.699811 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discour
se 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
'
From https://github.com/discourse/discourse
- [deleted] (none) -> origin/0-app-events-revolution
- [deleted] (none) -> origin/0-ember-bump-fix-modal
- [deleted] (none) -> origin/0-polls-still
- [deleted] (none) -> origin/0-rename-details
- [deleted] (none) -> origin/0-simpler-placeholder
- [deleted] (none) -> origin/0-store-bump
- [deleted] (none) -> origin/0-user-status
- [deleted] (none) -> origin/add-formkit-instruction-text
- [deleted] (none) -> origin/add-live-reload-disable-option
- [deleted] (none) -> origin/add-message-builder-modifier-3
- [deleted] (none) -> origin/add-shift-detect
- [deleted] (none) -> origin/add-shortcuts
- [deleted] (none) -> origin/add-signal-to-notifications-template
- [deleted] (none) -> origin/after-post-outlet
- [deleted] (none) -> origin/again-support-load-more-btn
- [deleted] (none) -> origin/allow-overriding-sidebar-my-posts-icon
- [deleted] (none) -> origin/array-custom-field-order
- [deleted] (none) -> origin/async-category-link
- [deleted] (none) -> origin/bump-eslint-config
- [deleted] (none) -> origin/carsick-patch-1
- [deleted] (none) -> origin/cat-mod-groups
- [deleted] (none) -> origin/category-experts-approved-webhook-event-wip
- [deleted] (none) -> origin/chat-github-onebox
- [deleted] (none) -> origin/chat-uppy-upload
- [deleted] (none) -> origin/composer-disable-submit
- [deleted] (none) -> origin/conditional-summary-box
- [deleted] (none) -> origin/custom-field-store-cleanup
- [deleted] (none) -> origin/d-object
- [deleted] (none) -> origin/defer-button-action
- [deleted] (none) -> origin/demote-summarize-ai-button
- [deleted] (none) -> origin/dependabot/npm_and_yarn/uppy-b578ad6dea
- [deleted] (none) -> origin/dev-better-active-selection-detection
- [deleted] (none) -> origin/dev-fail-tests-on-fa6-deprecated-icons-from-svg-
sprite-rb
- [deleted] (none) -> origin/dev-faster-tests
- [deleted] (none) -> origin/dev-migrate-user-passwords
- [deleted] (none) -> origin/dev-refactor-username-validation-mixin
- [deleted] (none) -> origin/dev/add-a-reference-column-to-notifications
- [deleted] (none) -> origin/dev/advanced-search-custom-in-special
- [deleted] (none) -> origin/dev/automation-scriptable-add-with-class
- [deleted] (none) -> origin/dev/default-plugin-config-pages
- [deleted] (none) -> origin/dev/drop-ignore-chat_channels_last_message_sent_
at
- [deleted] (none) -> origin/dev/port-outlet-wrapper-to-stable
- [deleted] (none) -> origin/dev/refactor-uploads-importer
- [deleted] (none) -> origin/dev/remove-deprecated-respect-plugin-positional-
argument
- [deleted] (none) -> origin/dev/sidebar-sections-collapse-expand-transformer
-events
- [deleted] (none) -> origin/dev/sidebar-subsections
- [deleted] (none) -> origin/dev/third-party-breadcrumbs
- [deleted] (none) -> origin/dev_add_query_param
- [deleted] (none) -> origin/dev_lazy_load_categories_tests
- [deleted] (none) -> origin/dev_update_category_position
- [deleted] (none) -> origin/docs-publishing-mvp
- [deleted] (none) -> origin/drawer-composer-positioning
- [deleted] (none) -> origin/ember-4
- [deleted] (none) -> origin/expand-allowed-custom-emoji-images-types
- [deleted] (none) -> origin/extra-js-revert
- [deleted] (none) -> origin/feature/add-user-to-topic_tags_changed-event
- [deleted] (none) -> origin/feature/custom-fields-for-existing-users
- [deleted] (none) -> origin/feature/enable-chat-with-dms-only
- [deleted] (none) -> origin/feature/light-dark-mode-switcher
- [deleted] (none) -> origin/feature/paste-upload-on-first-upload-input-templ
ates
- [deleted] (none) -> origin/feature/show-note-bookmark-notif
- [deleted] (none) -> origin/feature/show-status-on-mentions-when-user-haven't
-used-autocomplete
- [deleted] (none) -> origin/feature_pm_editor
- [deleted] (none) -> origin/feature_track_mentions
- [deleted] (none) -> origin/fix-directory-search-limit
- [deleted] (none) -> origin/fix-display-errors-for-history-modal-when-fetchi
ng-revisions
- [deleted] (none) -> origin/fix-firefox-android-followup
- [deleted] (none) -> origin/fix-password-reset-security-key
- [deleted] (none) -> origin/fix-redirect-login
- [deleted] (none) -> origin/fix-safari-below-18-detection
- [deleted] (none) -> origin/fix-search-context-delete-key
- [deleted] (none) -> origin/fix-unread-notifications-take-2
- [deleted] (none) -> origin/fix/migrated-reactions-count-calculation
- [deleted] (none) -> origin/fix/tag-rename-404
- [deleted] (none) -> origin/full-page
- [deleted] (none) -> origin/glimmer-header-dnd-live
- [deleted] (none) -> origin/group_and_tag_group_permission_change_notification
- [deleted] (none) -> origin/handle-non-ascii-charc
- [deleted] (none) -> origin/hijacks
- [deleted] (none) -> origin/history-store-methods
- [deleted] (none) -> origin/i18n-helper-import
- [deleted] (none) -> origin/image-assets
- [deleted] (none) -> origin/implicit-injections-deprecations
- [deleted] (none) -> origin/improve-claimed-reviewables-transactions
- [deleted] (none) -> origin/improve-tablet-detection
- [deleted] (none) -> origin/issue/do-not-enforce-2fa-on-social-logins
- [deleted] (none) -> origin/issue/fix-user-field-enum-migrate
- [deleted] (none) -> origin/issue/fixup-upload-ref-backfill-migration-dates
- [deleted] (none) -> origin/jjaffeux-otp-validation
- [deleted] (none) -> origin/list-wrapper
- [deleted] (none) -> origin/live-cache
- [deleted] (none) -> origin/lock-step
- [deleted] (none) -> origin/loic-enable-rspec-rule
- [deleted] (none) -> origin/loic-upgrade-miniracer
- [deleted] (none) -> origin/more-topics-active
- [deleted] (none) -> origin/nginx-conf
- [deleted] (none) -> origin/oklab
- [deleted] (none) -> origin/omniauth-2
- [deleted] (none) -> origin/pento/feature-allow-admins-to-export-users
- [deleted] (none) -> origin/plugin-outlet-no-subdir
- [deleted] (none) -> origin/post-widget-outlet
- [deleted] (none) -> origin/powered-by-reactivity
- [deleted] (none) -> origin/promote-migration-tweak
- [deleted] (none) -> origin/prune-old-transpilers
- [deleted] (none) -> origin/refactor-mobile-coposer-position-replace-actions
- [deleted] (none) -> origin/remap-assume-yes-option
- [deleted] (none) -> origin/remove-bootbox
- [deleted] (none) -> origin/remove-muted-from-hot-and-top-topic-lists
- [deleted] (none) -> origin/remove-x-count
- [deleted] (none) -> origin/render-glimmer-granular
- [deleted] (none) -> origin/revert-28587-revert-28321-dev/remove-create_post
_for_category_and_tag_changes-setting
- [deleted] (none) -> origin/revert-location-change
- [deleted] (none) -> origin/revert-thread-title-experiment
- [deleted] (none) -> origin/safari-hacks-sayonara
- [deleted] (none) -> origin/see_if_yarn_cache_is_working
- [deleted] (none) -> origin/shared-draft-category
- [deleted] (none) -> origin/skip-back-button-animation
- [deleted] (none) -> origin/tag-span
- [deleted] (none) -> origin/temp-pr-28024
- [deleted] (none) -> origin/testing_debian_12
- [deleted] (none) -> origin/tobiaseigen-patch-4
- [deleted] (none) -> origin/topic-count-fix
- [deleted] (none) -> origin/topic-list-item-style
- [deleted] (none) -> origin/translations-from-crowdin-main
- [deleted] (none) -> origin/translations-from-crowdin-stable
- [deleted] (none) -> origin/update-gems-stable
- [deleted] (none) -> origin/ux/admin-site-setting-inner-sidebar-experiment
- [deleted] (none) -> origin/whats-new-notify-plugins
c64b5d6d7..c592edbe3 main -> origin/main
* [new branch] add-header-search-experience -> origin/add-header-search-experience
+ 3c0b2f75f...0d2238318 allow-posts-link-in-sidebar -> origin/allow-posts-link-in-sidebar (f
orced update)
* [new branch] async-data -> origin/async-data
* [new branch] automation-autoload -> origin/automation-autoload
* [new branch] br/multiple_likes -> origin/br/multiple_likes
* [new branch] branding-logo -> origin/branding-logo
* [new branch] chat-summary-email-thread-reply-fix -> origin/chat-summary-email-thre
ad-reply-fix
* [new branch] d-menu-composer-flag -> origin/d-menu-composer-flag
* [new branch] dark-light-class -> origin/dark-light-class
* [new branch] dark-light-mode-helpers -> origin/dark-light-mode-helpers
* [new branch] dependabot/npm_and_yarn/glimmer/syntax-0.94.7 -> origin/dependabot/np
m_and_yarn/glimmer/syntax-0.94.7
* [new branch] dependabot/npm_and_yarn/prosemirror-commands-1.7.0 -> origin/dependab
ot/npm_and_yarn/prosemirror-commands-1.7.0
* [new branch] dependabot/npm_and_yarn/uppy-b82cdcd59c -> origin/dependabot/npm_and_
yarn/uppy-b82cdcd59c
* [new branch] dev-refactor-password-validation-for-create-account -> origin/dev-ref
actor-password-validation-for-create-account
+ 72ff8f1eb...699aa3755 dev-refactor-username-validation-mixin-to-helper -> origin/dev-refact
or-username-validation-mixin-to-helper (forced update)
* [new branch] dev/auto-screen-size-screenshots -> origin/dev/auto-screen-size-scree
nshots
+ ec68ffb95...a1849cd39 dev/color-palette-editor -> origin/dev/color-palette-editor (forced
update)
* [new branch] dev/ember-async-data-demo -> origin/dev/ember-async-data-demo
* [new branch] dev/glimmer-post-stream -> origin/dev/glimmer-post-stream
* [new branch] dev/purge-widget-post-menu -> origin/dev/purge-widget-post-menu
* [new branch] dev/remove-deprecated-auth-provider-options -> origin/dev/remove-depr
ecated-auth-provider-options
* [new branch] dev/user-field-components-transformer -> origin/dev/user-field-compon
ents-transformer
* [new branch] discourse-emojis-gem -> origin/discourse-emojis-gem
* [new branch] feature-markdown-hex-color -> origin/feature-markdown-hex-color
* [new branch] feature/admin-search-improvements-2 -> origin/feature/admin-search-im
provements-2
* [new branch] feature/admins-access-group-chats -> origin/feature/admins-access-gro
up-chats
* [new branch] feature_pm_codeblock -> origin/feature_pm_codeblock
* [new branch] feature_pm_emoji -> origin/feature_pm_emoji
* [new branch] feature_pm_hashtag -> origin/feature_pm_hashtag
* [new branch] feature_pm_html_block -> origin/feature_pm_html_block
* [new branch] feature_pm_html_inline -> origin/feature_pm_html_inline
* [new branch] feature_pm_image -> origin/feature_pm_image
* [new branch] feature_pm_link -> origin/feature_pm_link
* [new branch] feature_pm_mention -> origin/feature_pm_mention
* [new branch] feature_pm_quote -> origin/feature_pm_quote
* [new branch] feature_pm_strikethrough -> origin/feature_pm_strikethrough
* [new branch] feature_pm_table -> origin/feature_pm_table
* [new branch] feature_pm_typographer -> origin/feature_pm_typographer
* [new branch] feature_pm_underline -> origin/feature_pm_underline
* [new branch] filter-navigation-ui -> origin/filter-navigation-ui
* [new branch] fix-zlib -> origin/fix-zlib
* [new branch] google-topic-count -> origin/google-topic-count
* [new branch] google-translate-defender -> origin/google-translate-defender
* [new branch] loic-rspec-instance-var-globally -> origin/loic-rspec-instance-var-gl
obally
* [new branch] loic-upgrade-sidekiq -> origin/loic-upgrade-sidekiq
* [new branch] loic-use-bundler-checksums -> origin/loic-use-bundler-checksums
+ 0f2f74d08...06c4fcf62 mt/idb -> origin/mt/idb (forced update)
* [new branch] pento/dev-upgrade-pnpm-10 -> origin/pento/dev-upgrade-pnpm-10
* [new branch] pento/feature-which-watched-words-were-written -> origin/pento/featur
e-which-watched-words-were-written
* [new branch] quick-smoke-test -> origin/quick-smoke-test
+ de3691471...e5890e554 renato/pm -> origin/renato/pm (forced update)
* [new branch] service-to-update-site-settings -> origin/service-to-update-site-sett
ings
* [new branch] settings-console-log -> origin/settings-console-log
* [new branch] split-common-css -> origin/split-common-css
* [new branch] split-cook-sanitise -> origin/split-cook-sanitise
5d4c2a89e..3bbf96fa2 stable -> origin/stable
c64b5d6d7..c592edbe3 tests-passed -> origin/tests-passed
* [new branch] tobiaseigen-patch-3 -> origin/tobiaseigen-patch-3
* [new branch] tobiaseigen-patch-3-1 -> origin/tobiaseigen-patch-3-1
* [new branch] topic-list-outlet-add-columns -> origin/topic-list-outlet-add-columns
* [new branch] topic-list-outlet-add-columns-stable -> origin/topic-list-outlet-add-
columns-stable
415cccafb..c43caf483 user-fields-plugin-outlets-update -> origin/user-fields-plugin-outlet
s-update
* [new branch] user-menu-full-name-rebased -> origin/user-menu-full-name-rebased
* [new branch] user-summary-topic-add-plugin-wrappers -> origin/user-summary-topic-a
dd-plugin-wrappers
10566d84b..c540132fe ux/combined-themes-components-sidebar-links -> origin/ux/combined-the
mes-components-sidebar-links
* [new branch] visual-experiment -> origin/visual-experiment
t [tag update] beta -> beta
t [tag update] latest-release -> latest-release
* [new tag] v3.3.4 -> v3.3.4
* [new tag] v3.4.0 -> v3.4.0
* [new tag] v3.4.0.beta4 -> v3.4.0.beta4
I, [2025-02-23T14:00:56.808582 #1] INFO -- :
I, [2025-02-23T14:00:56.808699 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discour
se 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
'
Passaggio a un nuovo branch 'tests-passed'
I, [2025-02-23T14:01:04.408360 #1] INFO -- : branch 'tests-passed' set up to track 'origin/te
sts-passed'.
Si è verificato un errore durante il mio aggiornamento
```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })
Per favore, aiutami a correggerlo.