Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. codimd_1 | 2020/04/08 17:45:10 portchecker.go:47: dial tcp database:5432: connect: connection success
  2. database_1 |
  3. database_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
  4. database_1 |
  5. database_1 | 2020-04-08 17:45:08.982 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  6. database_1 | 2020-04-08 17:45:08.982 UTC [1] LOG: listening on IPv6 address "::", port 5432
  7. database_1 | 2020-04-08 17:45:08.996 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  8. database_1 | 2020-04-08 17:45:09.097 UTC [20] LOG: database system was shut down at 2020-04-08 17:44:20 UTC
  9. database_1 | 2020-04-08 17:45:09.150 UTC [1] LOG: database system is ready to accept connections
  10. database_1 | 2020-04-08 17:45:10.187 UTC [27] LOG: incomplete startup packet
  11. codimd_1 | 2020-04-08T17:45:10.418Z warn: Neither 'domain' nor 'CMD_DOMAIN' is configured. This can cause issues with various components.
  12. codimd_1 | Hint: Make sure 'protocolUseSSL' and 'urlAddPort' or 'CMD_PROTOCOL_USESSL' and 'CMD_URL_ADDPORT' are configured properly.
  13. codimd_1 | 2020-04-08T17:45:10.421Z warn: Session secret not set. Using random generated one. Please set `sessionSecret` in your config.js file. All users will be logged out.
  14. codimd_1 |
  15. codimd_1 | Sequelize CLI [Node: 8.16.2, CLI: 5.5.1, ORM: 5.21.3]
  16. codimd_1 |
  17. codimd_1 | Parsed url postgres://codimd:*****@database/codimd
  18. database_1 | 2020-04-08 17:45:10.819 UTC [28] FATAL: password authentication failed for user "codimd"
  19. database_1 | 2020-04-08 17:45:10.819 UTC [28] DETAIL: Password does not match for user "codimd".
  20. database_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
  21. codimd_1 |
  22. codimd_1 | ERROR: password authentication failed for user "codimd"
  23. codimd_1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement