Guest User

Untitled

a guest
Mar 2nd, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.91 KB | None | 0 0
  1. root@vps-35b1dd9b:/var/discourse# ./discourse-setup
  2. The configuration file containers/app.yml already exists!
  3.  
  4. . . . reconfiguring . . .
  5.  
  6.  
  7. Saving old file as app.yml.2024-03-02-155847.bak
  8. Stopping existing container in 5 seconds or Control-C to cancel.
  9. x86_64 arch detected.
  10. app was not started !
  11. ./discourse-doctor may help diagnose the problem.
  12.  
  13. Found 2GB of memory and 2 physical CPU cores
  14. setting db_shared_buffers = 256MB
  15. setting UNICORN_WORKERS = 4
  16. containers/app.yml memory parameters updated.
  17.  
  18. Hostname for your Discourse? [auģiks.lv]:
  19.  
  20. Checking your domain name . . .
  21. Connection to auģiks.lv succeeded.
  22. Email address for admin account(s)? [admin@auģiks.lv]:
  23. SMTP server address? [in-v3.mailjet.com]:
  24. SMTP port? [587]:
  25. SMTP user name? [9078402fe1ac24b543747cae322aa1e3]:
  26. SMTP password? [90fa54d86a9b715ea48a08d13745981a]:
  27. notification email address? [noreply@auģiks.lv]:
  28. Optional email address for Let's Encrypt warnings? (Enter 'OFF' to disable.) [admin@auģiks.lv]:
  29. Optional Maxmind License key (ENTER to continue without MAXMIND GeoLite2 geolocation database) [1234567890123456]:
  30.  
  31. Does this look right?
  32.  
  33. Hostname : auģiks.lv
  34. Email : admin@auģiks.lv
  35. SMTP address : in-v3.mailjet.com
  36. SMTP port : 587
  37. SMTP username : 9078402fe1ac24b543747cae322aa1e3
  38. SMTP password : 90fa54d86a9b715ea48a08d13745981a
  39. Notification email: noreply@auģiks.lv
  40. Let's Encrypt : admin@auģiks.lv
  41. Maxmind license: (unset)
  42.  
  43. ENTER to continue, 'n' to try again, Ctrl+C to exit:
  44. letsencrypt.ssl.template.yml enabled
  45.  
  46.  
  47. Configuration file at containers/app.yml updated successfully!
  48.  
  49. Updates successful. Rebuilding in 5 seconds.
  50. Building app
  51. x86_64 arch detected.
  52. Ensuring launcher is up to date
  53. Launcher is up-to-date
  54. 2.0.20231218-0429: Pulling from discourse/base
  55. Digest: sha256:468f70b9bb4c6d0c6c2bbb3efc1a5e12d145eae57bdb6946b7fe5558beb52dc1
  56. Status: Image is up to date for discourse/base:2.0.20231218-0429
  57. docker.io/discourse/base:2.0.20231218-0429
  58. /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups.rb
  59. /usr/local/bin/pups --stdin
  60. I, [2024-03-02T15:59:16.125137 #1] INFO -- : Reading from stdin
  61. I, [2024-03-02T15:59:16.129479 #1] INFO -- : > locale-gen $LANG && update-locale
  62. I, [2024-03-02T15:59:16.171433 #1] INFO -- : Generating locales (this might take a while)...
  63. Generation complete.
  64.  
  65. I, [2024-03-02T15:59:16.171687 #1] INFO -- : > mkdir -p /shared/postgres_run
  66. I, [2024-03-02T15:59:16.174677 #1] INFO -- :
  67. I, [2024-03-02T15:59:16.175081 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
  68. I, [2024-03-02T15:59:16.178389 #1] INFO -- :
  69. I, [2024-03-02T15:59:16.178761 #1] INFO -- : > chmod 775 /shared/postgres_run
  70. I, [2024-03-02T15:59:16.181307 #1] INFO -- :
  71. I, [2024-03-02T15:59:16.181645 #1] INFO -- : > rm -fr /var/run/postgresql
  72. I, [2024-03-02T15:59:16.184909 #1] INFO -- :
  73. I, [2024-03-02T15:59:16.185245 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  74. I, [2024-03-02T15:59:16.188005 #1] INFO -- :
  75. I, [2024-03-02T15:59:16.188376 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  76. 2024/03/02 15:59:16 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  77. I, [2024-03-02T15:59:16.195432 #1] INFO -- :
  78. I, [2024-03-02T15:59:16.195617 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
  79. I, [2024-03-02T15:59:16.198778 #1] INFO -- :
  80. I, [2024-03-02T15:59:16.198957 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
  81. I, [2024-03-02T15:59:16.202154 #1] INFO -- :
  82. I, [2024-03-02T15:59:16.202335 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
  83. I, [2024-03-02T15:59:16.205168 #1] INFO -- :
  84. I, [2024-03-02T15:59:16.205547 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
  85. I, [2024-03-02T15:59:16.208247 #1] INFO -- :
  86. I, [2024-03-02T15:59:16.214341 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  87. I, [2024-03-02T15:59:16.220263 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  88. I, [2024-03-02T15:59:16.226338 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  89. I, [2024-03-02T15:59:16.233583 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  90. I, [2024-03-02T15:59:16.233894 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
  91. I, [2024-03-02T15:59:17.067061 #1] INFO -- :
  92. I, [2024-03-02T15:59:17.067417 #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
  93. I, [2024-03-02T15:59:17.070108 #1] INFO -- :
  94. I, [2024-03-02T15:59:17.070314 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  95. I, [2024-03-02T15:59:17.096126 #1] INFO -- :
  96. I, [2024-03-02T15:59:17.096480 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  97. I, [2024-03-02T15:59:17.099246 #1] INFO -- :
  98. I, [2024-03-02T15:59:17.099661 #1] INFO -- : > /root/upgrade_postgres
  99. I, [2024-03-02T15:59:17.104930 #1] INFO -- :
  100. I, [2024-03-02T15:59:17.105143 #1] INFO -- : > rm /root/upgrade_postgres
  101. I, [2024-03-02T15:59:17.107649 #1] INFO -- :
  102. I, [2024-03-02T15:59:17.108942 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  103. I, [2024-03-02T15:59:17.109569 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  104. I, [2024-03-02T15:59:17.109958 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  105. I, [2024-03-02T15:59:17.110375 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  106. I, [2024-03-02T15:59:17.110830 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  107. I, [2024-03-02T15:59:17.111212 #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
  108. I, [2024-03-02T15:59:17.111603 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  109. I, [2024-03-02T15:59:17.115208 #1] INFO -- :
  110. I, [2024-03-02T15:59:17.115699 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  111. I, [2024-03-02T15:59:17.116073 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  112. I, [2024-03-02T15:59:17.116519 #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
  113. I, [2024-03-02T15:59:17.117130 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  114. I, [2024-03-02T15:59:17.117459 #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
  115. I, [2024-03-02T15:59:17.117768 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  116. I, [2024-03-02T15:59:17.118080 #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
  117. I, [2024-03-02T15:59:17.120148 #1] INFO -- : > sleep 5
  118. 2024-03-02 15:59:17.157 UTC [42] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  119. 2024-03-02 15:59:17.157 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
  120. 2024-03-02 15:59:17.157 UTC [42] LOG: listening on IPv6 address "::", port 5432
  121. 2024-03-02 15:59:17.159 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  122. 2024-03-02 15:59:17.163 UTC [45] LOG: database system was shut down at 2024-03-01 22:23:20 UTC
  123. 2024-03-02 15:59:17.169 UTC [42] LOG: database system is ready to accept connections
  124. I, [2024-03-02T15:59:22.123154 #1] INFO -- :
  125. I, [2024-03-02T15:59:22.123535 #1] INFO -- : > su postgres -c 'createdb discourse' || true
  126. 2024-03-02 15:59:22.181 UTC [55] postgres@postgres ERROR: database "discourse" already exists
  127. 2024-03-02 15:59:22.181 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  128. createdb: error: database creation failed: ERROR: database "discourse" already exists
  129. I, [2024-03-02T15:59:22.183466 #1] INFO -- :
  130. I, [2024-03-02T15:59:22.183699 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  131. 2024-03-02 15:59:22.230 UTC [59] postgres@discourse ERROR: role "discourse" already exists
  132. 2024-03-02 15:59:22.230 UTC [59] postgres@discourse STATEMENT: create user discourse;
  133. ERROR: role "discourse" already exists
  134. I, [2024-03-02T15:59:22.232884 #1] INFO -- :
  135. I, [2024-03-02T15:59:22.233100 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  136. I, [2024-03-02T15:59:22.274347 #1] INFO -- : GRANT
  137.  
  138. I, [2024-03-02T15:59:22.274592 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  139. I, [2024-03-02T15:59:22.316502 #1] INFO -- : ALTER SCHEMA
  140.  
  141. I, [2024-03-02T15:59:22.316734 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  142. NOTICE: extension "hstore" already exists, skipping
  143. I, [2024-03-02T15:59:22.363914 #1] INFO -- : CREATE EXTENSION
  144.  
  145. I, [2024-03-02T15:59:22.364111 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  146. NOTICE: extension "pg_trgm" already exists, skipping
  147. I, [2024-03-02T15:59:22.405636 #1] INFO -- : CREATE EXTENSION
  148.  
  149. I, [2024-03-02T15:59:22.405879 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists vector;"'
  150. NOTICE: extension "vector" already exists, skipping
  151. I, [2024-03-02T15:59:22.447603 #1] INFO -- : CREATE EXTENSION
  152.  
  153. I, [2024-03-02T15:59:22.447896 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  154. NOTICE: extension "hstore" already exists, skipping
  155. I, [2024-03-02T15:59:22.494482 #1] INFO -- : CREATE EXTENSION
  156.  
  157. I, [2024-03-02T15:59:22.494743 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  158. NOTICE: extension "pg_trgm" already exists, skipping
  159. I, [2024-03-02T15:59:22.539389 #1] INFO -- : CREATE EXTENSION
  160.  
  161. I, [2024-03-02T15:59:22.539642 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists vector;"'
  162. NOTICE: extension "vector" already exists, skipping
  163. I, [2024-03-02T15:59:22.584928 #1] INFO -- : CREATE EXTENSION
  164.  
  165. I, [2024-03-02T15:59:22.585240 #1] INFO -- : > sudo -u postgres psql discourse
  166. I, [2024-03-02T15:59:22.588595 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  167.  
  168. I, [2024-03-02T15:59:22.651172 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  169. I, [2024-03-02T15:59:22.656943 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  170. I, [2024-03-02T15:59:22.657128 #1] INFO -- : > echo postgres installed!
  171. I, [2024-03-02T15:59:22.660354 #1] INFO -- : postgres installed!
  172.  
  173. I, [2024-03-02T15:59:22.668601 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  174. I, [2024-03-02T15:59:22.675899 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  175. I, [2024-03-02T15:59:22.682850 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  176. I, [2024-03-02T15:59:22.683903 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  177. I, [2024-03-02T15:59:22.684571 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  178. I, [2024-03-02T15:59:22.685154 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  179. I, [2024-03-02T15:59:22.689161 #1] INFO -- :
  180. I, [2024-03-02T15:59:22.689854 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  181. I, [2024-03-02T15:59:22.690542 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  182. I, [2024-03-02T15:59:22.691110 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  183. I, [2024-03-02T15:59:22.691789 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  184. I, [2024-03-02T15:59:22.692387 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  185. I, [2024-03-02T15:59:22.692946 #1] INFO -- : > echo redis installed
  186. I, [2024-03-02T15:59:22.696320 #1] INFO -- : redis installed
  187.  
  188. I, [2024-03-02T15:59:22.696747 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  189. I, [2024-03-02T15:59:22.702841 #1] INFO -- : logfile ""
  190.  
  191. I, [2024-03-02T15:59:22.702964 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  192. I, [2024-03-02T15:59:22.705747 #1] INFO -- : > sleep 10
  193. 111:C 02 Mar 2024 15:59:22.715 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  194. 111:C 02 Mar 2024 15:59:22.715 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=111, just started
  195. 111:C 02 Mar 2024 15:59:22.715 # Configuration loaded
  196. 111:M 02 Mar 2024 15:59:22.716 * monotonic clock: POSIX clock_gettime
  197. 111:M 02 Mar 2024 15:59:22.716 * Running mode=standalone, port=6379.
  198. 111:M 02 Mar 2024 15:59:22.716 # Server initialized
  199. 111:M 02 Mar 2024 15:59:22.717 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also 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.
  200. 111:M 02 Mar 2024 15:59:22.717 * Loading RDB produced by version 7.0.7
  201. 111:M 02 Mar 2024 15:59:22.717 * RDB age 63362 seconds
  202. 111:M 02 Mar 2024 15:59:22.717 * RDB memory usage when created 1.32 Mb
  203. 111:M 02 Mar 2024 15:59:22.718 * Done loading RDB, keys loaded: 15, keys expired: 0.
  204. 111:M 02 Mar 2024 15:59:22.718 * DB loaded from disk: 0.001 seconds
  205. 111:M 02 Mar 2024 15:59:22.718 * Ready to accept connections
  206. I, [2024-03-02T15:59:32.709073 #1] INFO -- :
  207. I, [2024-03-02T15:59:32.709466 #1] INFO -- : > thpoff echo "thpoff is installed!"
  208. I, [2024-03-02T15:59:32.714471 #1] INFO -- : thpoff is installed!
  209.  
  210. I, [2024-03-02T15:59:32.714854 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  211. I, [2024-03-02T15:59:32.775808 #1] INFO -- :
  212. I, [2024-03-02T15:59:32.776081 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  213. I, [2024-03-02T15:59:32.843863 #1] INFO -- :
  214. I, [2024-03-02T15:59:32.844334 #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'
  215. I, [2024-03-02T15:59:32.902095 #1] INFO -- :
  216. I, [2024-03-02T15:59:32.902518 #1] INFO -- : > rm -f /etc/cron.d/anacron
  217. I, [2024-03-02T15:59:32.906548 #1] INFO -- :
  218. I, [2024-03-02T15:59:32.910578 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  219. I, [2024-03-02T15:59:32.917117 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  220. I, [2024-03-02T15:59:32.923084 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  221. I, [2024-03-02T15:59:32.929077 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  222. I, [2024-03-02T15:59:32.934942 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  223. I, [2024-03-02T15:59:32.940797 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  224. I, [2024-03-02T15:59:32.940965 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  225. I, [2024-03-02T15:59:32.941257 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  226. I, [2024-03-02T15:59:32.943827 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
  227. 138:C 02 Mar 2024 15:59:32.949 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  228. 138:C 02 Mar 2024 15:59:32.949 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=138, just started
  229. 138:C 02 Mar 2024 15:59:32.949 # Configuration loaded
  230. 138:M 02 Mar 2024 15:59:32.949 * monotonic clock: POSIX clock_gettime
  231. 138:M 02 Mar 2024 15:59:32.949 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
  232. 138:M 02 Mar 2024 15:59:32.949 # Failed listening on port 6379 (TCP), aborting.
  233. Updating files: 100% (33715/33715), done.
  234. I, [2024-03-02T15:59:37.716077 #1] INFO -- : HEAD is now at 6ab1a19e9 DEV: Convert min_trust_level_to_allow_invite to groups (#24893)
  235.  
  236. I, [2024-03-02T15:59:37.716190 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
  237. I, [2024-03-02T15:59:37.886990 #1] INFO -- :
  238. I, [2024-03-02T15:59:37.887088 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  239. set -o errexit
  240. if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
  241. git remote set-branches --add origin main
  242. git remote set-branches origin tests-passed
  243. git fetch --depth 1 origin tests-passed
  244. else
  245. git fetch --tags --prune-tags --prune --force origin
  246. fi
  247. '
  248. From https://github.com/discourse/discourse
  249. - [deleted] (none) -> origin/0-assets-spec2
  250. - [deleted] (none) -> origin/0-drop-code
  251. - [deleted] (none) -> origin/0-followup
  252. - [deleted] (none) -> origin/a11y-sidebar-contrast
  253. - [deleted] (none) -> origin/a11y–focus-tooltip
  254. - [deleted] (none) -> origin/add-ds-store-to-gitignore
  255. - [deleted] (none) -> origin/add-new-chat-indicator-preference-only-mentions
  256. - [deleted] (none) -> origin/add-topic-voting-webhook
  257. - [deleted] (none) -> origin/after-topic-list
  258. - [deleted] (none) -> origin/api-reduce-motion
  259. - [deleted] (none) -> origin/api-topic-title-decorator
  260. - [deleted] (none) -> origin/boosted-searches
  261. - [deleted] (none) -> origin/bulk-button-class
  262. - [deleted] (none) -> origin/card-container-plugin-outlet
  263. - [deleted] (none) -> origin/composer-warnings-use-notice-alt
  264. - [deleted] (none) -> origin/confirm-session-only-after-5-mins
  265. - [deleted] (none) -> origin/dependabot/bundler/excon-0.108.0
  266. - [deleted] (none) -> origin/dependabot/bundler/hashdiff-1.1.0
  267. - [deleted] (none) -> origin/dependabot/bundler/parallel-1.24.0
  268. - [deleted] (none) -> origin/dependabot/bundler/rubocop-discourse-3.6.0
  269. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.6.0
  270. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.10.0
  271. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/drop-target-2.0.2
  272. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/utils-5.7.0
  273. - [deleted] (none) -> origin/desktop-notification-handlers
  274. - [deleted] (none) -> origin/dev-rework-codeblock-fix
  275. - [deleted] (none) -> origin/dev/add-new-chat-metrics
  276. - [deleted] (none) -> origin/dev/allow-chat-mentions-to-have-several-notifications
  277. - [deleted] (none) -> origin/dev/convert-min-trust-level-to-create-tag-to-group
  278. - [deleted] (none) -> origin/dev/convert-min-trust-level-to-ignore-to-groups
  279. - [deleted] (none) -> origin/dev/dry-up-user-status-serializers
  280. - [deleted] (none) -> origin/dev/flaky-chat-details-collapser-spec
  281. - [deleted] (none) -> origin/dev/no-need-to-include-user-status-twice
  282. - [deleted] (none) -> origin/dev/rafactor-the-export-csv-file-job
  283. - [deleted] (none) -> origin/dev/rethink-mass-mentions-polymorphic
  284. - [deleted] (none) -> origin/dev/revert-guardian-devex
  285. - [deleted] (none) -> origin/dev/simplify-lib-test-js
  286. - [deleted] (none) -> origin/dev/test-status-tooltip-in-its-own-test-2
  287. - [deleted] (none) -> origin/drop-kit
  288. - [deleted] (none) -> origin/experimantal/deleted-channel-and-messages-export
  289. - [deleted] (none) -> origin/extract_stripper
  290. - [deleted] (none) -> origin/feat-render-images-in-local-onebox
  291. - [deleted] (none) -> origin/feature/admin-sidebar-v0
  292. - [deleted] (none) -> origin/feature/experimental-passkeys
  293. - [deleted] (none) -> origin/feature/migrations-schema-generator
  294. - [deleted] (none) -> origin/feature/watched-word-groups
  295. - [deleted] (none) -> origin/filtered-events
  296. - [deleted] (none) -> origin/fix-client-tests-for-status
  297. - [deleted] (none) -> origin/fix-join-filter-upload
  298. - [deleted] (none) -> origin/fix-modal-flash-minor
  299. - [deleted] (none) -> origin/fix/count-mass-mentions-correctly
  300. - [deleted] (none) -> origin/fix/do-not-consider-codeblocks-when-parsing-mentions-alt
  301. - [deleted] (none) -> origin/fix/dont-fail-when-exporting-chat-messages-from-deleted-channels-or-of-deleted-users
  302. - [deleted] (none) -> origin/fix/multi-tag-search
  303. - [deleted] (none) -> origin/float-kit-3
  304. - [deleted] (none) -> origin/generic-import-latest-snowflake
  305. - [deleted] (none) -> origin/global-notice-reactive
  306. - [deleted] (none) -> origin/group-directory-cleanup
  307. - [deleted] (none) -> origin/issue/fix-guardian-init-basic-user
  308. - [deleted] (none) -> origin/keyword-site-setting
  309. - [deleted] (none) -> origin/labeler
  310. - [deleted] (none) -> origin/large-notification-table
  311. - [deleted] (none) -> origin/loic-use-ar-enums-posts
  312. - [deleted] (none) -> origin/low-ram-help
  313. - [deleted] (none) -> origin/mobile-categories-refactor
  314. - [deleted] (none) -> origin/mobile-view-param-key
  315. - [deleted] (none) -> origin/move-automation-to-core
  316. - [deleted] (none) -> origin/move-checkbox-public-up
  317. - [deleted] (none) -> origin/move_inflector
  318. - [deleted] (none) -> origin/multi-invite
  319. - [deleted] (none) -> origin/offline-indicator-by-default
  320. - [deleted] (none) -> origin/passkeys-part-3
  321. - [deleted] (none) -> origin/plugin-extra-js
  322. - [deleted] (none) -> origin/poc/auto-after-before-plugin-outlets
  323. - [deleted] (none) -> origin/rails-6.x-update
  324. - [deleted] (none) -> origin/rebake-quotes
  325. - [deleted] (none) -> origin/redirect-cat-trail
  326. - [deleted] (none) -> origin/reply-where-position
  327. - [deleted] (none) -> origin/revert-maxmind
  328. - [deleted] (none) -> origin/rotate-token-on-ip-change
  329. - [deleted] (none) -> origin/search_refactor
  330. - [deleted] (none) -> origin/security/bookmark-notification-unread-visibility
  331. - [deleted] (none) -> origin/support-load-more-btn
  332. - [deleted] (none) -> origin/table-builder-modal-modifier
  333. - [deleted] (none) -> origin/test-issue-temporary
  334. - [deleted] (none) -> origin/test-mentions-duplicates
  335. - [deleted] (none) -> origin/tests-passed-broken
  336. - [deleted] (none) -> origin/tmp/reimplement-all-and-here-mentions
  337. - [deleted] (none) -> origin/topic-list-refactor
  338. - [deleted] (none) -> origin/transform-post-fn-api
  339. - [deleted] (none) -> origin/tweaks-2-fr
  340. - [deleted] (none) -> origin/update-login-modal-mark
  341. - [deleted] (none) -> origin/user-group-messages-after-latest
  342. - [deleted] (none) -> origin/username_cache
  343. - [deleted] (none) -> origin/watched-words-link
  344. - [deleted] (none) -> origin/webauthn-internal-refactor
  345. - [deleted] (none) -> origin/wip-close-on-click-outside-search
  346. - [deleted] (none) -> origin/wip_categories
  347. - [deleted] (none) -> origin/wizard-split
  348. 6ab1a19e9..e408f4ff9 main -> origin/main
  349. * [new branch] 0-convert-form-to-glim -> origin/0-convert-form-to-glim
  350. * [new branch] 0-ember-bump -> origin/0-ember-bump
  351. * [new branch] 0-extend-native -> origin/0-extend-native
  352. * [new branch] 0-fix-perf-watched-words -> origin/0-fix-perf-watched-words
  353. * [new branch] allow-staff-to-tag -> origin/allow-staff-to-tag
  354. * [new branch] asciinema-iframe -> origin/asciinema-iframe
  355. * [new branch] chat-cmdk-modal -> origin/chat-cmdk-modal
  356. * [new branch] dead-action-export -> origin/dead-action-export
  357. * [new branch] decorator-transforms -> origin/decorator-transforms
  358. * [new branch] dependabot/bundler/parallel_tests-4.4.0 -> origin/dependabot/bundler/parallel_tests-4.4.0
  359. * [new branch] dev-refactor-private-message-map-to-glimmer-component -> origin/dev-refactor-private-message-map-to-glimmer-component
  360. * [new branch] dev/delete-old-bookmark-setting -> origin/dev/delete-old-bookmark-setting
  361. * [new branch] dev/drop-found-user-with-status-serializer -> origin/dev/drop-found-user-with-status-serializer
  362. + 79ea38776...bd0faffec dev/drop-notification_id-column-on-chat-mentions -> origin/dev/drop-notification_id-column-on-chat-mentions (forced update)
  363. * [new branch] dev/drop-the-user-id-column-from-chat-mentions -> origin/dev/drop-the-user-id-column-from-chat-mentions
  364. * [new branch] dev/make-admins-tl4-in-tests -> origin/dev/make-admins-tl4-in-tests
  365. * [new branch] dev/proof-of-concept-rewriting-mentions-notification-logic -> origin/dev/proof-of-concept-rewriting-mentions-notification-logic
  366. * [new branch] dev_category_order_database -> origin/dev_category_order_database
  367. * [new branch] dev_update_category_position -> origin/dev_update_category_position
  368. * [new branch] dont_generate_test_files_ember_cli -> origin/dont_generate_test_files_ember_cli
  369. * [new branch] extra-js-revert -> origin/extra-js-revert
  370. * [new branch] feature-categories-count -> origin/feature-categories-count
  371. 8780daeee..28715ec63 feature/bookmark-menu-and-modal-redesign -> origin/feature/bookmark-menu-and-modal-redesign
  372. * [new branch] feature/custom-date-range -> origin/feature/custom-date-range
  373. * [new branch] feature/paste-upload-on-first-upload-input-templates -> origin/feature/paste-upload-on-first-upload-input-templates
  374. * [new branch] feature_async_load_colors -> origin/feature_async_load_colors
  375. * [new branch] feature_track_mentions -> origin/feature_track_mentions
  376. * [new branch] fix_category_chooser -> origin/fix_category_chooser
  377. * [new branch] fix_in_any_groups -> origin/fix_in_any_groups
  378. * [new branch] fix_reviewable_translation -> origin/fix_reviewable_translation
  379. * [new branch] generic-import-add-suspender -> origin/generic-import-add-suspender
  380. 7f2bdca65..eb3016cad generic-import-latest -> origin/generic-import-latest
  381. * [new branch] header-icon-experiment -> origin/header-icon-experiment
  382. * [new branch] hijacks -> origin/hijacks
  383. * [new branch] live-cache -> origin/live-cache
  384. * [new branch] loic-rubocop-plugin-rules -> origin/loic-rubocop-plugin-rules
  385. + 90a3535b7...54d0135bc migrations-convert -> origin/migrations-convert (forced update)
  386. * [new branch] migrations-tooling/improve-generic-import -> origin/migrations-tooling/improve-generic-import
  387. * [new branch] migrations-tooling/improve-uploads-importer -> origin/migrations-tooling/improve-uploads-importer
  388. * [new branch] more-bulk-dropdown -> origin/more-bulk-dropdown
  389. * [new branch] omniauth-2 -> origin/omniauth-2
  390. * [new branch] promote-migration-tweak -> origin/promote-migration-tweak
  391. * [new branch] redesign-my-threads-index -> origin/redesign-my-threads-index
  392. * [new branch] reduce_filesize_of_emoji_group_sections_component -> origin/reduce_filesize_of_emoji_group_sections_component
  393. * [new branch] remove-bootbox -> origin/remove-bootbox
  394. * [new branch] revert-25009-dev/convert-min-trust-to-allow-self-wiki-to-groups -> origin/revert-25009-dev/convert-min-trust-to-allow-self-wiki-to-groups
  395. * [new branch] see_if_yarn_cache_is_working -> origin/see_if_yarn_cache_is_working
  396. d7f7f79b6..1167b5b9a stable -> origin/stable
  397. * [new branch] system-test-for-soft-load-search -> origin/system-test-for-soft-load-search
  398. 6ab1a19e9..e408f4ff9 tests-passed -> origin/tests-passed
  399. * [new branch] unhide_lazy_load_categories -> origin/unhide_lazy_load_categories
  400. * [new branch] universal-nonce -> origin/universal-nonce
  401. * [new branch] update-home-logo -> origin/update-home-logo
  402. * [new branch] user-menu-full-name -> origin/user-menu-full-name
  403. * [new branch] ux/site-setting-desc-first-past -> origin/ux/site-setting-desc-first-past
  404. * [new branch] video-placeholder-stable -> origin/video-placeholder-stable
  405. t [tag update] beta -> beta
  406. t [tag update] latest-release -> latest-release
  407. * [new tag] v3.1.4 -> v3.1.4
  408. * [new tag] v3.1.5 -> v3.1.5
  409. * [new tag] v3.2.0 -> v3.2.0
  410. * [new tag] v3.2.0.beta4 -> v3.2.0.beta4
  411. * [new tag] v3.2.0.beta5 -> v3.2.0.beta5
  412. I, [2024-03-02T15:59:38.925833 #1] INFO -- :
  413. I, [2024-03-02T15:59:38.926063 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  414. set -o errexit
  415. if [[ $(git symbolic-ref --short HEAD) == tests-passed ]] ; then
  416. git pull
  417. else
  418. git -c advice.detachedHead=false checkout tests-passed
  419. fi
  420. '
  421. Switched to a new branch 'tests-passed'
  422. I, [2024-03-02T15:59:44.620421 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  423.  
  424. I, [2024-03-02T15:59:44.620599 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
  425. I, [2024-03-02T15:59:44.631732 #1] INFO -- :
  426. I, [2024-03-02T15:59:44.631848 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  427. I, [2024-03-02T15:59:44.636275 #1] INFO -- :
  428. I, [2024-03-02T15:59:44.636523 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  429. I, [2024-03-02T15:59:44.643212 #1] INFO -- :
  430. I, [2024-03-02T15:59:44.643295 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  431. I, [2024-03-02T15:59:44.647351 #1] INFO -- :
  432. I, [2024-03-02T15:59:44.647649 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  433. I, [2024-03-02T15:59:44.651658 #1] INFO -- :
  434. I, [2024-03-02T15:59:44.651739 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  435. I, [2024-03-02T15:59:44.656247 #1] INFO -- :
  436. I, [2024-03-02T15:59:44.656319 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  437. I, [2024-03-02T15:59:44.660332 #1] INFO -- :
  438. I, [2024-03-02T15:59:44.660411 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  439. I, [2024-03-02T15:59:44.665569 #1] INFO -- :
  440. I, [2024-03-02T15:59:44.665818 #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"
  441. I, [2024-03-02T15:59:44.671299 #1] INFO -- :
  442. I, [2024-03-02T15:59:44.671394 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  443. I, [2024-03-02T15:59:44.676884 #1] INFO -- :
  444. I, [2024-03-02T15:59:44.676975 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  445. I, [2024-03-02T15:59:44.682225 #1] INFO -- :
  446. I, [2024-03-02T15:59:44.682489 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  447. I, [2024-03-02T15:59:44.688080 #1] INFO -- :
  448. I, [2024-03-02T15:59:44.688163 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  449. I, [2024-03-02T15:59:44.693335 #1] INFO -- :
  450. I, [2024-03-02T15:59:44.693430 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  451. I, [2024-03-02T15:59:44.698110 #1] INFO -- :
  452. I, [2024-03-02T15:59:44.698186 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
  453. I, [2024-03-02T15:59:44.700694 #1] INFO -- :
  454. I, [2024-03-02T15:59:44.700868 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  455. I, [2024-03-02T15:59:44.701189 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  456. Cloning into 'docker_manager'...
  457. I, [2024-03-02T15:59:45.646977 #1] INFO -- :
  458. I, [2024-03-02T15:59:45.647398 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  459. I, [2024-03-02T15:59:45.654314 #1] INFO -- :
  460. I, [2024-03-02T15:59:45.654728 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  461. I, [2024-03-02T15:59:45.659079 #1] INFO -- :
  462. I, [2024-03-02T15:59:45.659616 #1] INFO -- : > mkdir -p /var/nginx/cache
  463. I, [2024-03-02T15:59:45.664466 #1] INFO -- :
  464. I, [2024-03-02T15:59:45.665247 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  465. I, [2024-03-02T15:59:45.665631 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  466. I, [2024-03-02T15:59:45.665999 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  467. I, [2024-03-02T15:59:45.666367 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  468. I, [2024-03-02T15:59:45.666713 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
  469. I, [2024-03-02T15:59:45.667030 #1] INFO -- : > echo "done configuring web"
  470. I, [2024-03-02T15:59:45.670467 #1] INFO -- : done configuring web
  471.  
  472. I, [2024-03-02T15:59:45.670801 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  473. I, [2024-03-02T15:59:46.286935 #1] INFO -- : Successfully installed bundler-2.5.3
  474. 1 gem installed
  475.  
  476. I, [2024-03-02T15:59:46.287158 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  477. I, [2024-03-02T15:59:49.593201 #1] INFO -- :
  478. I, [2024-03-02T15:59:49.593931 #1] INFO -- : > cd /var/www/discourse && if [ "tests-passed" != "tests-passed" ]; then
  479. rm -rf app/assets/javascripts/node_modules
  480. fi
  481. I, [2024-03-02T15:59:49.596654 #1] INFO -- :
  482. I, [2024-03-02T15:59:49.596882 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'
  483. warning Resolution field "[email protected]" is incompatible with requested version "unset-value@^1.0.0"
  484. warning Pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/discourse/.cache/yarn/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
  485. warning "@discourse/lint-configs > eslint-plugin-ember > [email protected]" has unmet peer dependency "@typescript-eslint/parser@^6.15.0".
  486. warning " > @glint/[email protected]" has unmet peer dependency "@glimmer/component@^1.1.2".
  487. warning " > [email protected]" has unmet peer dependency "xss@*".
  488. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
  489. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
  490. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
  491. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse-plugins > [email protected]" has unmet peer dependency "ember-source@^3.28.11 || ^4.0.0".
  492. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > admin > ember-source > [email protected]" has unmet peer dependency "rsvp@^4.8.5".
  493. warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/aws-s3 > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.2.1".
  494. I, [2024-03-02T16:01:05.791628 #1] INFO -- : yarn install v1.22.19
  495. [1/5] Validating package.json...
  496. [2/5] Resolving packages...
  497. [3/5] Fetching packages...
  498. [4/5] Linking dependencies...
  499. [5/5] Building fresh packages...
  500. $ ./app/assets/javascripts/run-patch-package && rm -rf app/assets/javascripts/node_modules
  501. patch-package 8.0.0
  502. Applying patches...
  503. [email protected] (1 deprecation-name) ✔
  504. [email protected] (2 themes) ✔
  505. [email protected] (3 exclude-strict-mode) ✔
  506. Done in 69.46s.
  507. yarn cache v1.22.19
  508. success Cleared cache.
  509. Done in 6.32s.
  510.  
  511. I, [2024-03-02T16:01:05.794932 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local deployment true'
  512. I, [2024-03-02T16:01:06.114757 #1] INFO -- :
  513. I, [2024-03-02T16:01:06.115125 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local without "development test"'
  514. I, [2024-03-02T16:01:06.262040 #1] INFO -- : You are replacing the current local value of without, which is currently "test:development"
  515.  
  516. I, [2024-03-02T16:01:06.262134 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --retry 3 --jobs 4'
  517. I, [2024-03-02T16:01:23.518013 #1] INFO -- : Fetching gem metadata from https://rubygems.org/.........
  518. Fetching concurrent-ruby 1.2.3
  519. Fetching minitest 5.22.2
  520. Fetching rack 2.2.8.1
  521. Fetching aws-partitions 1.894.0
  522. Installing aws-partitions 1.894.0
  523. Installing rack 2.2.8.1
  524. Installing concurrent-ruby 1.2.3
  525. Fetching bigdecimal 3.1.6
  526. Installing minitest 5.22.2
  527. Fetching cbor 0.5.9.8
  528. Installing bigdecimal 3.1.6 with native extensions
  529. Installing cbor 0.5.9.8 with native extensions
  530. Fetching excon 0.109.0
  531. Fetching fastimage 2.3.0
  532. Installing excon 0.109.0
  533. Installing fastimage 2.3.0
  534. Fetching google-protobuf 3.25.3 (x86_64-linux)
  535. Fetching highline 3.0.1
  536. Installing highline 3.0.1
  537. Installing google-protobuf 3.25.3 (x86_64-linux)
  538. Fetching image_size 3.4.0
  539. Installing image_size 3.4.0
  540. Fetching regexp_parser 2.9.0
  541. Installing regexp_parser 2.9.0
  542. Fetching thor 1.3.1
  543. Installing thor 1.3.1
  544. Fetching zeitwerk 2.6.13
  545. Fetching logster 2.19.0
  546. Installing zeitwerk 2.6.13
  547. Fetching stackprof 0.2.26
  548. Installing logster 2.19.0
  549. Installing stackprof 0.2.26 with native extensions
  550. Fetching nokogiri 1.16.2 (x86_64-linux)
  551. Installing nokogiri 1.16.2 (x86_64-linux)
  552. Fetching aws-sigv4 1.8.0
  553. Installing aws-sigv4 1.8.0
  554. Fetching jwt 2.8.1
  555. Installing jwt 2.8.1
  556. Fetching bootsnap 1.18.3
  557. Installing bootsnap 1.18.3 with native extensions
  558. Fetching request_store 1.6.0
  559. Installing request_store 1.6.0
  560. Fetching rack-mini-profiler 3.3.1
  561. Installing rack-mini-profiler 3.3.1
  562. Fetching rack-protection 3.2.0
  563. Installing rack-protection 3.2.0
  564. Fetching net-http 0.4.1
  565. Installing net-http 0.4.1
  566. Fetching sass-embedded 1.71.1 (x86_64-linux-gnu)
  567. Fetching puma 6.4.2
  568. Installing puma 6.4.2 with native extensions
  569. Installing sass-embedded 1.71.1 (x86_64-linux-gnu)
  570. Fetching rbtrace 0.5.1
  571. Installing rbtrace 0.5.1 with native extensions
  572. Fetching net-imap 0.4.10
  573. Installing net-imap 0.4.10
  574. Fetching net-smtp 0.4.0.1
  575. Installing net-smtp 0.4.0.1
  576. Fetching aws-sdk-core 3.191.3
  577. Installing aws-sdk-core 3.191.3
  578. Fetching activesupport 7.0.8.1
  579. Installing activesupport 7.0.8.1
  580. Fetching tzinfo-data 1.2024.1
  581. Installing tzinfo-data 1.2024.1
  582. Fetching faraday-net_http 3.1.0
  583. Installing faraday-net_http 3.1.0
  584. Fetching sassc-embedded 1.70.0
  585. Installing sassc-embedded 1.70.0
  586. Fetching aws-sdk-kms 1.77.0
  587. Installing aws-sdk-kms 1.77.0
  588. Fetching aws-sdk-sns 1.72.0
  589. Installing aws-sdk-sns 1.72.0
  590. Fetching activemodel 7.0.8.1
  591. Installing activemodel 7.0.8.1
  592. Fetching faraday 2.9.0
  593. Installing faraday 2.9.0
  594. Fetching aws-sdk-s3 1.143.0
  595. Installing aws-sdk-s3 1.143.0
  596. Fetching actionview 7.0.8.1
  597. Installing actionview 7.0.8.1
  598. Fetching activejob 7.0.8.1
  599. Installing activejob 7.0.8.1
  600. Fetching activerecord 7.0.8.1
  601. Installing activerecord 7.0.8.1
  602. Fetching actionpack 7.0.8.1
  603. Installing actionpack 7.0.8.1
  604. Fetching actionview_precompiler 0.4.0
  605. Installing actionview_precompiler 0.4.0
  606. Fetching actionmailer 7.0.8.1
  607. Installing actionmailer 7.0.8.1
  608. Fetching railties 7.0.8.1
  609. Installing railties 7.0.8.1
  610. Bundle complete! 138 Gemfile dependencies, 170 gems now installed.
  611. Gems in the groups 'development' and 'test' were not installed.
  612. Bundled gems are installed into `./vendor/bundle`
  613.  
  614. I, [2024-03-02T16:01:23.519052 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
  615. I, [2024-03-02T16:01:26.504922 #1] INFO -- : docker_manager is already at latest compatible version
  616.  
  617. I, [2024-03-02T16:01:26.505147 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  618. rake aborted!
  619. URI::InvalidURIError: URI must be ascii only "https://au\u0123iks.lv/images/discourse-logo-sketch.png" (URI::InvalidURIError)
  620. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:84:in `split'
  621. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:135:in `parse'
  622. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/common.rb:185:in `parse'
  623. /var/www/discourse/lib/global_path.rb:27:in `full_cdn_url'
  624. /var/www/discourse/app/models/site_setting.rb:243:in `block (2 levels) in <class:SiteSetting>'
  625. /var/www/discourse/lib/site_setting_extension.rb:165:in `public_send'
  626. /var/www/discourse/lib/site_setting_extension.rb:165:in `block in client_settings_json_uncached'
  627. /var/www/discourse/lib/site_setting_extension.rb:160:in `map'
  628. /var/www/discourse/lib/site_setting_extension.rb:160:in `client_settings_json_uncached'
  629. /var/www/discourse/lib/site_setting_extension.rb:152:in `block in client_settings_json'
  630. /var/www/discourse/lib/cache.rb:89:in `fetch'
  631. /var/www/discourse/lib/site_setting_extension.rb:151:in `client_settings_json'
  632. /var/www/discourse/lib/pretty_text.rb:185:in `block in markdown'
  633. /var/www/discourse/lib/pretty_text.rb:678:in `block in protect'
  634. /var/www/discourse/lib/pretty_text.rb:678:in `synchronize'
  635. /var/www/discourse/lib/pretty_text.rb:678:in `protect'
  636. /var/www/discourse/lib/pretty_text.rb:174:in `markdown'
  637. /var/www/discourse/lib/pretty_text.rb:299:in `cook'
  638. /var/www/discourse/app/models/post_analyzer.rb:30:in `cook'
  639. /var/www/discourse/app/models/post.rb:347:in `cook'
  640. /var/www/discourse/lib/post_creator.rb:296:in `before_create_tasks'
  641. /var/www/discourse/app/models/post.rb:803:in `block in <class:Post>'
  642. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:445:in `instance_exec'
  643. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:445:in `block in make_lambda'
  644. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:199:in `block (2 levels) in halting'
  645. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:687:in `block (2 levels) in default_terminator'
  646. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:686:in `catch'
  647. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:686:in `block in default_terminator'
  648. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:200:in `block in halting'
  649. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `block in invoke_before'
  650. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `each'
  651. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `invoke_before'
  652. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:106:in `run_callbacks'
  653. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_create_callbacks'
  654. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:459:in `_create_record'
  655. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:108:in `_create_record'
  656. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:1069:in `create_or_update'
  657. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `block in create_or_update'
  658. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  659. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/autosave_association.rb:370:in `around_save_collection_association'
  660. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
  661. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:138:in `run_callbacks'
  662. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_save_callbacks'
  663. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `create_or_update'
  664. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:126:in `create_or_update'
  665. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:648:in `save!'
  666. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/validations.rb:53:in `save!'
  667. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `block in save!'
  668. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
  669. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
  670. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
  671. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `save!'
  672. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/suppressor.rb:54:in `save!'
  673. /var/www/discourse/app/models/category.rb:486:in `block in create_category_definition'
  674. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
  675. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:209:in `transaction'
  676. /var/www/discourse/app/models/category.rb:472:in `create_category_definition'
  677. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:400:in `block in make_lambda'
  678. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
  679. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `block in invoke_after'
  680. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `each'
  681. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `invoke_after'
  682. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:108:in `run_callbacks'
  683. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_create_callbacks'
  684. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:459:in `_create_record'
  685. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:108:in `_create_record'
  686. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:1069:in `create_or_update'
  687. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `block in create_or_update'
  688. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  689. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/autosave_association.rb:370:in `around_save_collection_association'
  690. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
  691. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:138:in `run_callbacks'
  692. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_save_callbacks'
  693. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `create_or_update'
  694. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:126:in `create_or_update'
  695. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:648:in `save!'
  696. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/validations.rb:53:in `save!'
  697. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `block in save!'
  698. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
  699. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
  700. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
  701. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `save!'
  702. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/suppressor.rb:54:in `save!'
  703. /var/www/discourse/lib/seed_data/categories.rb:136:in `create_category'
  704. /var/www/discourse/lib/seed_data/categories.rb:15:in `block (2 levels) in create'
  705. /var/www/discourse/lib/seed_data/categories.rb:15:in `each'
  706. /var/www/discourse/lib/seed_data/categories.rb:15:in `block in create'
  707. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/i18n-1.14.1/lib/i18n.rb:322:in `with_locale'
  708. /var/www/discourse/lib/seed_data/categories.rb:14:in `create'
  709. (eval):5:in `block (2 levels) in run_file'
  710. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:46:in `eval'
  711. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
  712. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:58:in `block in open'
  713. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:57:in `open'
  714. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:57:in `open'
  715. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:36:in `block in run_file'
  716. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
  717. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  718. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  719. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  720. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  721. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
  722. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
  723. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:209:in `transaction'
  724. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:35:in `run_file'
  725. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:26:in `block in run'
  726. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:25:in `each'
  727. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:25:in `run'
  728. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/discourse-seed-fu.rb:29:in `seed'
  729. /var/www/discourse/lib/tasks/db.rake:262:in `block (2 levels) in <main>'
  730. /var/www/discourse/lib/distributed_mutex.rb:53:in `block in synchronize'
  731. /var/www/discourse/lib/distributed_mutex.rb:49:in `synchronize'
  732. /var/www/discourse/lib/distributed_mutex.rb:49:in `synchronize'
  733. /var/www/discourse/lib/distributed_mutex.rb:34:in `synchronize'
  734. /var/www/discourse/lib/tasks/db.rake:234:in `block in <main>'
  735. /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
  736. /usr/local/bin/bundle:25:in `load'
  737. /usr/local/bin/bundle:25:in `<main>'
  738. Tasks: TOP => db:migrate
  739. (See full trace by running task with --trace)
  740. I, [2024-03-02T16:01:33.031669 #1] INFO -- :
  741. I, [2024-03-02T16:01:33.035901 #1] INFO -- : Terminating async processes
  742. I, [2024-03-02T16:01:33.036152 #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: 42
  743. I, [2024-03-02T16:01:33.036208 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 111
  744. 2024-03-02 16:01:33.036 UTC [42] LOG: received fast shutdown request
  745. 111:signal-handler (1709395293) Received SIGTERM scheduling shutdown...
  746. 2024-03-02 16:01:33.040 UTC [42] LOG: aborting any active transactions
  747. 2024-03-02 16:01:33.043 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
  748. 2024-03-02 16:01:33.048 UTC [46] LOG: shutting down
  749. 111:M 02 Mar 2024 16:01:33.064 # User requested shutdown...
  750. 111:M 02 Mar 2024 16:01:33.064 * Saving the final RDB snapshot before exiting.
  751. 111:M 02 Mar 2024 16:01:33.067 * DB saved on disk
  752. 111:M 02 Mar 2024 16:01:33.067 # Redis is now ready to exit, bye bye...
  753. 2024-03-02 16:01:33.091 UTC [42] LOG: database system is shut down
  754.  
  755.  
  756. FAILED
  757. --------------------
  758. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 3295 exit 1>
  759. Location of failure: /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
  760. exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
  761. bootstrap failed with exit code 1
  762. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  763. ./discourse-doctor may help diagnose the problem.
  764. 623c8fc6e34eea13ace7ec4b26b1ed6b2a8b2dbd8bf973541be1ca587457ce1
  765.  
Advertisement
Add Comment
Please, Sign In to add comment