Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. ################# env #################
  2. HOSTNAME=95da26baeedd
  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 2016-12-22 14:29:10 UTC
  27. FATAL: the database system is starting up
  28. .FATAL: the database system is starting up
  29. .FATAL: the database system is starting up
  30. .FATAL: the database system is starting up
  31. .FATAL: the database system is starting up
  32. .FATAL: the database system is starting up
  33. .FATAL: the database system is starting up
  34. .FATAL: the database system is starting up
  35. .FATAL: the database system is starting up
  36. .FATAL: the database system is starting up
  37. FATAL: the database system is starting up
  38. .FATAL: the database system is starting up
  39. .FATAL: the database system is starting up
  40. .FATAL: the database system is starting up
  41. .FATAL: the database system is starting up
  42. .FATAL: the database system is starting up
  43. .LOG: database system was not properly shut down; automatic recovery in progress
  44. LOG: redo starts at 0/194155F0
  45. LOG: invalid record length at 0/1941CF50
  46. LOG: redo done at 0/1941CF28
  47. LOG: last completed transaction was at log time 2016-12-22 14:31:44.214768+00
  48. LOG: MultiXact member wraparound protections are now enabled
  49. LOG: database system is ready to accept connections
  50. LOG: autovacuum launcher started
  51. FATAL: role "dockeru" does not exist
  52. done
  53. server started
  54. ALTER ROLE
  55. ALTER ROLE
  56. waiting for server to shut down....LOG: received fast shutdown request
  57. LOG: aborting any active transactions
  58. LOG: autovacuum launcher shutting down
  59. LOG: shutting down
  60. LOG: database system is shut down
  61. done
  62. server stopped
  63. Running postgres
  64. LOG: database system was shut down at 2016-12-23 09:42:27 UTC
  65. LOG: MultiXact member wraparound protections are now enabled
  66. LOG: database system is ready to accept connections
  67. LOG: autovacuum launcher started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement