Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. $ docker-compose up
  2. code_db_1 is up-to-date
  3. Creating code_handoverchart_1 ... done
  4. Creating code_nginx_1 ... done
  5. Attaching to code_db_1, code_handoverchart_1, code_nginx_1
  6. handoverchart_1 | wait-for-it: waiting 15 seconds for db:5432
  7. handoverchart_1 | wait-for-it: db:5432 is available after 0 seconds
  8. handoverchart_1 | /usr/local/bin/wait-for-it: /app/start.sh: /bin/bash^M: bad interpreter: No such file or directory
  9. handoverchart_1 | /usr/local/bin/wait-for-it: line 174: /app/start.sh: Success
  10. db_1 | The files belonging to this database system will be owned by user "postgres".
  11. db_1 | This user must also own the server process.
  12. db_1 |
  13. db_1 | The database cluster will be initialized with locale "en_US.utf8".
  14. db_1 | The default database encoding has accordingly been set to "UTF8".
  15. db_1 | The default text search configuration will be set to "english".
  16. db_1 |
  17. db_1 | Data page checksums are disabled.
  18. db_1 |
  19. db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  20. db_1 | creating subdirectories ... ok
  21. db_1 | selecting default max_connections ... 100
  22. db_1 | selecting default shared_buffers ... 128MB
  23. db_1 | selecting dynamic shared memory implementation ... posix
  24. db_1 | creating configuration files ... ok
  25. db_1 | running bootstrap script ... ok
  26. db_1 | performing post-bootstrap initialization ... ok
  27. db_1 | syncing data to disk ... ok
  28. db_1 |
  29. db_1 | WARNING: enabling "trust" authentication for local connections
  30. db_1 | You can change this by editing pg_hba.conf or using the option -A, or
  31. db_1 | --auth-local and --auth-host, the next time you run initdb.
  32. db_1 |
  33. db_1 | Success. You can now start the database server using:
  34. db_1 |
  35. db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  36. db_1 |
  37. db_1 | ****************************************************
  38. db_1 | WARNING: No password has been set for the database.
  39. db_1 | This will allow anyone with access to the
  40. db_1 | Postgres port to access your database. In
  41. db_1 | Docker's default configuration, this is
  42. db_1 | effectively any other container on the same
  43. db_1 | system.
  44. db_1 |
  45. db_1 | Use "-e POSTGRES_PASSWORD=password" to set
  46. db_1 | it in "docker run".
  47. db_1 | ****************************************************
  48. db_1 | waiting for server to start....2018-04-24 12:34:46.398 UTC [36] LOG: listening on IPv4 address "127.0.0.1", port 5432
  49. db_1 | 2018-04-24 12:34:46.399 UTC [36] LOG: could not bind IPv6 address "::1": Cannot assign requested address
  50. db_1 | 2018-04-24 12:34:46.399 UTC [36] HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  51. db_1 | 2018-04-24 12:34:46.410 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  52. db_1 | 2018-04-24 12:34:46.433 UTC [37] LOG: database system was shut down at 2018-04-24 12:34:44 UTC
  53. db_1 | 2018-04-24 12:34:46.442 UTC [36] LOG: database system is ready to accept connections
  54. db_1 | done
  55. db_1 | server started
  56. db_1 | ALTER ROLE
  57. db_1 |
  58. db_1 |
  59. db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  60. db_1 |
  61. db_1 | 2018-04-24 12:34:46.529 UTC [36] LOG: received fast shutdown request
  62. db_1 | waiting for server to shut down....2018-04-24 12:34:46.537 UTC [36] LOG: aborting any active transactions
  63. db_1 | 2018-04-24 12:34:46.540 UTC [36] LOG: worker process: logical replication launcher (PID 43) exited with exit code 1
  64. db_1 | 2018-04-24 12:34:46.541 UTC [38] LOG: shutting down
  65. db_1 | 2018-04-24 12:34:46.586 UTC [36] LOG: database system is shut down
  66. db_1 | done
  67. db_1 | server stopped
  68. db_1 |
  69. db_1 | PostgreSQL init process complete; ready for start up.
  70. db_1 |
  71. db_1 | 2018-04-24 12:34:46.646 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  72. db_1 | 2018-04-24 12:34:46.646 UTC [1] LOG: listening on IPv6 address "::", port 5432
  73. db_1 | 2018-04-24 12:34:46.657 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  74. db_1 | 2018-04-24 12:34:46.680 UTC [54] LOG: database system was shut down at 2018-04-24 12:34:46 UTC
  75. db_1 | 2018-04-24 12:34:46.688 UTC [1] LOG: database system is ready to accept connections
  76. db_1 | 2018-04-24 12:34:57.560 UTC [61] LOG: incomplete startup packet
  77. code_handoverchart_1 exited with code 126
  78. nginx_1 | 2018/04/24 12:34:58 [emerg] 1#1: host not found in upstream "handoverchart" in /etc/nginx/nginx.conf:35
  79. nginx_1 | nginx: [emerg] host not found in upstream "handoverchart" in /etc/nginx/nginx.conf:35
  80. code_nginx_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement