Advertisement
Guest User

Untitled

a guest
Jul 29th, 2021
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. Attaching to maadb-ps-db
  2. maadb-ps-db | ********************************************************************************
  3. maadb-ps-db | WARNING: POSTGRES_HOST_AUTH_METHOD has been set to "trust". This will allow
  4. maadb-ps-db | anyone with access to the Postgres port to access your database without
  5. maadb-ps-db | a password, even if POSTGRES_PASSWORD is set. See PostgreSQL
  6. maadb-ps-db | documentation about "trust":
  7. maadb-ps-db | https://www.postgresql.org/docs/current/auth-trust.html
  8. maadb-ps-db | In Docker's default configuration, this is effectively any other
  9. maadb-ps-db | container on the same system.
  10. maadb-ps-db |
  11. maadb-ps-db | It is not recommended to use POSTGRES_HOST_AUTH_METHOD=trust. Replace
  12. maadb-ps-db | it with "-e POSTGRES_PASSWORD=password" instead to set a password in
  13. maadb-ps-db | "docker run".
  14. maadb-ps-db | ********************************************************************************
  15. maadb-ps-db | The files belonging to this database system will be owned by user "postgres".
  16. maadb-ps-db | This user must also own the server process.
  17. maadb-ps-db |
  18. maadb-ps-db | The database cluster will be initialized with locale "en_US.utf8".
  19. maadb-ps-db | The default database encoding has accordingly been set to "UTF8".
  20. maadb-ps-db | The default text search configuration will be set to "english".
  21. maadb-ps-db |
  22. maadb-ps-db | Data page checksums are disabled.
  23. maadb-ps-db |
  24. maadb-ps-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  25. maadb-ps-db | creating subdirectories ... ok
  26. maadb-ps-db | selecting dynamic shared memory implementation ... posix
  27. maadb-ps-db | selecting default max_connections ... 100
  28. maadb-ps-db | selecting default shared_buffers ... 128MB
  29. maadb-ps-db | selecting default time zone ... Etc/UTC
  30. maadb-ps-db | creating configuration files ... ok
  31. maadb-ps-db | running bootstrap script ... ok
  32. maadb-ps-db | performing post-bootstrap initialization ... ok
  33. maadb-ps-db | syncing data to disk ... ok
  34. maadb-ps-db |
  35. maadb-ps-db | initdb: warning: enabling "trust" authentication for local connections
  36. maadb-ps-db | You can change this by editing pg_hba.conf or using the option -A, or
  37. maadb-ps-db | --auth-local and --auth-host, the next time you run initdb.
  38. maadb-ps-db |
  39. maadb-ps-db | Success. You can now start the database server using:
  40. maadb-ps-db |
  41. maadb-ps-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
  42. maadb-ps-db |
  43. maadb-ps-db | waiting for server to start....2021-07-29 17:31:15.611 UTC [47] LOG: starting PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
  44. maadb-ps-db | 2021-07-29 17:31:15.613 UTC [47] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  45. maadb-ps-db | 2021-07-29 17:31:15.619 UTC [48] LOG: database system was shut down at 2021-07-29 17:31:15 UTC
  46. maadb-ps-db | 2021-07-29 17:31:15.623 UTC [47] LOG: database system is ready to accept connections
  47. maadb-ps-db | done
  48. maadb-ps-db | server started
  49. maadb-ps-db | CREATE DATABASE
  50. maadb-ps-db |
  51. maadb-ps-db |
  52. maadb-ps-db | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  53. maadb-ps-db |
  54. maadb-ps-db | 2021-07-29 17:31:15.879 UTC [47] LOG: received fast shutdown request
  55. maadb-ps-db | waiting for server to shut down....2021-07-29 17:31:15.880 UTC [47] LOG: aborting any active transactions
  56. maadb-ps-db | 2021-07-29 17:31:15.884 UTC [47] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
  57. maadb-ps-db | 2021-07-29 17:31:15.884 UTC [49] LOG: shutting down
  58. maadb-ps-db | 2021-07-29 17:31:15.895 UTC [47] LOG: database system is shut down
  59. maadb-ps-db | done
  60. maadb-ps-db | server stopped
  61. maadb-ps-db |
  62. maadb-ps-db | PostgreSQL init process complete; ready for start up.
  63. maadb-ps-db |
  64. maadb-ps-db | 2021-07-29 17:31:16.016 UTC [1] LOG: starting PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
  65. maadb-ps-db | 2021-07-29 17:31:16.016 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  66. maadb-ps-db | 2021-07-29 17:31:16.016 UTC [1] LOG: listening on IPv6 address "::", port 5432
  67. maadb-ps-db | 2021-07-29 17:31:16.019 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  68. maadb-ps-db | 2021-07-29 17:31:16.024 UTC [75] LOG: database system was shut down at 2021-07-29 17:31:15 UTC
  69. maadb-ps-db | 2021-07-29 17:31:16.029 UTC [1] LOG: database system is ready to accept connections
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement