Advertisement
keverman

Untitled

Dec 9th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. The files belonging to this database system will be owned by user "postgres".
  2.  
  3. This user must also own the server process.
  4.  
  5.  
  6. The database cluster will be initialized with locale "en_US.utf8".
  7.  
  8. The default database encoding has accordingly been set to "UTF8".
  9.  
  10. The default text search configuration will be set to "english".
  11.  
  12.  
  13. Data page checksums are disabled.
  14.  
  15.  
  16. fixing permissions on existing directory /var/lib/postgresql/data ... ok
  17.  
  18. creating subdirectories ... ok
  19.  
  20. selecting default max_connections ... 100
  21.  
  22. selecting default shared_buffers ... 128MB
  23.  
  24. selecting dynamic shared memory implementation ... posix
  25.  
  26. creating configuration files ... ok
  27.  
  28. running bootstrap script ... ok
  29.  
  30. performing post-bootstrap initialization ... ok
  31.  
  32. syncing data to disk ... ok
  33.  
  34.  
  35. Success. You can now start the database server using:
  36.  
  37.  
  38. pg_ctl -D /var/lib/postgresql/data -l logfile start
  39.  
  40.  
  41. waiting for server to start....2021-12-09 13:31:41.212 UTC [31] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  42.  
  43. 2021-12-09 13:31:41.226 UTC [32] LOG: database system was shut down at 2021-12-09 13:31:40 UTC
  44.  
  45. 2021-12-09 13:31:41.230 UTC [31] LOG: database system is ready to accept connections
  46.  
  47. done
  48.  
  49. server started
  50.  
  51. CREATE DATABASE
  52.  
  53.  
  54.  
  55. /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  56.  
  57.  
  58. sh: locale: not found
  59.  
  60. 2021-12-09 13:31:40.662 UTC [27] WARNING: no usable system locales were found
  61.  
  62.  
  63. WARNING: enabling "trust" authentication for local connections
  64.  
  65. You can change this by editing pg_hba.conf or using the option -A, or
  66.  
  67. --auth-local and --auth-host, the next time you run initdb.
  68.  
  69. 2021-12-09 13:31:41.685 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  70.  
  71. 2021-12-09 13:31:41.685 UTC [1] LOG: listening on IPv6 address "::", port 5432
  72.  
  73. 2021-12-09 13:31:41.691 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  74.  
  75. 2021-12-09 13:31:41.703 UTC [42] LOG: database system was shut down at 2021-12-09 13:31:41 UTC
  76.  
  77. 2021-12-09 13:31:41.706 UTC [1] LOG: database system is ready to accept connections
  78.  
  79. 2021-12-09 13:37:06.119 UTC [1] LOG: received smart shutdown request
  80.  
  81. 2021-12-09 13:37:06.123 UTC [1] LOG: worker process: logical replication launcher (PID 48) exited with exit code 1
  82.  
  83. 2021-12-09 13:37:06.123 UTC [43] LOG: shutting down
  84.  
  85. 2021-12-09 13:37:06.137 UTC [1] LOG: database system is shut down
  86.  
  87. 2021-12-09 13:37:06.930 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  88.  
  89. 2021-12-09 13:37:06.930 UTC [1] LOG: listening on IPv6 address "::", port 5432
  90.  
  91. 2021-12-09 13:37:06.935 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  92.  
  93. 2021-12-09 13:37:06.949 UTC [19] LOG: database system was shut down at 2021-12-09 13:37:06 UTC
  94.  
  95. 2021-12-09 13:37:06.953 UTC [1] LOG: database system is ready to accept connections
  96.  
  97. waiting for server to shut down....2021-12-09 13:31:41.577 UTC [31] LOG: received fast shutdown request
  98.  
  99. 2021-12-09 13:31:41.579 UTC [31] LOG: aborting any active transactions
  100.  
  101. 2021-12-09 13:31:41.580 UTC [31] LOG: worker process: logical replication launcher (PID 38) exited with exit code 1
  102.  
  103. 2021-12-09 13:31:41.580 UTC [33] LOG: shutting down
  104.  
  105. 2021-12-09 13:31:41.595 UTC [31] LOG: database system is shut down
  106.  
  107. done
  108.  
  109. server stopped
  110.  
  111.  
  112. PostgreSQL init process complete; ready for start up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement