Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. ################# env #################
  2. HOSTNAME=7b4274c4b2c7
  3. SHLVL=1
  4. WORK_MEM=160MB
  5. HOME=/root
  6. DOCKER_REMOTE_PORT=4243
  7. SHARED_BUFFERS=256MB
  8. DOCKER_REMOTE_PROTO=http
  9. MAX_PREPARED_TRANSACTIONS=100
  10. ROLE_PASS_SEP=sep
  11. MAX_CONNECTIONS=300
  12. POSTGRES_PASS=postgresql
  13. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  14. ROLE_PASS_ADMIN=admin
  15. LANG=en_US.utf8
  16. LISTEN_ADDRESSES=*
  17. DOCKER_USER=dockeru
  18. EFFECTIVE_CACHE_SIZE=512MB
  19. PWD=/
  20. VOLUME_PGDATA=/var/lib/postgresql/data
  21. #######################################
  22. Setting permissions on data dirs (env | grep ^VOLUME_)
  23. Setting permissions on service dirs (env | grep ^SERVICE_DIR_)
  24. Running /docker-init.d scripts
  25. pg_ctl: another server might be running; trying to start server anyway
  26. waiting for server to start....LOG: database system was interrupted; last known up at 2017-01-03 08:14:11 UTC
  27. FATAL: the database system is starting up
  28. .FATAL: the database system is starting up
  29. .LOG: database system was not properly shut down; automatic recovery in progress
  30. LOG: redo starts at 0/30E5DDA8
  31. LOG: invalid record length at 0/30E91148
  32. LOG: redo done at 0/30E91120
  33. LOG: last completed transaction was at log time 2017-01-03 08:14:51.710992+00
  34. LOG: MultiXact member wraparound protections are now enabled
  35. LOG: autovacuum launcher started
  36. LOG: database system is ready to accept connections
  37. FATAL: role "dockeru" does not exist
  38. done
  39. server started
  40. ALTER ROLE
  41. ALTER ROLE
  42. waiting for server to shut down....LOG: received fast shutdown request
  43. LOG: aborting any active transactions
  44. LOG: autovacuum launcher shutting down
  45. LOG: shutting down
  46. LOG: database system is shut down
  47. done
  48. server stopped
  49. Running postgres
  50. LOG: database system was shut down at 2017-01-03 08:26:22 UTC
  51. LOG: MultiXact member wraparound protections are now enabled
  52. LOG: database system is ready to accept connections
  53. LOG: autovacuum launcher started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement