Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 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 dynamic shared memory implementation ... posix
  15. creating configuration files ... ok
  16. running bootstrap script ... ok
  17. performing post-bootstrap initialization ... ok
  18. syncing data to disk ... ok
  19.  
  20. Success. You can now start the database server using:
  21.  
  22. pg_ctl -D /var/lib/postgresql/data -l logfile start
  23.  
  24.  
  25. WARNING: enabling "trust" authentication for local connections
  26. You can change this by editing pg_hba.conf or using the option -A, or
  27. --auth-local and --auth-host, the next time you run initdb.
  28. waiting for server to start....2019-04-04 09:00:14.933 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  29. 2019-04-04 09:00:14.955 UTC [42] LOG: database system was shut down at 2019-04-04 09:00:14 UTC
  30. 2019-04-04 09:00:14.961 UTC [41] LOG: database system is ready to accept connections
  31. done
  32. server started
  33. CREATE DATABASE
  34.  
  35.  
  36. /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  37.  
  38. 2019-04-04 09:00:15.397 UTC [41] LOG: received fast shutdown request
  39. waiting for server to shut down....2019-04-04 09:00:15.402 UTC [41] LOG: aborting any active transactions
  40. 2019-04-04 09:00:15.404 UTC [41] LOG: background worker "logical replication launcher" (PID 48) exited with exit code 1
  41. 2019-04-04 09:00:15.404 UTC [43] LOG: shutting down
  42. 2019-04-04 09:00:15.431 UTC [41] LOG: database system is shut down
  43. done
  44. server stopped
  45.  
  46. PostgreSQL init process complete; ready for start up.
  47.  
  48. 2019-04-04 09:00:15.516 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  49. 2019-04-04 09:00:15.516 UTC [1] LOG: listening on IPv6 address "::", port 5432
  50. 2019-04-04 09:00:15.523 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  51. 2019-04-04 09:00:15.543 UTC [59] LOG: database system was shut down at 2019-04-04 09:00:15 UTC
  52. 2019-04-04 09:00:15.550 UTC [1] LOG: database system is ready to accept connections
  53. 2019-04-04 09:02:23.512 UTC [68] ERROR: relation "public.databasechangeloglock" does not exist at character 22
  54. 2019-04-04 09:02:23.512 UTC [68] STATEMENT: select count(*) from public.databasechangeloglock
  55. 2019-04-04 09:02:25.735 UTC [69] ERROR: relation "public.databasechangelog" does not exist at character 22
  56. 2019-04-04 09:02:25.735 UTC [69] STATEMENT: select count(*) from public.databasechangelog
  57. 2019-04-04 09:02:27.168 UTC [69] ERROR: relation "public.databasechangelog" does not exist at character 22
  58. 2019-04-04 09:02:27.168 UTC [69] STATEMENT: select count(*) from public.databasechangelog
  59. 2019-04-09 07:37:18.375 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  60. 2019-04-09 07:37:18.375 UTC [1] LOG: listening on IPv6 address "::", port 5432
  61. 2019-04-09 07:37:18.394 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  62. 2019-04-09 07:37:18.421 UTC [22] LOG: database system was interrupted; last known up at 2019-04-04 14:10:19 UTC
  63. 2019-04-09 07:37:18.664 UTC [22] LOG: database system was not properly shut down; automatic recovery in progress
  64. 2019-04-09 07:37:18.670 UTC [22] LOG: redo starts at 0/198B850
  65. 2019-04-09 07:37:18.670 UTC [22] LOG: invalid record length at 0/198B930: wanted 24, got 0
  66. 2019-04-09 07:37:18.670 UTC [22] LOG: redo done at 0/198B8F8
  67. 2019-04-09 07:37:18.730 UTC [1] LOG: database system is ready to accept connections
  68. 2019-04-09 07:37:57.287 UTC [30] ERROR: duplicate key value violates unique constraint "uk_ru8tt6t700s9v50bu18ws5ha6"
  69. 2019-04-09 07:37:57.287 UTC [30] DETAIL: Key (realm_id, username)=(master, ryukote) already exists.
  70. 2019-04-09 07:37:57.287 UTC [30] STATEMENT: insert into USER_ENTITY (CREATED_TIMESTAMP, EMAIL, EMAIL_CONSTRAINT, EMAIL_VERIFIED, ENABLED, FEDERATION_LINK, FIRST_NAME, LAST_NAME, NOT_BEFORE, REALM_ID, SERVICE_ACCOUNT_CLIENT_LINK, USERNAME, ID) values ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
  71. 2019-04-09 10:45:37.204 UTC [1] LOG: received smart shutdown request
  72. 2019-04-09 10:45:37.216 UTC [1] LOG: background worker "logical replication launcher" (PID 28) exited with exit code 1
  73. 2019-04-09 10:45:37.217 UTC [23] LOG: shutting down
  74. 2019-04-09 10:45:37.245 UTC [1] LOG: database system is shut down
  75. 2019-04-09 10:45:42.983 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  76. 2019-04-09 10:45:42.983 UTC [1] LOG: listening on IPv6 address "::", port 5432
  77. 2019-04-09 10:45:42.989 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  78. 2019-04-09 10:45:43.006 UTC [22] LOG: database system was shut down at 2019-04-09 10:45:37 UTC
  79. 2019-04-09 10:45:43.012 UTC [1] LOG: database system is ready to accept connections
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement