Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Attaching to maadb-ps-db
- maadb-ps-db | ********************************************************************************
- maadb-ps-db | WARNING: POSTGRES_HOST_AUTH_METHOD has been set to "trust". This will allow
- maadb-ps-db | anyone with access to the Postgres port to access your database without
- maadb-ps-db | a password, even if POSTGRES_PASSWORD is set. See PostgreSQL
- maadb-ps-db | documentation about "trust":
- maadb-ps-db | https://www.postgresql.org/docs/current/auth-trust.html
- maadb-ps-db | In Docker's default configuration, this is effectively any other
- maadb-ps-db | container on the same system.
- maadb-ps-db |
- maadb-ps-db | It is not recommended to use POSTGRES_HOST_AUTH_METHOD=trust. Replace
- maadb-ps-db | it with "-e POSTGRES_PASSWORD=password" instead to set a password in
- maadb-ps-db | "docker run".
- maadb-ps-db | ********************************************************************************
- maadb-ps-db | The files belonging to this database system will be owned by user "postgres".
- maadb-ps-db | This user must also own the server process.
- maadb-ps-db |
- maadb-ps-db | The database cluster will be initialized with locale "en_US.utf8".
- maadb-ps-db | The default database encoding has accordingly been set to "UTF8".
- maadb-ps-db | The default text search configuration will be set to "english".
- maadb-ps-db |
- maadb-ps-db | Data page checksums are disabled.
- maadb-ps-db |
- maadb-ps-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
- maadb-ps-db | creating subdirectories ... ok
- maadb-ps-db | selecting dynamic shared memory implementation ... posix
- maadb-ps-db | selecting default max_connections ... 100
- maadb-ps-db | selecting default shared_buffers ... 128MB
- maadb-ps-db | selecting default time zone ... Etc/UTC
- maadb-ps-db | creating configuration files ... ok
- maadb-ps-db | running bootstrap script ... ok
- maadb-ps-db | performing post-bootstrap initialization ... ok
- maadb-ps-db | syncing data to disk ... ok
- maadb-ps-db |
- maadb-ps-db | initdb: warning: enabling "trust" authentication for local connections
- maadb-ps-db | You can change this by editing pg_hba.conf or using the option -A, or
- maadb-ps-db | --auth-local and --auth-host, the next time you run initdb.
- maadb-ps-db |
- maadb-ps-db | Success. You can now start the database server using:
- maadb-ps-db |
- maadb-ps-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
- maadb-ps-db |
- 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
- maadb-ps-db | 2021-07-29 17:31:15.613 UTC [47] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- 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
- maadb-ps-db | 2021-07-29 17:31:15.623 UTC [47] LOG: database system is ready to accept connections
- maadb-ps-db | done
- maadb-ps-db | server started
- maadb-ps-db | CREATE DATABASE
- maadb-ps-db |
- maadb-ps-db |
- maadb-ps-db | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
- maadb-ps-db |
- maadb-ps-db | 2021-07-29 17:31:15.879 UTC [47] LOG: received fast shutdown request
- maadb-ps-db | waiting for server to shut down....2021-07-29 17:31:15.880 UTC [47] LOG: aborting any active transactions
- 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
- maadb-ps-db | 2021-07-29 17:31:15.884 UTC [49] LOG: shutting down
- maadb-ps-db | 2021-07-29 17:31:15.895 UTC [47] LOG: database system is shut down
- maadb-ps-db | done
- maadb-ps-db | server stopped
- maadb-ps-db |
- maadb-ps-db | PostgreSQL init process complete; ready for start up.
- maadb-ps-db |
- 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
- maadb-ps-db | 2021-07-29 17:31:16.016 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
- maadb-ps-db | 2021-07-29 17:31:16.016 UTC [1] LOG: listening on IPv6 address "::", port 5432
- maadb-ps-db | 2021-07-29 17:31:16.019 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- 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
- 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