Iâm honestly not trying to be a dick. Weâve been on your software for a longtime and Iâve done everything in my power to give back to this community as we continue updating and upgrading. That 9.6 is a docker container name as opposed to our actual postgres version. And, thank you so much for this excellent project.
We are on PG 13.6 and here are results of `launcher rebuild data`
$ sudo ./launcher rebuild data
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 60 data
data
/usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2022-04-19T23:05:49.939135 #1] INFO â : Reading from stdin
I, [2022-04-19T23:05:49.948158 #1] INFO â : Skipped missing before_code hook
I, [2022-04-19T23:05:49.948280 #1] INFO â : Skipped missing after_code hook
I, [2022-04-19T23:05:49.948425 #1] INFO â : > locale-gen $LANG && update-locale
I, [2022-04-19T23:05:50.011782 #1] INFO â : Generating locales (this might take a while)âŚ
Generation complete.
I, [2022-04-19T23:05:50.012198 #1] INFO â : > mkdir -p /shared/postgres_run
I, [2022-04-19T23:05:50.018535 #1] INFO â :
I, [2022-04-19T23:05:50.018853 #1] INFO â : > chown postgres:postgres /shared/postgres_run
I, [2022-04-19T23:05:50.023347 #1] INFO â :
I, [2022-04-19T23:05:50.024050 #1] INFO â : > chmod 775 /shared/postgres_run
I, [2022-04-19T23:05:50.027462 #1] INFO â :
I, [2022-04-19T23:05:50.027728 #1] INFO â : > rm -fr /var/run/postgresql
I, [2022-04-19T23:05:50.032251 #1] INFO â :
I, [2022-04-19T23:05:50.032742 #1] INFO â : > ln -s /shared/postgres_run /var/run/postgresql
I, [2022-04-19T23:05:50.038854 #1] INFO â :
I, [2022-04-19T23:05:50.039431 #1] INFO â : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2022/04/19 23:05:50 socat[18] E connect(6, AF=1 â/shared/postgres_run/.s.PGSQL.5432â, 36): No such file or directory
I, [2022-04-19T23:05:50.052053 #1] INFO â :
I, [2022-04-19T23:05:50.052416 #1] INFO â : > rm -fr /shared/postgres_run/.s*
I, [2022-04-19T23:05:50.058351 #1] INFO â :
I, [2022-04-19T23:05:50.058586 #1] INFO â : > rm -fr /shared/postgres_run/.pid
I, [2022-04-19T23:05:50.063687 #1] INFO â :
I, [2022-04-19T23:05:50.064096 #1] INFO â : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T23:05:50.069438 #1] INFO â :
I, [2022-04-19T23:05:50.069870 #1] INFO â : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T23:05:50.074492 #1] INFO â :
I, [2022-04-19T23:05:50.083895 #1] INFO â : File > /etc/service/postgres/run chmod: +x chown:
I, [2022-04-19T23:05:50.092669 #1] INFO â : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2022-04-19T23:05:50.099785 #1] INFO â : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2022-04-19T23:05:50.107866 #1] INFO â : File > /root/upgrade_postgres chmod: +x chown:
I, [2022-04-19T23:05:50.108104 #1] INFO â : > chown -R root /var/lib/postgresql/13/main
I, [2022-04-19T23:05:51.927082 #1] INFO â :
I, [2022-04-19T23:05:51.927295 #1] INFO â : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
I, [2022-04-19T23:05:51.935650 #1] INFO â :
I, [2022-04-19T23:05:51.935955 #1] INFO â : > chown -R postgres:postgres /shared/postgres_data
I, [2022-04-19T23:05:51.978547 #1] INFO â :
I, [2022-04-19T23:05:51.979163 #1] INFO â : > chown -R postgres:postgres /var/run/postgresql
I, [2022-04-19T23:05:51.983406 #1] INFO â :
I, [2022-04-19T23:05:51.983834 #1] INFO â : > /root/upgrade_postgres
I, [2022-04-19T23:05:51.990945 #1] INFO â :
I, [2022-04-19T23:05:51.991186 #1] INFO â : > rm /root/upgrade_postgres
I, [2022-04-19T23:05:51.995130 #1] INFO â :
I, [2022-04-19T23:05:51.995659 #1] INFO â : Replacing data_directory = â/var/lib/postgresql/13/mainâ with data_directory = â/shared/postgres_dataâ in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:51.996467 #1] INFO â : Replacing (?-mix:#?listen_addresses =.) with listen_addresses = 'â in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:51.997768 #1] INFO â : Replacing (?-mix:#?synchronous_commit =.) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:51.998608 #1] INFO â : Replacing (?-mix:#?shared_buffers =.) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:51.999592 #1] INFO â : Replacing (?-mix:#?work_mem =.) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:52.007053 #1] INFO â : Replacing (?-mix:#?default_text_search_config =.) with default_text_search_config = â$db_default_text_search_configâ in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:52.008272 #1] INFO â : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2022-04-19T23:05:52.013712 #1] INFO â :
I, [2022-04-19T23:05:52.014540 #1] INFO â : Replacing (?-mix:#?checkpoint_segments =.) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:52.015029 #1] INFO â : Replacing (?-mix:#?logging_collector =.) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:52.018628 #1] INFO â : Replacing (?-mix:#?log_min_duration_statement =.) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:05:52.019785 #1] INFO â : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:05:52.020520 #1] INFO â : Replacing (?-mix:^host.*all.*all.127.$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:05:52.022308 #1] INFO â : Replacing (?-mix:^host.all.all.::1/128.$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:05:52.024429 #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, [2022-04-19T23:05:52.034450 #1] INFO â : > sleep 5
2022-04-19 23:05:52.106 UTC [41] LOG: starting PostgreSQL 13.6 (Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2022-04-19 23:05:52.107 UTC [41] LOG: listening on IPv4 address â0.0.0.0â, port 5432
2022-04-19 23:05:52.107 UTC [41] LOG: listening on IPv6 address â::â, port 5432
2022-04-19 23:05:52.109 UTC [41] LOG: listening on Unix socket â/var/run/postgresql/.s.PGSQL.5432â
2022-04-19 23:05:52.122 UTC [44] LOG: database system was shut down at 2022-04-19 23:05:31 UTC
2022-04-19 23:05:52.170 UTC [41] LOG: database system is ready to accept connections
I, [2022-04-19T23:05:57.075413 #1] INFO â :
I, [2022-04-19T23:05:57.080612 #1] INFO â : > su postgres -c âcreatedb discourseâ || true
2022-04-19 23:05:57.180 UTC [54] postgres@postgres ERROR: database âdiscourseâ already exists
2022-04-19 23:05:57.180 UTC [54] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database âdiscourseâ already exists
I, [2022-04-19T23:05:57.190929 #1] INFO â :
I, [2022-04-19T23:05:57.192044 #1] INFO â : > su postgres -c âpsql discourse -c âcreate user discourse;ââ || true
2022-04-19 23:05:57.284 UTC [58] postgres@discourse ERROR: role âdiscourseâ already exists
2022-04-19 23:05:57.284 UTC [58] postgres@discourse STATEMENT: create user discourse;
ERROR: role âdiscourseâ already exists
I, [2022-04-19T23:05:57.287964 #1] INFO â :
I, [2022-04-19T23:05:57.288587 #1] INFO â : > su postgres -c âpsql discourse -c âgrant all privileges on database discourse to discourse;ââ || true
I, [2022-04-19T23:05:57.371963 #1] INFO â : GRANT
I, [2022-04-19T23:05:57.372379 #1] INFO â : > su postgres -c âpsql discourse -c âalter schema public owner to discourse;ââ
I, [2022-04-19T23:05:57.451876 #1] INFO â : ALTER SCHEMA
I, [2022-04-19T23:05:57.452862 #1] INFO â : > su postgres -c âpsql template1 -c âcreate extension if not exists hstore;ââ
NOTICE: extension âhstoreâ already exists, skipping
I, [2022-04-19T23:05:57.551888 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:05:57.552265 #1] INFO â : > su postgres -c âpsql template1 -c âcreate extension if not exists pg_trgm;ââ
NOTICE: extension âpg_trgmâ already exists, skipping
I, [2022-04-19T23:05:57.700188 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:05:57.700635 #1] INFO â : > su postgres -c âpsql discourse -c âcreate extension if not exists hstore;ââ
NOTICE: extension âhstoreâ already exists, skipping
I, [2022-04-19T23:05:57.793811 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:05:57.794182 #1] INFO â : > su postgres -c âpsql discourse -c âcreate extension if not exists pg_trgm;ââ
NOTICE: extension âpg_trgmâ already exists, skipping
I, [2022-04-19T23:05:57.873928 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:05:57.874368 #1] INFO â : > sudo -u postgres psql discourse
I, [2022-04-19T23:05:57.876873 #1] INFO â : update pg_database set encoding = pg_char_to_encoding(âUTF8â) where datname = âdiscourseâ AND encoding = pg_char_to_encoding(âSQL_ASCIIâ);
I, [2022-04-19T23:05:57.980229 #1] INFO â : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2022-04-19T23:05:57.984526 #1] INFO â : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2022-04-19T23:05:57.984735 #1] INFO â : > echo postgres installed!
I, [2022-04-19T23:05:57.987905 #1] INFO â : postgres installed!
I, [2022-04-19T23:05:57.988304 #1] INFO â : > su - postgres -c âpsql discourseâ
I, [2022-04-19T23:05:57.990101 #1] INFO â : alter user discourse with password âdiscourseâ;
Broken pipe
I, [2022-04-19T23:05:58.080139 #1] INFO â : File > /etc/service/redis/run chmod: +x chown:
I, [2022-04-19T23:05:58.087463 #1] INFO â : File > /etc/service/redis/log/run chmod: +x chown:
I, [2022-04-19T23:05:58.093976 #1] INFO â : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2022-04-19T23:05:58.094802 #1] INFO â : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.096334 #1] INFO â : Replacing (?-mix:^pidfile.$) with in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.099100 #1] INFO â : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2022-04-19T23:05:58.104098 #1] INFO â :
I, [2022-04-19T23:05:58.104954 #1] INFO â : Replacing (?-mix:^logfile.$) with logfile ââ in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.105904 #1] INFO â : Replacing (?-mix:^bind .$) with in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.107749 #1] INFO â : Replacing (?-mix:^dir .$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.109695 #1] INFO â : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.111059 #1] INFO â : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2022-04-19T23:05:58.116609 #1] INFO â : > echo redis installed
I, [2022-04-19T23:05:58.121378 #1] INFO â : redis installed
I, [2022-04-19T23:05:58.121692 #1] INFO â : > cat /etc/redis/redis.conf | grep logfile
I, [2022-04-19T23:05:58.127344 #1] INFO â : logfile ââ
I, [2022-04-19T23:05:58.127729 #1] INFO â : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-04-19T23:05:58.130617 #1] INFO â : > sleep 10
107:C 19 Apr 2022 23:05:58.140 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
107:C 19 Apr 2022 23:05:58.140 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=107, just started
107:C 19 Apr 2022 23:05:58.140 # Configuration loaded
107:M 19 Apr 2022 23:05:58.141 * monotonic clock: POSIX clock_gettime
107:M 19 Apr 2022 23:05:58.142 * Running mode=standalone, port=6379.
107:M 19 Apr 2022 23:05:58.142 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
107:M 19 Apr 2022 23:05:58.142 # Server initialized
107:M 19 Apr 2022 23:05:58.143 * Loading RDB produced by version 6.2.6
107:M 19 Apr 2022 23:05:58.143 * RDB age 27 seconds
107:M 19 Apr 2022 23:05:58.143 * RDB memory usage when created 0.77 Mb
107:M 19 Apr 2022 23:05:58.143 # Done loading RDB, keys loaded: 0, keys expired: 0.
107:M 19 Apr 2022 23:05:58.143 * DB loaded from disk: 0.000 seconds
107:M 19 Apr 2022 23:05:58.143 * Ready to accept connections
I, [2022-04-19T23:06:08.135058 #1] INFO â :
I, [2022-04-19T23:06:08.142271 #1] INFO â : Terminating async processes
I, [2022-04-19T23:06:08.142417 #1] INFO â : Sending INT to 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: 41
I, [2022-04-19T23:06:08.142709 #1] INFO â : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 107
107:signal-handler (1650409568) Received SIGTERM scheduling shutdownâŚ
2022-04-19 23:06:08.149 UTC [41] LOG: received fast shutdown request
2022-04-19 23:06:08.173 UTC [41] LOG: aborting any active transactions
2022-04-19 23:06:08.184 UTC [41] LOG: background worker âlogical replication launcherâ (PID 50) exited with exit code 1
2022-04-19 23:06:08.185 UTC [45] LOG: shutting down
107:M 19 Apr 2022 23:06:08.201 # User requested shutdownâŚ
107:M 19 Apr 2022 23:06:08.201 * Saving the final RDB snapshot before exiting.
107:M 19 Apr 2022 23:06:08.206 * DB saved on disk
107:M 19 Apr 2022 23:06:08.206 # Redis is now ready to exit, bye byeâŚ
2022-04-19 23:06:08.361 UTC [41] LOG: database system is shut down
sha256:894cee1a046c4d3e12247afd21cb66c4c943bd727d762bd3f76b609c19b57176
506aaa81e7dd352de8ccbd281cc64f53a6bcde6bcbbc943f85aa4b6ae40c9c65
Removing old container
-
/usr/bin/docker rm data
data
-
/usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en_US.UTF-8 -h ssdnodes-05208-data -e DOCKER_HOST_IP=172.17.0.1 --name data -t -v /var/discourse/shared/data:/shared -v /var/discourse/shared/data/log/var-log:/var/log --mac-address 02:f4:d7:c6:0e:eb local_discourse/data /sbin/boot
0a20f14678531374d667418f626a370ff5d658a68ec9ba33d6a1fc4f7f488920
./launcher rebuild app
$ sudo ./launcher rebuild app
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 60 app
app
/usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2022-04-19T23:09:14.748407 #1] INFO â : Reading from stdin
I, [2022-04-19T23:09:14.762156 #1] INFO â : > locale-gen $LANG && update-locale
I, [2022-04-19T23:09:14.833118 #1] INFO â : Generating locales (this might take a while)âŚ
Generation complete.
I, [2022-04-19T23:09:14.834029 #1] INFO â : > mkdir -p /shared/postgres_run
I, [2022-04-19T23:09:14.858534 #1] INFO â :
I, [2022-04-19T23:09:14.859286 #1] INFO â : > chown postgres:postgres /shared/postgres_run
I, [2022-04-19T23:09:14.872026 #1] INFO â :
I, [2022-04-19T23:09:14.872361 #1] INFO â : > chmod 775 /shared/postgres_run
I, [2022-04-19T23:09:14.878948 #1] INFO â :
I, [2022-04-19T23:09:14.879314 #1] INFO â : > rm -fr /var/run/postgresql
I, [2022-04-19T23:09:14.890627 #1] INFO â :
I, [2022-04-19T23:09:14.890913 #1] INFO â : > ln -s /shared/postgres_run /var/run/postgresql
I, [2022-04-19T23:09:14.899597 #1] INFO â :
I, [2022-04-19T23:09:14.899834 #1] INFO â : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2022/04/19 23:09:14 socat[18] E connect(6, AF=1 â/shared/postgres_run/.s.PGSQL.5432â, 36): No such file or directory
I, [2022-04-19T23:09:14.909393 #1] INFO â :
I, [2022-04-19T23:09:14.909767 #1] INFO â : > rm -fr /shared/postgres_run/.s*
I, [2022-04-19T23:09:14.916015 #1] INFO â :
I, [2022-04-19T23:09:14.916502 #1] INFO â : > rm -fr /shared/postgres_run/.pid
I, [2022-04-19T23:09:14.922573 #1] INFO â :
I, [2022-04-19T23:09:14.923062 #1] INFO â : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T23:09:14.929065 #1] INFO â :
I, [2022-04-19T23:09:14.931643 #1] INFO â : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T23:09:14.939550 #1] INFO â :
I, [2022-04-19T23:09:14.952747 #1] INFO â : File > /etc/service/postgres/run chmod: +x chown:
I, [2022-04-19T23:09:14.966423 #1] INFO â : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2022-04-19T23:09:14.981160 #1] INFO â : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2022-04-19T23:09:14.998133 #1] INFO â : File > /root/upgrade_postgres chmod: +x chown:
I, [2022-04-19T23:09:14.999420 #1] INFO â : > chown -R root /var/lib/postgresql/13/main
I, [2022-04-19T23:09:17.118500 #1] INFO â :
I, [2022-04-19T23:09:17.118636 #1] INFO â : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
I, [2022-04-19T23:09:17.124662 #1] INFO â :
I, [2022-04-19T23:09:17.124803 #1] INFO â : > chown -R postgres:postgres /shared/postgres_data
I, [2022-04-19T23:09:17.152295 #1] INFO â :
I, [2022-04-19T23:09:17.152979 #1] INFO â : > chown -R postgres:postgres /var/run/postgresql
I, [2022-04-19T23:09:17.159662 #1] INFO â :
I, [2022-04-19T23:09:17.160031 #1] INFO â : > /root/upgrade_postgres
I, [2022-04-19T23:09:17.176523 #1] INFO â :
I, [2022-04-19T23:09:17.176860 #1] INFO â : > rm /root/upgrade_postgres
I, [2022-04-19T23:09:17.183846 #1] INFO â :
I, [2022-04-19T23:09:17.184821 #1] INFO â : Replacing data_directory = â/var/lib/postgresql/13/mainâ with data_directory = â/shared/postgres_dataâ in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.186490 #1] INFO â : Replacing (?-mix:#?listen_addresses =.) with listen_addresses = 'â in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.189161 #1] INFO â : Replacing (?-mix:#?synchronous_commit =.) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.190509 #1] INFO â : Replacing (?-mix:#?shared_buffers =.) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.200340 #1] INFO â : Replacing (?-mix:#?work_mem =.) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.203104 #1] INFO â : Replacing (?-mix:#?default_text_search_config =.) with default_text_search_config = â$db_default_text_search_configâ in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.204168 #1] INFO â : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2022-04-19T23:09:17.211155 #1] INFO â :
I, [2022-04-19T23:09:17.211780 #1] INFO â : Replacing (?-mix:#?checkpoint_segments =.) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.212437 #1] INFO â : Replacing (?-mix:#?logging_collector =.) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.213045 #1] INFO â : Replacing (?-mix:#?log_min_duration_statement =.) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2022-04-19T23:09:17.214926 #1] INFO â : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:09:17.219445 #1] INFO â : Replacing (?-mix:^host.*all.*all.127.$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:09:17.221806 #1] INFO â : Replacing (?-mix:^host.all.all.::1/128.$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-04-19T23:09:17.222831 #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, [2022-04-19T23:09:17.228626 #1] INFO â : > sleep 5
2022-04-19 23:09:17.443 UTC [41] LOG: starting PostgreSQL 13.6 (Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2022-04-19 23:09:17.444 UTC [41] LOG: listening on IPv4 address â0.0.0.0â, port 5432
2022-04-19 23:09:17.444 UTC [41] LOG: listening on IPv6 address â::â, port 5432
2022-04-19 23:09:17.447 UTC [41] LOG: listening on Unix socket â/var/run/postgresql/.s.PGSQL.5432â
2022-04-19 23:09:17.461 UTC [44] LOG: database system was shut down at 2022-04-19 23:00:55 UTC
2022-04-19 23:09:17.475 UTC [41] LOG: database system is ready to accept connections
I, [2022-04-19T23:09:22.245676 #1] INFO â :
I, [2022-04-19T23:09:22.246608 #1] INFO â : > su postgres -c âcreatedb discourseâ || true
2022-04-19 23:09:22.339 UTC [54] postgres@postgres ERROR: database âdiscourseâ already exists
2022-04-19 23:09:22.339 UTC [54] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database âdiscourseâ already exists
I, [2022-04-19T23:09:22.343640 #1] INFO â :
I, [2022-04-19T23:09:22.344029 #1] INFO â : > su postgres -c âpsql discourse -c âcreate user discourse;ââ || true
2022-04-19 23:09:22.433 UTC [58] postgres@discourse ERROR: role âdiscourseâ already exists
2022-04-19 23:09:22.433 UTC [58] postgres@discourse STATEMENT: create user discourse;
ERROR: role âdiscourseâ already exists
I, [2022-04-19T23:09:22.445197 #1] INFO â :
I, [2022-04-19T23:09:22.445730 #1] INFO â : > su postgres -c âpsql discourse -c âgrant all privileges on database discourse to discourse;ââ || true
I, [2022-04-19T23:09:22.561941 #1] INFO â : GRANT
I, [2022-04-19T23:09:22.562419 #1] INFO â : > su postgres -c âpsql discourse -c âalter schema public owner to discourse;ââ
I, [2022-04-19T23:09:22.650463 #1] INFO â : ALTER SCHEMA
I, [2022-04-19T23:09:22.650721 #1] INFO â : > su postgres -c âpsql template1 -c âcreate extension if not exists hstore;ââ
NOTICE: extension âhstoreâ already exists, skipping
I, [2022-04-19T23:09:22.743327 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:09:22.743912 #1] INFO â : > su postgres -c âpsql template1 -c âcreate extension if not exists pg_trgm;ââ
NOTICE: extension âpg_trgmâ already exists, skipping
I, [2022-04-19T23:09:22.846861 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:09:22.847512 #1] INFO â : > su postgres -c âpsql discourse -c âcreate extension if not exists hstore;ââ
NOTICE: extension âhstoreâ already exists, skipping
I, [2022-04-19T23:09:22.926852 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:09:22.927590 #1] INFO â : > su postgres -c âpsql discourse -c âcreate extension if not exists pg_trgm;ââ
NOTICE: extension âpg_trgmâ already exists, skipping
I, [2022-04-19T23:09:23.023790 #1] INFO â : CREATE EXTENSION
I, [2022-04-19T23:09:23.024554 #1] INFO â : > sudo -u postgres psql discourse
I, [2022-04-19T23:09:23.030892 #1] INFO â : update pg_database set encoding = pg_char_to_encoding(âUTF8â) where datname = âdiscourseâ AND encoding = pg_char_to_encoding(âSQL_ASCIIâ);
I, [2022-04-19T23:09:23.139105 #1] INFO â : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2022-04-19T23:09:23.147551 #1] INFO â : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2022-04-19T23:09:23.148233 #1] INFO â : > echo postgres installed!
I, [2022-04-19T23:09:23.155768 #1] INFO â : postgres installed!
I, [2022-04-19T23:09:23.176509 #1] INFO â : File > /etc/service/redis/run chmod: +x chown:
I, [2022-04-19T23:09:23.190399 #1] INFO â : File > /etc/service/redis/log/run chmod: +x chown:
I, [2022-04-19T23:09:23.204437 #1] INFO â : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2022-04-19T23:09:23.205205 #1] INFO â : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.206423 #1] INFO â : Replacing (?-mix:^pidfile.$) with in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.207996 #1] INFO â : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2022-04-19T23:09:23.215513 #1] INFO â :
I, [2022-04-19T23:09:23.216652 #1] INFO â : Replacing (?-mix:^logfile.$) with logfile ââ in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.217825 #1] INFO â : Replacing (?-mix:^bind .$) with in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.219452 #1] INFO â : Replacing (?-mix:^dir .$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.220594 #1] INFO â : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.221542 #1] INFO â : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2022-04-19T23:09:23.222547 #1] INFO â : > echo redis installed
I, [2022-04-19T23:09:23.230041 #1] INFO â : redis installed
I, [2022-04-19T23:09:23.234467 #1] INFO â : > cat /etc/redis/redis.conf | grep logfile
I, [2022-04-19T23:09:23.256662 #1] INFO â : logfile ââ
I, [2022-04-19T23:09:23.257770 #1] INFO â : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-04-19T23:09:23.265439 #1] INFO â : > sleep 10
102:C 19 Apr 2022 23:09:23.279 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 19 Apr 2022 23:09:23.279 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 19 Apr 2022 23:09:23.279 # Configuration loaded
102:M 19 Apr 2022 23:09:23.280 * monotonic clock: POSIX clock_gettime
102:M 19 Apr 2022 23:09:23.280 * Running mode=standalone, port=6379.
102:M 19 Apr 2022 23:09:23.281 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
102:M 19 Apr 2022 23:09:23.281 # Server initialized
102:M 19 Apr 2022 23:09:23.281 * Loading RDB produced by version 6.2.6
102:M 19 Apr 2022 23:09:23.281 * RDB age 508 seconds
102:M 19 Apr 2022 23:09:23.281 * RDB memory usage when created 0.91 Mb
102:M 19 Apr 2022 23:09:23.286 # Done loading RDB, keys loaded: 93, keys expired: 0.
102:M 19 Apr 2022 23:09:23.286 * DB loaded from disk: 0.005 seconds
102:M 19 Apr 2022 23:09:23.286 * Ready to accept connections
I, [2022-04-19T23:09:33.274738 #1] INFO â :
I, [2022-04-19T23:09:33.275851 #1] INFO â : > thpoff echo âthpoff is installed!â
I, [2022-04-19T23:09:33.296308 #1] INFO â : thpoff is installed!
I, [2022-04-19T23:09:33.297412 #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, [2022-04-19T23:09:33.468720 #1] INFO â :
I, [2022-04-19T23:09:33.469606 #1] INFO â : > /usr/local/bin/ruby -e âif ENV[âDISCOURSE_HOSTNAMEâ] == âdiscourse.example.comâ; puts âAborting! Domain is not configured!â; exit 1; endâ
I, [2022-04-19T23:09:33.608169 #1] INFO â :
I, [2022-04-19T23:09:33.608831 #1] INFO â : > /usr/local/bin/ruby -e âif (ENV[âDISCOURSE_CDN_URLâ] || ââ)[0âŚ1] == â//â; puts âAborting! CDN must have a protocol specified. Once fixed you should rebake your posts now to correct all posts.â; exit 1; endâ
I, [2022-04-19T23:09:33.710987 #1] INFO â :
I, [2022-04-19T23:09:33.711537 #1] INFO â : > rm -f /etc/cron.d/anacron
I, [2022-04-19T23:09:33.716967 #1] INFO â :
I, [2022-04-19T23:09:33.724680 #1] INFO â : File > /etc/cron.d/anacron chmod: chown:
I, [2022-04-19T23:09:33.758483 #1] INFO â : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2022-04-19T23:09:33.791004 #1] INFO â : File > /etc/service/unicorn/run chmod: +x chown:
I, [2022-04-19T23:09:33.806004 #1] INFO â : File > /etc/service/nginx/run chmod: +x chown:
I, [2022-04-19T23:09:33.825208 #1] INFO â : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2022-04-19T23:09:33.861523 #1] INFO â : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2022-04-19T23:09:33.871454 #1] INFO â : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2022-04-19T23:09:33.872104 #1] INFO â : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-04-19T23:09:33.882458 #1] INFO â : > apt-get update
132:C 19 Apr 2022 23:09:33.892 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
132:C 19 Apr 2022 23:09:33.892 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=132, just started
132:C 19 Apr 2022 23:09:33.892 # Configuration loaded
132:M 19 Apr 2022 23:09:33.892 * monotonic clock: POSIX clock_gettime
132:M 19 Apr 2022 23:09:33.893 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
132:M 19 Apr 2022 23:09:33.893 # Failed listening on port 6379 (TCP), aborting.
I, [2022-04-19T23:09:38.585297 #1] INFO â : Get:1 Index of /debian-security bullseye-security InRelease [44.1 kB]
Get:2 Index of /debian bullseye InRelease [116 kB]
Get:3 Index of /debian bullseye-updates InRelease [39.4 kB]
Get:4 Index of /node_16.x/ bullseye InRelease [4,586 B]
Get:5 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:6 Index of /debian bullseye-backports InRelease [44.2 kB]
Get:7 Index of /pub/repos/apt/ bullseye-pgdg InRelease [86.7 kB]
Get:8 Index of /debian-security bullseye-security/main amd64 Packages [126 kB]
Get:9 Index of /debian bullseye/main amd64 Packages [8,182 kB]
Get:10 Index of /debian bullseye-updates/main amd64 Packages [2,596 B]
Get:11 Index of /node_16.x/ bullseye/main amd64 Packages [770 B]
Get:12 https://dl.yarnpkg.com/debian stable/main all Packages [10.6 kB]
Get:13 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.6 kB]
Get:14 Index of /debian bullseye-backports/main amd64 Packages [236 kB]
Get:15 Index of /pub/repos/apt/ bullseye-pgdg/main amd64 Packages [240 kB]
Fetched 9,160 kB in 3s (2,706 kB/s)
Reading package listsâŚ
I, [2022-04-19T23:09:38.585572 #1] INFO â : > apt-get install -y libsodium-dev
debconf: delaying package configuration, since apt-utils is not installed
I, [2022-04-19T23:09:43.938282 #1] INFO â : Reading package listsâŚ
Building dependency treeâŚ
Reading state informationâŚ
The following additional packages will be installed:
libsodium23
The following NEW packages will be installed:
libsodium-dev libsodium23
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 341 kB of archives.
After this operation, 1,251 kB of additional disk space will be used.
Get:1 Index of /debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:2 Index of /debian bullseye/main amd64 libsodium-dev amd64 1.0.18-1 [180 kB]
Fetched 341 kB in 0s (5,815 kB/s)
Selecting previously unselected package libsodium23:amd64.
(Reading database ⌠38888 files and directories currently installed.)
Preparing to unpack âŚ/libsodium23_1.0.18-1_amd64.deb âŚ
Unpacking libsodium23:amd64 (1.0.18-1) âŚ
Selecting previously unselected package libsodium-dev:amd64.
Preparing to unpack âŚ/libsodium-dev_1.0.18-1_amd64.deb âŚ
Unpacking libsodium-dev:amd64 (1.0.18-1) âŚ
Setting up libsodium23:amd64 (1.0.18-1) âŚ
Setting up libsodium-dev:amd64 (1.0.18-1) âŚ
Processing triggers for libc-bin (2.31-13+deb11u3) âŚ
I, [2022-04-19T23:09:43.951785 #1] INFO â : > cd /var/www/discourse && git reset --hard
Updating files: 100% (31051/31051), done.
I, [2022-04-19T23:09:49.696390 #1] INFO â : HEAD is now at 6fc52d95 DEV: Remove scoped order warning in PostDestroyer.
I, [2022-04-19T23:09:49.696554 #1] INFO â : > cd /var/www/discourse && git clean -f
I, [2022-04-19T23:09:49.949792 #1] INFO â :
I, [2022-04-19T23:09:49.949997 #1] INFO â : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2022-04-19T23:09:49.966373 #1] INFO â :
I, [2022-04-19T23:09:49.966535 #1] INFO â : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2022-04-19T23:09:49.998061 #1] INFO â :
I, [2022-04-19T23:09:49.998437 #1] INFO â : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
From GitHub - discourse/discourse: A platform for community discussion. Free, open, simple.
- branch tests-passed â FETCH_HEAD
- [new branch] tests-passed â origin/tests-passed
I, [2022-04-19T23:09:52.213928 #1] INFO â :
I, [2022-04-19T23:09:52.214109 #1] INFO â : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch âtests-passedâ
I, [2022-04-19T23:09:53.283527 #1] INFO â : Branch âtests-passedâ set up to track remote branch âtests-passedâ from âoriginâ.
I, [2022-04-19T23:09:53.283816 #1] INFO â : > cd /var/www/discourse && mkdir -p tmp
I, [2022-04-19T23:09:53.313196 #1] INFO â :
I, [2022-04-19T23:09:53.313429 #1] INFO â : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2022-04-19T23:09:53.331201 #1] INFO â :
I, [2022-04-19T23:09:53.331422 #1] INFO â : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2022-04-19T23:09:53.369708 #1] INFO â :
I, [2022-04-19T23:09:53.370010 #1] INFO â : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2022-04-19T23:09:53.417540 #1] INFO â :
I, [2022-04-19T23:09:53.417779 #1] INFO â : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2022-04-19T23:09:53.446494 #1] INFO â :
I, [2022-04-19T23:09:53.446728 #1] INFO â : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2022-04-19T23:09:53.456060 #1] INFO â :
I, [2022-04-19T23:09:53.456451 #1] INFO â : > cd /var/www/discourse && bash -c âtouch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.logâ
I, [2022-04-19T23:09:53.469509 #1] INFO â :
I, [2022-04-19T23:09:53.469744 #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, [2022-04-19T23:09:53.488351 #1] INFO â :
I, [2022-04-19T23:09:53.488605 #1] INFO â : > cd /var/www/discourse && bash -c âmkdir -p /shared/{uploads,backups}â
I, [2022-04-19T23:09:53.521729 #1] INFO â :
I, [2022-04-19T23:09:53.521909 #1] INFO â : > cd /var/www/discourse && bash -c âln -s /shared/{uploads,backups} /var/www/discourse/publicâ
I, [2022-04-19T23:09:53.540557 #1] INFO â :
I, [2022-04-19T23:09:53.540802 #1] INFO â : > cd /var/www/discourse && bash -c âmkdir -p /shared/tmp/{backups,restores}â
I, [2022-04-19T23:09:53.554704 #1] INFO â :
I, [2022-04-19T23:09:53.555027 #1] INFO â : > cd /var/www/discourse && bash -c âln -s /shared/tmp/{backups,restores} /var/www/discourse/tmpâ
I, [2022-04-19T23:09:53.566666 #1] INFO â :
I, [2022-04-19T23:09:53.566827 #1] INFO â : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2022-04-19T23:09:53.683888 #1] INFO â :
I, [2022-04-19T23:09:53.684214 #1] INFO â : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2022-04-19T23:09:53.696166 #1] INFO â :
I, [2022-04-19T23:09:53.696669 #1] INFO â : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2022-04-19T23:09:53.697990 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - discourse/docker_manager: plugin for use with discourse docker image
Cloning into âdocker_managerââŚ
I, [2022-04-19T23:09:55.263862 #1] INFO â :
I, [2022-04-19T23:09:55.264619 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - discourse/discourse-chat-integration
Cloning into âdiscourse-chat-integrationââŚ
I, [2022-04-19T23:09:56.213927 #1] INFO â :
I, [2022-04-19T23:09:56.214117 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - discourse/discourse-whos-online: A plugin for Discourse which uses the messagebus to display a live list of active users
Cloning into âdiscourse-whos-onlineââŚ
I, [2022-04-19T23:09:56.982420 #1] INFO â :
I, [2022-04-19T23:09:56.982668 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - gdpelican/retort: A reactions plugin for Discourse
Cloning into âretortââŚ
I, [2022-04-19T23:09:57.638463 #1] INFO â :
I, [2022-04-19T23:09:57.638646 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - discourse/discourse-solved: Allow accepted answers on topics
Cloning into âdiscourse-solvedââŚ
I, [2022-04-19T23:09:58.576646 #1] INFO â :
I, [2022-04-19T23:09:58.576861 #1] INFO â : > cd /var/www/discourse/plugins && git clone GitHub - discourse/discourse-patreon: Enable syncronization between Discourse Groups and Patreon rewards
Cloning into âdiscourse-patreonââŚ
I, [2022-04-19T23:09:59.276014 #1] INFO â :
I, [2022-04-19T23:09:59.276931 #1] INFO â : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2022-04-19T23:09:59.284192 #1] INFO â :
I, [2022-04-19T23:09:59.284934 #1] INFO â : > rm /etc/nginx/sites-enabled/default
I, [2022-04-19T23:09:59.290704 #1] INFO â :
I, [2022-04-19T23:09:59.290902 #1] INFO â : > mkdir -p /var/nginx/cache
I, [2022-04-19T23:09:59.297697 #1] INFO â :
I, [2022-04-19T23:09:59.298563 #1] INFO â : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2022-04-19T23:09:59.299309 #1] INFO â : Replacing (?m-ix:upstream[^}]+}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2022-04-19T23:09:59.299973 #1] INFO â : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2022-04-19T23:09:59.300501 #1] INFO â : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2022-04-19T23:09:59.300945 #1] INFO â : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
I, [2022-04-19T23:09:59.301405 #1] INFO â : > echo âdone configuring webâ
I, [2022-04-19T23:09:59.307512 #1] INFO â : done configuring web
I, [2022-04-19T23:09:59.308351 #1] INFO â : > cd /var/www/discourse && gem install bundler --conservative -v $(awk â/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }â Gemfile.lock)
I, [2022-04-19T23:10:00.205048 #1] INFO â : Successfully installed bundler-2.3.5
1 gem installed
I, [2022-04-19T23:10:00.205276 #1] INFO â : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} +
I, [2022-04-19T23:10:13.626217 #1] INFO â :
I, [2022-04-19T23:10:13.626756 #1] INFO â : > cd /var/www/discourse && su discourse -c âbundle install --deployment --retry 3 --jobs 4 --verbose --without test developmentâ
[DEPRECATED] The --deployment
flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set --local deployment 'true'
, and stop using this flag
[DEPRECATED] The --without
flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set --local without 'test development'
, and stop using this flag
I, [2022-04-19T23:10:23.789304 #1] INFO â : Running bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"
with bundler 2.3.5
Frozen, using resolution from the lockfile
The definition is missing [âsprockets-4.0.3â]
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
Fetching gem metadata from https://rubygems.org/
Looking up gems [âactionmailerâ, âactionpackâ, âactionviewâ, âactionview_precompilerâ, âactive_model_serializersâ, âactivejobâ, âactivemodelâ, âactiverecordâ, âactivesupportâ, âaddressableâ, âannotateâ, âastâ, âaws-eventstreamâ, âaws-partitionsâ, âaws-sdk-coreâ, âaws-sdk-kmsâ, âaws-sdk-s3â, âaws-sdk-snsâ, âaws-sigv4â, âbarberâ, âbetter_errorsâ, âbinding_of_callerâ, âbootsnapâ, âbuilderâ, âbulletâ, âbyebugâ, âcborâ, âcertifiedâ, âchunky_pngâ, âcoderayâ, âcolored2â, âconcurrent-rubyâ, âconnection_poolâ, âcoseâ, âcppjieba_rbâ, âcrackâ, âcrassâ, âcss_parserâ, âdebug_inspectorâ, âdiff-lcsâ, âdiffyâ, âdiscourse-ember-railsâ, âdiscourse-ember-sourceâ, âdiscourse-fontsâ, âdiscourse_dev_assetsâ, âdocileâ, âecma-re-validatorâ, âemail_reply_trimmerâ, âember-data-sourceâ, âember-handlebars-templateâ, âember-sourceâ, âerubiâ, âexconâ, âexecjsâ, âexifrâ, âfabricationâ, âfakerâ, âfakewebâ, âfaradayâ, âfaraday-em_httpâ, âfaraday-em_synchronyâ, âfaraday-exconâ, âfaraday-httpclientâ, âfaraday-multipartâ, âfaraday-net_httpâ, âfaraday-net_http_persistentâ, âfaraday-patronâ, âfaraday-rackâ, âfaraday-retryâ, âfast_blankâ, âfast_xsâ, âfastimageâ, âffiâ, âfspathâ, âgc_tracerâ, âglobalidâ, âguess_html_encodingâ, âhanaâ, âhashdiffâ, âhashieâ, âhighlineâ, âhkdfâ, âhtmlentitiesâ, âhttp_accept_languageâ, âi18nâ, âimage_optimâ, âimage_sizeâ, âin_threadsâ, âipaddrâ, âjmespathâ, âjquery-railsâ, âjsonâ, âjson-schemaâ, âjson_schemerâ, âjwtâ, âkgioâ, âlibv8-nodeâ, âlistenâ, âliterate_randomizerâ, âlogrageâ, âlogstash-eventâ, âlogstash-loggerâ, âlogsterâ, âloofahâ, âlru_reduxâ, âlz4-rubyâ, âmaxminddbâ, âmemory_profilerâ, âmessage_busâ, âmethod_sourceâ, âmini_mimeâ, âmini_portile2â, âmini_racerâ, âmini_schedulerâ, âmini_sqlâ, âmini_suffixâ, âminitestâ, âmochaâ, âmsgpackâ, âmulti_jsonâ, âmulti_xmlâ, âmultipart-postâ, âmustacheâ, ânio4râ, ânokogiriâ, âoauthâ, âoauth2â, âojâ, âomniauthâ, âomniauth-facebookâ, âomniauth-githubâ, âomniauth-google-oauth2â, âomniauth-oauthâ, âomniauth-oauth2â, âomniauth-twitterâ, âopensslâ, âopenssl-signature_algorithmâ, âoptimistâ, âparallelâ, âparallel_testsâ, âparserâ, âpgâ, âprogressâ, âpryâ, âpry-byebugâ, âpry-railsâ, âpublic_suffixâ, âpumaâ, âr2â, âraccâ, ârackâ, ârack-mini-profilerâ, ârack-protectionâ, ârack-testâ, ârails-dom-testingâ, ârails-html-sanitizerâ, ârails_failoverâ, ârails_multisiteâ, ârailtiesâ, ârainbowâ, âraindropsâ, ârakeâ, ârb-fseventâ, ârb-inotifyâ, ârbtraceâ, ârchardetâ, âredisâ, âredis-namespaceâ, âregexp_parserâ, ârequest_storeâ, ârexmlâ, ârinkuâ, ârotpâ, ârqrcodeâ, ârqrcode_coreâ, ârspecâ, ârspec-coreâ, ârspec-expectationsâ, ârspec-html-matchersâ, ârspec-mocksâ, ârspec-railsâ, ârspec-supportâ, ârssâ, ârswag-specsâ, ârtlitâ, ârubocopâ, ârubocop-astâ, ârubocop-discourseâ, ârubocop-rspecâ, âruby-profâ, âruby-progressbarâ, âruby-readabilityâ, âruby2_keywordsâ, ârubyzipâ, âsanitizeâ, âsasscâ, âsassc-railsâ, âseed-fuâ, âshoulda-matchersâ, âsidekiqâ, âsimplecovâ, âsimplecov-htmlâ, âsimplecov_json_formatterâ, âsprocketsâ, âsprockets-railsâ, âsshkeyâ, âstackprofâ, âtest-profâ, âthorâ, âtiltâ, âtzinfoâ, âuglifierâ, âunfâ, âunf_extâ, âunicode-display_widthâ, âunicornâ, âuniform_notifierâ, âuri_templateâ, âwebmockâ, âwebpushâ, âxorcistâ, âyaml-lintâ, âzeitwerkâ]
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP GET https://index.rubygems.org/info/aws-sdk-kms
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
HTTP GET https://index.rubygems.org/info/omniauth
HTTP 206 Partial Content https://index.rubygems.org/info/omniauth
HTTP GET https://index.rubygems.org/info/rubocop-rspec
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-rspec
HTTP GET https://index.rubygems.org/info/unf_ext
HTTP 206 Partial Content https://index.rubygems.org/info/unf_ext
HTTP GET https://index.rubygems.org/info/sidekiq
HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
Looking up gems [âerubisâ, ârack-mountâ, ârack-cacheâ, âjourneyâ, ârails-deprecated_sanitizerâ, âmailâ, âtext-formatâ, ânet-imapâ, ânet-popâ, ânet-smtpâ, âactivemodel-globalidâ, âarelâ, âactiverecord-deprecated_findersâ, âjsonapiâ, âcase_transformâ, âjsonapi-rendererâ, âbcrypt-rubyâ, âjamespathâ, âhttp-2â, âmemcache-clientâ, âthread_safeâ, âember-template-compiler-sourceâ, âhandlebars-sourceâ, ârougeâ, âsnappyâ, âcolumnizeâ, âdebugger-linecacheâ, âslopâ, ârb-readlineâ, âfunctional-rubyâ, ârefâ, âsafe_yamlâ, ârdocâ, âpastelâ, âtty-pagerâ, âtty-screenâ, âtty-treeâ, ârcovâ, âhttpclientâ, ânet-http-persistentâ, âpatronâ, ârake-compilerâ, ârb-appscriptâ, âxattrâ, âffi-xattrâ, âtermiosâ, âaws-crtâ, ârailsâ, ârdfâ, ârb-fchangeâ, ârb-kqueueâ, âcelluloidâ, âcelluloid-ioâ, âruby_depâ, âjson_pureâ, âstudâ, âeventmachineâ, âthinâ, âruby_parserâ, ânet-ftpâ, âlibv8â, âmetaclassâ, âhoeâ, âweaklingâ, âmini_portileâ, âpkg-configâ, âfaraday-middlewareâ, âhttpauthâ, âbigdecimalâ, âruby-hmacâ, âwin32consoleâ, âyardâ, âspoonâ, âpry-docâ, âescape_utilsâ, âsexp_processorâ, âoa-coreâ, âoa-oauthâ, âoa-openidâ, âoa-basicâ, âoa-enterpriseâ, âoa-moreâ, ârack-sslâ, âtrollopâ, âbase32â, âwebratâ, ârspec-collection_matchersâ, âterm-ansicolorâ, âbackportsâ, âpowerpackâ, âastrolabeâ, âtinsâ, âjaro_winklerâ, âpsychâ, âstrscanâ, âhpricotâ, ânokogumboâ, âsassâ, âbourneâ, âlockfileâ, âhikeâ, âbundlerâ, âtherubyracerâ, âcompassâ, âsprockets-sassâ, âsinatraâ, âslimâ]
HTTP GET https://index.rubygems.org/info/rake-compiler
HTTP 206 Partial Content https://index.rubygems.org/info/rake-compiler
HTTP GET https://index.rubygems.org/info/strscan
HTTP 206 Partial Content https://index.rubygems.org/info/strscan
Looking up gems [âmime-typesâ, âtreetopâ, âtlsmailâ, âtext-hyphenâ, âdigestâ, ânet-protocolâ, âtimeoutâ, âabstractâ, âmultimapâ, âjsonapi-parserâ, âbcryptâ, âatomicâ, âsnappy-jarsâ, âruby_core_sourceâ, âdebugger-ruby_core_sourceâ, âZenTestâ, âRubyInlineâ, âequatableâ, âtty-colorâ, âtty-whichâ, âverseâ, âstringsâ, âlink_headerâ, âhamsterâ, âwin32-apiâ, âdotenvâ, ânenvâ, ârspec-logsplitâ, âtimersâ, âspruzâ, âmetriksâ, âdaemonsâ, âParseTreeâ, âtimeâ, âfacterâ, âcelluloid-essentialsâ, âcelluloid-extrasâ, âcelluloid-fsmâ, âcelluloid-poolâ, âcelluloid-supervisionâ, ârubyforgeâ, âgemcutterâ, âwebrickâ, ârack-openidâ, âruby-openid-apps-discoveryâ, ârestclientâ, ârest-clientâ, ânet-ldapâ, ârubyntlmâ, âpyu-ruby-saslâ, âuuidâ, âXMLCanonicalizerâ, âcursesâ, âsyncâ, âjar-dependenciesâ, âstringioâ, âactiveresourceâ, âactionwebserviceâ, âactioncableâ, âactivestorageâ, âactionmailboxâ, âactiontextâ, âsass-listenâ, âhamlâ, âfssmâ, âcompass-coreâ, âcompass-import-onceâ, âsprockets-helpersâ, âmongrelâ, âmustermannâ, âtempleâ]
HTTP GET https://index.rubygems.org/info/stringio
HTTP 206 Partial Content https://index.rubygems.org/info/stringio
Looking up gems [âmime-types-dataâ, âio-waitâ, âarchive-tar-minitarâ, âunicode_utilsâ, âstrings-ansiâ, âfacetsâ, âpolyglotâ, âdotenv-deploymentâ, âtest-unitâ, âhitimesâ, âSexpProcessorâ, âdateâ, âCFPropertyListâ, âsys-adminâ, âwin32-dirâ, âwindows-apiâ, âwindows-prâ, âwin32-securityâ, âhoconâ, âcelluloid-gemsâ, âcoverallsâ, ânet-scpâ, âruby-openidâ, ânetrcâ, âhttp-cookieâ, âhttp-acceptâ, âmacaddrâ, âlog4râ, âruby-mavenâ, ârbtreeâ, âfaraday_middlewareâ, âyajl-rubyâ, âavl_treeâ, ârails-observersâ, âactivemodel-serializers-xmlâ, âcoffee-railsâ, âem-hiredisâ, âfaye-websocketâ, âwebsocket-driverâ, âmarcelâ, âmimemagicâ, âcgi_multipart_eof_fixâ, âfastthreadâ, âgem_pluginâ, âtoolâ]
Looking up gems [âpower_assertâ, âconfigurationâ, âmkrfâ, âlibxml-rubyâ, âffi-win32-extensionsâ, âruby-yadisâ, âdomain_nameâ, âsqlite3â, âsystemuâ, âmaven-toolsâ, âruby-maven-libsâ, âroauthâ, âminitarâ, âminitar-cliâ, âcoffee-scriptâ, âhiredisâ, ânet-sshâ, âwebsocket-extensionsâ, âcolorizeâ]
Looking up gems [âvirtusâ, âpowerbarâ, âpattern-matchâ, âneedleâ, âjruby-pageantâ, âbcrypt_pbkdfâ, ârbnaclâ, ârbnacl-libsodiumâ, âcoffee-script-sourceâ]
Looking up gems [âansiâ, âdescendants_trackerâ, âaxiom-typesâ, âcoercibleâ, âequalizerâ]
Looking up gems [âice_nineâ, âadamantiumâ]
Looking up gems [âmemoizableâ]
Using rake 13.0.6
0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Using minitest 5.15.0
0: minitest (5.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
Using zeitwerk 2.5.4
0: zeitwerk (2.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
Using builder 3.2.4
0: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Using erubi 1.10.0
0: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Using racc 1.6.0
0: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Using crass 1.0.6
0: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Using rack 2.2.3
0: rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Using mini_mime 1.1.2
0: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Using public_suffix 4.0.7
0: public_suffix (4.0.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.7.gemspec
Using aws-eventstream 1.2.0
0: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Using aws-partitions 1.516.0
0: aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
Using jmespath 1.6.1
0: jmespath (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.1.gemspec
Using ember-source 2.18.2
0: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Using execjs 2.8.1
0: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Using msgpack 1.5.1
0: msgpack (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.1.gemspec
Using bundler 2.3.5
0: bundler (2.3.5) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.5.gemspec
Using byebug 11.1.3
0: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Using cbor 0.5.9.6
0: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Using chunky_png 1.4.0
0: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Using coderay 1.1.3
0: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Using colored2 3.1.2
0: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Using connection_pool 2.2.5
0: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Using ipaddr 1.2.4
0: ipaddr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
Using cppjieba_rb 0.4.2
0: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
Using diffy 3.4.0
0: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Using method_source 1.0.0
0: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Using thor 1.2.1
0: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
Using discourse-ember-source 3.12.2.3
0: discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Using discourse-fonts 0.0.9
0: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
Using regexp_parser 2.3.0
0: regexp_parser (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.3.0.gemspec
Using email_reply_trimmer 0.1.13
0: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Using excon 0.92.2
0: excon (0.92.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.92.2.gemspec
Using exifr 1.3.9
0: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Using faraday-em_http 1.0.0
0: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Using faraday-em_synchrony 1.0.0
0: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
Using faraday-excon 1.1.0
0: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Using faraday-httpclient 1.0.1
0: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Using multipart-post 2.1.1
0: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Using faraday-net_http 1.0.1
0: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Using faraday-net_http_persistent 1.2.0
0: faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Using faraday-patron 1.0.0
0: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Using faraday-rack 1.0.0
0: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Using faraday-retry 1.0.3
0: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
Using ruby2_keywords 0.0.5
0: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Using fast_blank 1.0.1
0: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Using fast_xs 0.8.0
0: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Using fastimage 2.2.6
0: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
Using ffi 1.15.5
0: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
Using fspath 3.1.2
0: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Using gc_tracer 1.5.1
0: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
0: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Using hana 1.3.7
0: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Using hashie 5.0.0
0: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
Using highline 2.0.3
0: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Using hkdf 0.3.0
0: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Using htmlentities 4.3.4
0: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Using http_accept_language 2.1.1
0: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Using image_size 3.0.1
0: image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Using in_threads 1.6.0
0: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
Using progress 3.6.0
0: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Using json 2.6.1
0: json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Using uri_template 0.7.0
0: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Using jwt 2.3.0
0: jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Using kgio 2.11.4
0: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Using libv8-node 16.10.0.0 (x86_64-linux)
0: libv8-node (16.10.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
Using logstash-event 1.2.02
0: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Using logster 2.11.0
0: logster (2.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.11.0.gemspec
Using lru_redux 1.1.0
0: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Using lz4-ruby 0.3.3
0: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Using maxminddb 0.1.22
0: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Using memory_profiler 1.0.0
0: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Using redis 4.5.1
0: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Using mini_sql 1.4.0
0: mini_sql (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.4.0.gemspec
Using multi_json 1.15.0
0: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Using multi_xml 0.6.0
0: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Using mustache 1.1.1
0: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Using nio4r 2.5.8
0: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Using oauth 0.5.8
0: oauth (0.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
Using oj 3.13.11
0: oj (3.13.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.11.gemspec
Using optimist 3.0.1
0: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Using pg 1.3.5
0: pg (1.3.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.5.gemspec
Using r2 0.2.7
0: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Using rchardet 1.8.0
3: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Using rexml 3.2.5
3: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Using rinku 2.0.6
3: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Using rotp 6.2.0
3: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Using rqrcode_core 1.2.0
3: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Using rtlit 0.0.5
3: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Using rubyzip 2.3.2
3: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Using tilt 2.0.10
3: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Using sshkey 2.0.0
3: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Using stackprof 0.2.19
3: stackprof (0.2.19) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.19.gemspec
Using unf_ext 0.0.8.1
3: unf_ext (0.0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.1.gemspec
Using xorcist 1.1.2
3: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Using raindrops 0.20.0
0: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
Using concurrent-ruby 1.1.10
1: concurrent-ruby (1.1.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.10.gemspec
Using nokogiri 1.13.4 (x86_64-linux)
1: nokogiri (1.13.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.4-x86_64-linux.gemspec
Using rack-test 1.1.0
1: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Using addressable 2.8.0
3: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Using aws-sigv4 1.4.0
3: aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Using barber 0.12.2
3: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Using bootsnap 1.11.1
3: bootsnap (1.11.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.11.1.gemspec
Using openssl 2.2.1
3: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Using ember-data-source 3.0.2
3: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Using ecma-re-validator 0.4.0
3: ecma-re-validator (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
Using faraday-multipart 1.0.3
3: faraday-multipart (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
Using image_optim 0.31.1
3: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Using request_store 1.5.1
3: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
Using message_bus 4.2.0
0: message_bus (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.2.0.gemspec
Using mini_racer 0.6.2
0: mini_racer (0.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
Using sidekiq 6.4.1
0: sidekiq (6.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.1.gemspec
Using mini_suffix 0.3.3
0: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
Using omniauth 1.9.1
0: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Using pry 0.13.1
0: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Using puma 5.6.4
0: puma (5.6.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.4.gemspec
Using rack-mini-profiler 3.0.0
0: rack-mini-profiler (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-3.0.0.gemspec
Using rack-protection 2.2.0
0: rack-protection (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.0.gemspec
Using rbtrace 0.4.14
0: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Using redis-namespace 1.8.2
0: redis-namespace (1.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.2.gemspec
Using rqrcode 2.1.1
0: rqrcode (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.1.gemspec
Using rss 0.2.9
0: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Using sassc 2.0.1
0: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Using uglifier 4.2.0
0: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Using unf 0.1.4
0: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Using unicorn 6.1.0
0: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
Using webpush 1.1.0
0: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Using logstash-logger 0.26.1
3: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Using faraday 1.10.0
3: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
Using json_schemer 0.2.20
3: json_schemer (0.2.20) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.20.gemspec
Using mini_scheduler 0.13.0
3: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Using omniauth-oauth 1.2.0
3: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Using pry-byebug 3.9.0
3: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Using pry-rails 0.3.9
3: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Using ruby-readability 0.7.0
3: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Using sanitize 6.0.0
3: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Using i18n 1.10.0
3: i18n (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.10.0.gemspec
Using tzinfo 2.0.4
3: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Using loofah 2.16.0
3: loofah (2.16.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.16.0.gemspec
Using aws-sdk-core 3.121.2
3: aws-sdk-core (3.121.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Using openssl-signature_algorithm 1.1.1
3: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Using css_parser 1.11.0
3: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
Fetching sprockets 4.0.3
Using aws-sdk-kms 1.44.0
0: aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Using aws-sdk-sns 1.46.0
0: aws-sdk-sns (1.46.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
Using cose 1.2.0
0: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Using oauth2 1.4.7
0: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Using omniauth-twitter 1.4.0
0: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Using activesupport 6.1.4.7
0: activesupport (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.7.gemspec
Using rails-html-sanitizer 1.4.2
0: rails-html-sanitizer (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Using mail 2.8.0.edge from GitHub - discourse/mail: A Really Ruby Mail Library (at main@5b700fc)
Using globalid 1.0.0
2: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
Using activemodel 6.1.4.7
2: activemodel (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.7.gemspec
Using aws-sdk-s3 1.96.1
2: aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Using omniauth-oauth2 1.7.2
2: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
Using rails-dom-testing 2.0.3
0: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Using actionview 6.1.4.7
2: actionview (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.7.gemspec
Using activejob 6.1.4.7
2: activejob (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.7.gemspec
Using active_model_serializers 0.8.4
2: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Using activerecord 6.1.4.7
2: activerecord (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.7.gemspec
Using omniauth-facebook 9.0.0
2: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Using omniauth-github 1.4.0
2: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Using omniauth-google-oauth2 0.8.2
2: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Using actionpack 6.1.4.7
2: actionpack (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.7.gemspec
Using actionview_precompiler 0.2.3
2: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Using seed-fu 2.3.9
2: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
Using railties 6.1.4.7
2: railties (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.7.gemspec
Using jquery-rails 4.4.0
0: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Using lograge 0.12.0
0: lograge (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.12.0.gemspec
Using rails_failover 0.8.1
0: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
Using rails_multisite 4.0.1
0: rails_multisite (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.1.gemspec
1: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Installing sprockets 4.0.3
Using actionmailer 6.1.4.7
0: actionmailer (6.1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.7.gemspec
3: sprockets (4.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-4.0.3.gemspec
Using ember-handlebars-template 0.8.0
2: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Using sprockets-rails 3.4.2
1: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
Using discourse-ember-rails 0.18.6
0: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
Using sassc-rails 2.1.2
0: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Bundle complete! 126 Gemfile dependencies, 176 gems now installed.
Gems in the groups âtestâ and âdevelopmentâ were not installed.
Bundled gems are installed into ./vendor/bundle
I, [2022-04-19T23:10:23.789921 #1] INFO â : > cd /var/www/discourse && [ ! -d ânode_modulesâ ] || su discourse -c âyarn install --production && yarn cache cleanâ
I, [2022-04-19T23:12:55.256186 #1] INFO â : yarn install v1.22.18
[1/5] Validating package.jsonâŚ
[2/5] Resolving packagesâŚ
success Already up-to-date.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.18
[1/4] Resolving packagesâŚ
[2/4] Fetching packagesâŚ
[3/4] Linking dependenciesâŚ
[4/4] Building fresh packagesâŚ
success Saved lockfile.
Done in 143.13s.
Done in 144.66s.
yarn cache v1.22.18
success Cleared cache.
Done in 6.12s.
I, [2022-04-19T23:12:55.259721 #1] INFO â : > cd /var/www/discourse && su discourse -c âLOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_allâ
I, [2022-04-19T23:13:00.446630 #1] INFO â : discourse-whos-online is already at latest compatible version
docker_manager is already at latest compatible version
retort is already at latest compatible version
discourse-solved is already at latest compatible version
discourse-chat-integration is already at latest compatible version
discourse-patreon is already at latest compatible version
I, [2022-04-19T23:13:00.447784 #1] INFO â : > cd /var/www/discourse && su discourse -c âbundle exec rake db:migrateâ
Discourse requires Redis 6.2.0 or up
I, [2022-04-19T23:13:05.959893 #1] INFO â :
I, [2022-04-19T23:13:05.961443 #1] INFO â : Terminating async processes
I, [2022-04-19T23:13:05.961839 #1] INFO â : Sending INT to 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: 41
I, [2022-04-19T23:13:05.962256 #1] INFO â : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102
2022-04-19 23:13:05.962 UTC [41] LOG: received fast shutdown request
102:signal-handler (1650409985) Received SIGTERM scheduling shutdownâŚ
2022-04-19 23:13:05.973 UTC [41] LOG: aborting any active transactions
2022-04-19 23:13:05.979 UTC [41] LOG: background worker âlogical replication launcherâ (PID 50) exited with exit code 1
2022-04-19 23:13:05.980 UTC [45] LOG: shutting down
102:M 19 Apr 2022 23:13:05.998 # User requested shutdownâŚ
102:M 19 Apr 2022 23:13:05.998 * Saving the final RDB snapshot before exiting.
102:M 19 Apr 2022 23:13:06.016 * DB saved on disk
102:M 19 Apr 2022 23:13:06.017 # Redis is now ready to exit, bye byeâŚ
2022-04-19 23:13:06.130 UTC [41] LOG: database system is shut down
FAILED
Pups::ExecError: cd /var/www/discourse && su discourse -c âbundle exec rake db:migrateâ failed with return #<Process::Status: pid 1042 exit 1>
Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawnâ
exec failed with the params {âcdâ=>"$home", âhookâ=>âdb_migrateâ, âcmdâ=>[âsu discourse -c âbundle exec rake db:migrateââ]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
d8e867e1b2ed5fdafa4327e4f5b6f04adaaabc0be7af10140e90a10a6e7d7ae6