Guest User

Untitled

a guest
May 9th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. x86_64 arch detected.
  2. Ensuring launcher is up to date
  3. Fetching origin
  4. Launcher is up-to-date
  5. Stopping old container
  6. + /usr/bin/docker stop -t 600 app
  7. app
  8. 2.0.20240502-0021: Pulling from discourse/base
  9. Digest: sha256:ca10543693caa0b52f7318105dea1d47a84991e7927330db1010e13e39777ba7
  10. Status: Image is up to date for discourse/base:2.0.20240502-0021
  11. docker.io/discourse/base:2.0.20240502-0021
  12. /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups.rb
  13. /usr/local/bin/pups --stdin
  14. I, [2024-05-09T16:37:04.281686 #1] INFO -- : Reading from stdin
  15. I, [2024-05-09T16:37:04.421723 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  16. I, [2024-05-09T16:37:04.441688 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  17. I, [2024-05-09T16:37:04.453192 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  18. I, [2024-05-09T16:37:04.468191 #1] INFO -- : File > /root/install_postgres chmod: +x chown:
  19. I, [2024-05-09T16:37:04.505498 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  20. I, [2024-05-09T16:37:04.506529 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  21. I, [2024-05-09T16:37:04.507801 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  22. I, [2024-05-09T16:37:04.523732 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  23. I, [2024-05-09T16:37:04.532554 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  24. I, [2024-05-09T16:37:04.575525 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  25. I, [2024-05-09T16:37:04.577426 #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
  26. I, [2024-05-09T16:37:04.578148 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  27. I, [2024-05-09T16:37:04.578778 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  28. I, [2024-05-09T16:37:04.579292 #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
  29. I, [2024-05-09T16:37:04.579890 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  30. I, [2024-05-09T16:37:04.580367 #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
  31. I, [2024-05-09T16:37:04.580910 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  32. I, [2024-05-09T16:37:04.581418 #1] INFO -- : > [ -f /root/install_postgres ] && /root/install_postgres && rm -f /root/install_postgres
  33. I, [2024-05-09T16:37:09.576908 #1] INFO -- : Generating locales (this might take a while)...
  34. Generation complete.
  35.  
  36. I, [2024-05-09T16:37:09.577359 #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
  37. I, [2024-05-09T16:37:09.607719 #1] INFO -- : File > /usr/local/bin/create_db chmod: +x chown:
  38. I, [2024-05-09T16:37:09.635201 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  39. I, [2024-05-09T16:37:09.648537 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  40. I, [2024-05-09T16:37:09.648840 #1] INFO -- : > sleep 5
  41. 2024-05-09 16:37:10.726 UTC [34] LOG: starting PostgreSQL 13.14 (Debian 13.14-1.pgdg110+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  42. 2024-05-09 16:37:10.727 UTC [34] LOG: listening on IPv4 address "0.0.0.0", port 5432
  43. 2024-05-09 16:37:10.727 UTC [34] LOG: listening on IPv6 address "::", port 5432
  44. 2024-05-09 16:37:10.747 UTC [34] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  45. 2024-05-09 16:37:10.773 UTC [43] LOG: database system was shut down at 2024-05-09 16:36:22 UTC
  46. 2024-05-09 16:37:10.794 UTC [34] LOG: database system is ready to accept connections
  47. I, [2024-05-09T16:37:14.656736 #1] INFO -- :
  48. I, [2024-05-09T16:37:14.656962 #1] INFO -- : > /usr/local/bin/create_db
  49. 2024-05-09 16:37:14.769 UTC [53] postgres@postgres ERROR: database "discourse" already exists
  50. 2024-05-09 16:37:14.769 UTC [53] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  51. createdb: error: database creation failed: ERROR: database "discourse" already exists
  52. 2024-05-09 16:37:14.932 UTC [56] postgres@discourse ERROR: role "discourse" already exists
  53. 2024-05-09 16:37:14.932 UTC [56] postgres@discourse STATEMENT: create user discourse;
  54. ERROR: role "discourse" already exists
  55. NOTICE: extension "hstore" already exists, skipping
  56. NOTICE: extension "pg_trgm" already exists, skipping
  57. NOTICE: extension "vector" already exists, skipping
  58. NOTICE: extension "hstore" already exists, skipping
  59. NOTICE: extension "pg_trgm" already exists, skipping
  60. NOTICE: extension "vector" already exists, skipping
  61. I, [2024-05-09T16:37:16.489460 #1] INFO -- : GRANT
  62. ALTER SCHEMA
  63. CREATE EXTENSION
  64. CREATE EXTENSION
  65. CREATE EXTENSION
  66. CREATE EXTENSION
  67. CREATE EXTENSION
  68. CREATE EXTENSION
  69. UPDATE 0
  70.  
  71. I, [2024-05-09T16:37:16.489783 #1] INFO -- : > echo postgres installed!
  72. I, [2024-05-09T16:37:16.496805 #1] INFO -- : postgres installed!
  73.  
  74. I, [2024-05-09T16:37:16.510609 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  75. I, [2024-05-09T16:37:16.536572 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  76. I, [2024-05-09T16:37:16.566628 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  77. I, [2024-05-09T16:37:16.567934 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  78. I, [2024-05-09T16:37:16.570141 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  79. I, [2024-05-09T16:37:16.578397 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  80. I, [2024-05-09T16:37:16.617072 #1] INFO -- :
  81. I, [2024-05-09T16:37:16.618136 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  82. I, [2024-05-09T16:37:16.619275 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  83. I, [2024-05-09T16:37:16.621070 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  84. I, [2024-05-09T16:37:16.622393 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  85. I, [2024-05-09T16:37:16.640621 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  86. I, [2024-05-09T16:37:16.660989 #1] INFO -- : > echo redis installed
  87. I, [2024-05-09T16:37:16.666182 #1] INFO -- : redis installed
  88.  
  89. I, [2024-05-09T16:37:16.672521 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  90. I, [2024-05-09T16:37:16.696001 #1] INFO -- : logfile ""
  91.  
  92. I, [2024-05-09T16:37:16.701628 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  93. I, [2024-05-09T16:37:16.712734 #1] INFO -- : > sleep 10
  94. 96:C 09 May 2024 16:37:16.725 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  95. 96:C 09 May 2024 16:37:16.725 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=96, just started
  96. 96:C 09 May 2024 16:37:16.725 # Configuration loaded
  97. 96:M 09 May 2024 16:37:16.726 * monotonic clock: POSIX clock_gettime
  98. 96:M 09 May 2024 16:37:16.727 * Running mode=standalone, port=6379.
  99. 96:M 09 May 2024 16:37:16.727 # Server initialized
  100. 96:M 09 May 2024 16:37:16.727 # 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.
  101. 96:M 09 May 2024 16:37:16.728 * Loading RDB produced by version 7.0.7
  102. 96:M 09 May 2024 16:37:16.728 * RDB age 55 seconds
  103. 96:M 09 May 2024 16:37:16.728 * RDB memory usage when created 59.91 Mb
  104. 96:M 09 May 2024 16:37:16.879 * Done loading RDB, keys loaded: 7496, keys expired: 6.
  105. 96:M 09 May 2024 16:37:16.879 * DB loaded from disk: 0.151 seconds
  106. 96:M 09 May 2024 16:37:16.879 * Ready to accept connections
  107. I, [2024-05-09T16:37:26.731383 #1] INFO -- :
  108. I, [2024-05-09T16:37:26.731869 #1] INFO -- : > thpoff echo "thpoff is installed!"
  109. I, [2024-05-09T16:37:26.758918 #1] INFO -- : thpoff is installed!
  110.  
  111. I, [2024-05-09T16:37:26.759416 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  112. I, [2024-05-09T16:37:26.873847 #1] INFO -- :
  113. I, [2024-05-09T16:37:26.874291 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  114. I, [2024-05-09T16:37:27.022378 #1] INFO -- :
  115. I, [2024-05-09T16:37:27.026951 #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'
  116. I, [2024-05-09T16:37:27.169263 #1] INFO -- :
  117. I, [2024-05-09T16:37:27.169586 #1] INFO -- : > rm -f /etc/cron.d/anacron
  118. I, [2024-05-09T16:37:27.176405 #1] INFO -- :
  119. I, [2024-05-09T16:37:27.183721 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  120. I, [2024-05-09T16:37:27.231733 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  121. I, [2024-05-09T16:37:27.284429 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  122. I, [2024-05-09T16:37:27.332349 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  123. I, [2024-05-09T16:37:27.363783 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  124. I, [2024-05-09T16:37:27.415053 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  125. I, [2024-05-09T16:37:27.452236 #1] INFO -- : Replacing # postgres with if [ -f /root/install_postgres ]; then
  126. /root/install_postgres
  127. rm /root/install_postgres
  128. fi
  129. sv start postgres || exit 1
  130. in /etc/service/unicorn/run
  131. I, [2024-05-09T16:37:27.459785 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
  132. Updating files: 100% (34378/34378), done.
  133. I, [2024-05-09T16:37:33.066723 #1] INFO -- : HEAD is now at 07dc6efdc DEV: Use safer SQL functions for string queries in CategoryHashTagDataSource (#26836)
  134.  
  135. I, [2024-05-09T16:37:33.094349 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
  136. I, [2024-05-09T16:37:33.475699 #1] INFO -- :
  137. I, [2024-05-09T16:37:33.475909 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  138. set -o errexit
  139. if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
  140. git remote set-branches --add origin main
  141. git remote set-branches origin tests-passed
  142. git fetch --depth 1 origin tests-passed
  143. else
  144. git fetch --tags --prune-tags --prune --force origin
  145. fi
  146. '
  147. From https://github.com/discourse/discourse
  148. - [deleted] (none) -> origin/categories-modal-pagination
  149. - [deleted] (none) -> origin/cheap-source-map
  150. - [deleted] (none) -> origin/decorator-transforms
  151. - [deleted] (none) -> origin/dependabot/bundler/multi_xml-0.7.1
  152. - [deleted] (none) -> origin/dependabot/bundler/sassc-embedded-1.76.0
  153. - [deleted] (none) -> origin/dependabot/bundler/simpleidn-0.2.2
  154. - [deleted] (none) -> origin/dependabot/npm_and_yarn/decorator-transforms-2.0.0
  155. - [deleted] (none) -> origin/dev/add-more-structure-for-plugin-config-nav
  156. - [deleted] (none) -> origin/dev/automation-improvements
  157. - [deleted] (none) -> origin/expand-thread-tap-area-mobile
  158. - [deleted] (none) -> origin/fix-relative-time-picker
  159. - [deleted] (none) -> origin/has-many-sidebar-sections
  160. - [deleted] (none) -> origin/migrations-tooling/uploads-import-download
  161. - [deleted] (none) -> origin/perf-marks
  162. - [deleted] (none) -> origin/powered-1
  163. - [deleted] (none) -> origin/remove-like-abuse-from-discourse-tagging
  164. - [deleted] (none) -> origin/sidebar-ancestors
  165. - [deleted] (none) -> origin/tag-underscores
  166. 07dc6efdc..4fad0b33e main -> origin/main
  167. * [new branch] 0-a-revert -> origin/0-a-revert
  168. 44216bd7e..9a47a16b2 0-glimmer-topic-list-header -> origin/0-glimmer-topic-list-header
  169. ecc9f86ee..11a01d6de agc-notification-email-customizations -> origin/agc-notification-email-customizations
  170. * [new branch] chat-illustrations-empty-list -> origin/chat-illustrations-empty-list
  171. * [new branch] dependabot/npm_and_yarn/jsdoc-4.0.3 -> origin/dependabot/npm_and_yarn/jsdoc-4.0.3
  172. + b47b7d943...d9f8cd136 dev/db-backed-admin-messages -> origin/dev/db-backed-admin-messages (forced update)
  173. * [new branch] dev/resolve-automation-deprecations -> origin/dev/resolve-automation-deprecations
  174. * [new branch] dev/third-party-breadcrumbs -> origin/dev/third-party-breadcrumbs
  175. + 152f22ebc...3331206cd dev_embed_about_ids -> origin/dev_embed_about_ids (forced update)
  176. * [new branch] feature-add-tags-and-users-to-embeddable-hosts -> origin/feature-add-tags-and-users-to-embeddable-hosts
  177. * [new branch] feature/admin-sidebar-icon-header-dropdown -> origin/feature/admin-sidebar-icon-header-dropdown
  178. 81ed0259d..3aec99e1f feature_filter_subcategories -> origin/feature_filter_subcategories
  179. * [new branch] fix/generic-import-user-associated-accoounts -> origin/fix/generic-import-user-associated-accoounts
  180. 5835838c6..0c18d9a42 formtoolkit -> origin/formtoolkit
  181. * [new branch] replace-watched-words-with-html -> origin/replace-watched-words-with-html
  182. 662e1cdfe..94a9c6bc1 stable -> origin/stable
  183. 07dc6efdc..4fad0b33e tests-passed -> origin/tests-passed
  184. I, [2024-05-09T16:37:34.686353 #1] INFO -- :
  185. I, [2024-05-09T16:37:34.686552 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  186. set -o errexit
  187. if [[ $(git symbolic-ref --short HEAD) == tests-passed ]] ; then
  188. git pull
  189. else
  190. git -c advice.detachedHead=false checkout tests-passed
  191. fi
  192. '
  193. Switched to a new branch 'tests-passed'
  194. I, [2024-05-09T16:37:37.359223 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  195.  
  196. I, [2024-05-09T16:37:37.359475 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
  197. I, [2024-05-09T16:37:37.425052 #1] INFO -- :
  198. I, [2024-05-09T16:37:37.425196 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  199. I, [2024-05-09T16:37:37.431961 #1] INFO -- :
  200. I, [2024-05-09T16:37:37.435707 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  201. I, [2024-05-09T16:37:37.449112 #1] INFO -- :
  202. I, [2024-05-09T16:37:37.449240 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  203. I, [2024-05-09T16:37:37.463669 #1] INFO -- :
  204. I, [2024-05-09T16:37:37.463856 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  205. I, [2024-05-09T16:37:37.470300 #1] INFO -- :
  206. I, [2024-05-09T16:37:37.470456 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  207. I, [2024-05-09T16:37:37.490185 #1] INFO -- :
  208. I, [2024-05-09T16:37:37.498722 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  209. I, [2024-05-09T16:37:37.534511 #1] INFO -- :
  210. I, [2024-05-09T16:37:37.534691 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  211. I, [2024-05-09T16:37:37.561650 #1] INFO -- :
  212. I, [2024-05-09T16:37:37.562376 #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"
  213. I, [2024-05-09T16:37:37.579392 #1] INFO -- :
  214. I, [2024-05-09T16:37:37.579604 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  215. I, [2024-05-09T16:37:37.591143 #1] INFO -- :
  216. I, [2024-05-09T16:37:37.591327 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  217. I, [2024-05-09T16:37:37.655235 #1] INFO -- :
  218. I, [2024-05-09T16:37:37.678320 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  219. I, [2024-05-09T16:37:37.713572 #1] INFO -- :
  220. I, [2024-05-09T16:37:37.713990 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  221. I, [2024-05-09T16:37:37.762211 #1] INFO -- :
  222. I, [2024-05-09T16:37:37.762399 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  223. I, [2024-05-09T16:37:37.896712 #1] INFO -- :
  224. I, [2024-05-09T16:37:37.903852 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
  225. I, [2024-05-09T16:37:37.908125 #1] INFO -- :
  226. I, [2024-05-09T16:37:37.908777 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  227. I, [2024-05-09T16:37:37.909696 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  228. Cloning into 'docker_manager'...
  229. I, [2024-05-09T16:37:39.609187 #1] INFO -- :
  230. I, [2024-05-09T16:37:39.609384 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-user-notes.git
  231. Cloning into 'discourse-user-notes'...
  232. I, [2024-05-09T16:37:40.432958 #1] INFO -- :
  233. I, [2024-05-09T16:37:40.433996 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-reactions.git
  234. Cloning into 'discourse-reactions'...
  235. I, [2024-05-09T16:37:41.247721 #1] INFO -- :
  236. I, [2024-05-09T16:37:41.247909 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
  237. Cloning into 'discourse-solved'...
  238. I, [2024-05-09T16:37:42.291004 #1] INFO -- :
  239. I, [2024-05-09T16:37:42.291496 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  240. I, [2024-05-09T16:37:42.317626 #1] INFO -- :
  241. I, [2024-05-09T16:37:42.324631 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  242. I, [2024-05-09T16:37:42.354798 #1] INFO -- :
  243. I, [2024-05-09T16:37:42.355098 #1] INFO -- : > mkdir -p /var/nginx/cache
  244. I, [2024-05-09T16:37:42.372491 #1] INFO -- :
  245. I, [2024-05-09T16:37:42.372857 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  246. I, [2024-05-09T16:37:42.377175 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  247. I, [2024-05-09T16:37:42.377672 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  248. I, [2024-05-09T16:37:42.385775 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  249. I, [2024-05-09T16:37:42.386895 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
  250. I, [2024-05-09T16:37:42.390867 #1] INFO -- : > echo "done configuring web"
  251. I, [2024-05-09T16:37:42.397071 #1] INFO -- : done configuring web
  252.  
  253. I, [2024-05-09T16:37:42.401775 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  254. I, [2024-05-09T16:37:42.918024 #1] INFO -- :
  255. I, [2024-05-09T16:37:42.918209 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  256. I, [2024-05-09T16:37:44.868151 #1] INFO -- :
  257. I, [2024-05-09T16:37:44.868677 #1] INFO -- : > cd /var/www/discourse && if [ "tests-passed" != "tests-passed" ]; then
  258. rm -rf app/assets/javascripts/node_modules
  259. fi
  260. I, [2024-05-09T16:37:44.902389 #1] INFO -- :
  261. I, [2024-05-09T16:37:44.902627 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'
  262. warning Resolution field "[email protected]" is incompatible with requested version "unset-value@^1.0.0"
Advertisement
Add Comment
Please, Sign In to add comment