Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. The files belonging to this database system will be owned by user "postgres".
  2. This user must also own the server process.
  3.  
  4. The database cluster will be initialized with locale "en_US.utf8".
  5. The default database encoding has accordingly been set to "UTF8".
  6. The default text search configuration will be set to "english".
  7.  
  8. Data page checksums are disabled.
  9.  
  10. fixing permissions on existing directory /var/lib/postgresql/data ... ok
  11. creating subdirectories ... ok
  12. selecting default max_connections ... 100
  13. selecting default shared_buffers ... 128MB
  14. selecting default timezone ... Etc/UTC
  15. selecting dynamic shared memory implementation ... posix
  16. creating configuration files ... ok
  17. running bootstrap script ... ok
  18. performing post-bootstrap initialization ... ok
  19. syncing data to disk ... ok
  20.  
  21. Success. You can now start the database server using:
  22.  
  23. pg_ctl -D /var/lib/postgresql/data -l logfile start
  24.  
  25.  
  26. WARNING: enabling "trust" authentication for local connections
  27. You can change this by editing pg_hba.conf or using the option -A, or
  28. --auth-local and --auth-host, the next time you run initdb.
  29. waiting for server to start....LOG: database system was shut down at 2019-12-24 12:04:13 UTC
  30. LOG: MultiXact member wraparound protections are now enabled
  31. LOG: autovacuum launcher started
  32. LOG: database system is ready to accept connections
  33. done
  34. server started
  35. CREATE DATABASE
  36.  
  37.  
  38. /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  39.  
  40. LOG: received fast shutdown request
  41. LOG: aborting any active transactions
  42. LOG: autovacuum launcher shutting down
  43. LOG: shutting down
  44. waiting for server to shut down....LOG: database system is shut down
  45. done
  46. server stopped
  47.  
  48. PostgreSQL init process complete; ready for start up.
  49.  
  50. LOG: database system was shut down at 2019-12-24 12:04:15 UTC
  51. LOG: MultiXact member wraparound protections are now enabled
  52. LOG: database system is ready to accept connections
  53. LOG: autovacuum launcher started
  54. LOG: could not receive data from client: Connection reset by peer
  55. LOG: could not receive data from client: Connection reset by peer
  56. LOG: could not receive data from client: Connection reset by peer
  57. LOG: could not receive data from client: Connection reset by peer
  58. LOG: could not receive data from client: Connection reset by peer
  59. LOG: could not receive data from client: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement