Skip to content

Instantly share code, notes, and snippets.

@Qarun-Qadir-Bissoondial
Created May 10, 2020 21:29
Show Gist options
  • Save Qarun-Qadir-Bissoondial/99256e46d76f1b808db4460bbd879cef to your computer and use it in GitHub Desktop.
Save Qarun-Qadir-Bissoondial/99256e46d76f1b808db4460bbd879cef to your computer and use it in GitHub Desktop.
Creating network "express-postgres-docker_postgres" with driver "bridge"
Creating volume "express-postgres-docker_postgres" with default driver
Creating volume "express-postgres-docker_pgadmin" with default driver
Creating express-postgres-docker_postgres_1 ... done
Creating express-postgres-docker_pgadmin_1 ... done
Attaching to express-postgres-docker_postgres_1, express-postgres-docker_pgadmin_1
postgres_1 | The files belonging to this database system will be owned by user "postgres".
postgres_1 | This user must also own the server process.
postgres_1 |
postgres_1 | The database cluster will be initialized with locale "en_US.utf8".
postgres_1 | The default database encoding has accordingly been set to "UTF8".
postgres_1 | The default text search configuration will be set to "english".
postgres_1 |
postgres_1 | Data page checksums are disabled.
postgres_1 |
postgres_1 | fixing permissions on existing directory /data/postgres ... ok
postgres_1 | creating subdirectories ... ok
postgres_1 | selecting dynamic shared memory implementation ... posix
postgres_1 | selecting default max_connections ... 100
postgres_1 | selecting default shared_buffers ... 128MB
postgres_1 | selecting default time zone ... UTC
postgres_1 | creating configuration files ... ok
postgres_1 | running bootstrap script ... ok
postgres_1 | performing post-bootstrap initialization ... sh: locale: not found
postgres_1 | 2020-05-10 21:27:54.167 UTC [30] WARNING: no usable system locales were found
postgres_1 | ok
postgres_1 | syncing data to disk ... initdb: warning: enabling "trust" authentication for local connections
postgres_1 | You can change this by editing pg_hba.conf or using the option -A, or
postgres_1 | --auth-local and --auth-host, the next time you run initdb.
postgres_1 | ok
postgres_1 |
postgres_1 |
postgres_1 | Success. You can now start the database server using:
postgres_1 |
postgres_1 | pg_ctl -D /data/postgres -l logfile start
postgres_1 |
postgres_1 | waiting for server to start....2020-05-10 21:27:54.941 UTC [35] LOG: starting PostgreSQL 12.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.2.0) 9.2.0, 64-bit
postgres_1 | 2020-05-10 21:27:54.943 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1 | 2020-05-10 21:27:54.959 UTC [36] LOG: database system was shut down at 2020-05-10 21:27:54 UTC
postgres_1 | 2020-05-10 21:27:54.963 UTC [35] LOG: database system is ready to accept connections
postgres_1 | done
postgres_1 | server started
postgres_1 |
postgres_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
postgres_1 |
postgres_1 | waiting for server to shut down...2020-05-10 21:27:55.035 UTC [35] LOG: received fast shutdown request
postgres_1 | .2020-05-10 21:27:55.036 UTC [35] LOG: aborting any active transactions
postgres_1 | 2020-05-10 21:27:55.037 UTC [35] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
postgres_1 | 2020-05-10 21:27:55.038 UTC [37] LOG: shutting down
postgres_1 | 2020-05-10 21:27:55.051 UTC [35] LOG: database system is shut down
postgres_1 | done
postgres_1 | server stopped
postgres_1 |
postgres_1 | PostgreSQL init process complete; ready for start up.
postgres_1 |
postgres_1 | 2020-05-10 21:27:55.143 UTC [1] LOG: starting PostgreSQL 12.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.2.0) 9.2.0, 64-bit
postgres_1 | 2020-05-10 21:27:55.145 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres_1 | 2020-05-10 21:27:55.145 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres_1 | 2020-05-10 21:27:55.149 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1 | 2020-05-10 21:27:55.162 UTC [44] LOG: database system was shut down at 2020-05-10 21:27:55 UTC
postgres_1 | 2020-05-10 21:27:55.165 UTC [1] LOG: database system is ready to accept connections
pgadmin_1 | NOTE: Configuring authentication for SERVER mode.
pgadmin_1 |
pgadmin_1 | [2020-05-10 21:28:01 +0000] [1] [INFO] Starting gunicorn 19.9.0
pgadmin_1 | [2020-05-10 21:28:01 +0000] [1] [INFO] Listening at: http://[::]:80 (1)
pgadmin_1 | [2020-05-10 21:28:01 +0000] [1] [INFO] Using worker: threads
pgadmin_1 | [2020-05-10 21:28:01 +0000] [87] [INFO] Booting worker with pid: 87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment