Advertisement
Kubib

Untitled

Dec 24th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [2019-12-24T20:45:28.439687 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 166
  2. 2019-12-24 20:45:28.439 UTC [49] LOG: received fast shutdown request
  3. 166:signal-handler (1577220328) Received SIGTERM scheduling shutdown...
  4. 166:M 24 Dec 2019 20:45:28.442 # User requested shutdown...
  5. 166:M 24 Dec 2019 20:45:28.442 * Saving the final RDB snapshot before exiting.
  6. 2019-12-24 20:45:28.443 UTC [49] LOG: aborting any active transactions
  7. 2019-12-24 20:45:28.448 UTC [49] LOG: worker process: logical replication launcher (PID 58) exited with exit code 1
  8. 2019-12-24 20:45:28.451 UTC [53] LOG: shutting down
  9. 166:M 24 Dec 2019 20:45:28.456 * DB saved on disk
  10. 166:M 24 Dec 2019 20:45:28.457 # Redis is now ready to exit, bye bye...
  11. 2019-12-24 20:45:28.490 UTC [49] LOG: database system is shut down
  12. sha256:befcdda500779e20d9f5a8ef05f01dbce070716490691d1008d1fa64c2923ce3
  13. 76efcf42501a412bef459f5141a05a0cd2bc613dcdceae2d76c80cee14c5959f
  14. Removing old container
  15. + /usr/bin/docker rm app
  16. app
  17.  
  18. + /usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en_US.UTF-8 -e RAILS_ENV=production -e UNICORN_WORKERS=4 -e UNICORN_SIDEKIQS=1 -e RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 -e RUBY_GC_HEAP_GROWTH_MAX_SLOTS=40000 -e RUBY_GC_HEAP_INIT_SLOTS=400000 -e RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.5 -e DISCOURSE_DB_SOCKET=/var/run/postgresql -e DISCOURSE_DB_HOST= -e DISCOURSE_DB_PORT= -e LETSENCRYPT_DIR=/shared/letsencrypt -e DISCOURSE_HOSTNAME=vztp.pl -e DISCOURSE_DEVELOPER_EMAILS=kubsostronski@gmail.com -e DISCOURSE_SMTP_ADDRESS=in-v3.mailjet.com -e DISCOURSE_SMTP_PORT=587 -e DISCOURSE_SMTP_USER_NAME=a6090cca75b84455f670c8f1bef5e653 -e DISCOURSE_SMTP_PASSWORD=b134191a0ce0e08508ee56445836ea0e -e LETSENCRYPT_ACCOUNT_EMAIL=me@example.com -h vztp-app -e DOCKER_HOST_IP=172.17.0.1 --name app -t -p 80:80 -p 443:443 -v /var/discourse/shared/standalone:/shared -v /var/discourse/shared/standalone/log/var-log:/var/log --mac-address 02:6a:9d:5f:01:fa local_discourse/app /sbin/boot
  19. 2fa1b66053698e9d0e9407c76510bf755f75505e43c57d8ed81049e3d2225afd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement