Skip to content

Instantly share code, notes, and snippets.

@mazz
Created July 13, 2018 02:20
Show Gist options
  • Save mazz/79555265859ae009d5da8bfc958286fb to your computer and use it in GitHub Desktop.
Save mazz/79555265859ae009d5da8bfc958286fb to your computer and use it in GitHub Desktop.
run 2
~/webapp/phx/1.4.0-dev/dynt (master ✔) ᐅ docker-compose up
dynt-db is up-to-date
Starting dynt-admin ... done
dynt-server is up-to-date
Attaching to dynt-db, dynt-admin, dynt-server
dynt-db | The files belonging to this database system will be owned by user "postgres".
dynt-db | This user must also own the server process.
dynt-db |
dynt-db | The database cluster will be initialized with locale "en_US.utf8".
dynt-db | The default database encoding has accordingly been set to "UTF8".
dynt-db | The default text search configuration will be set to "english".
dynt-db |
dynt-db | Data page checksums are disabled.
dynt-db |
dynt-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
dynt-db | creating subdirectories ... ok
dynt-db | selecting default max_connections ... 100
dynt-db | selecting default shared_buffers ... 128MB
dynt-db | selecting dynamic shared memory implementation ... posix
dynt-db | creating configuration files ... ok
dynt-db | running bootstrap script ... ok
dynt-db | sh: locale: not found
dynt-db | 2018-07-13 02:07:16.481 UTC [27] WARNING: no usable system locales were found
dynt-db | performing post-bootstrap initialization ... ok
dynt-db | syncing data to disk ... ok
dynt-db |
dynt-db | Success. You can now start the database server using:
dynt-db |
dynt-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
dynt-db |
dynt-db |
dynt-db | WARNING: enabling "trust" authentication for local connections
dynt-db | You can change this by editing pg_hba.conf or using the option -A, or
dynt-db | --auth-local and --auth-host, the next time you run initdb.
dynt-db | waiting for server to start....2018-07-13 02:07:19.639 UTC [32] LOG: listening on IPv4 address "127.0.0.1", port 5432
dynt-db | 2018-07-13 02:07:19.639 UTC [32] LOG: could not bind IPv6 address "::1": Address not available
dynt-db | 2018-07-13 02:07:19.639 UTC [32] HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
dynt-db | 2018-07-13 02:07:19.649 UTC [32] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
dynt-db | 2018-07-13 02:07:19.702 UTC [33] LOG: database system was shut down at 2018-07-13 02:07:17 UTC
dynt-db | 2018-07-13 02:07:19.717 UTC [32] LOG: database system is ready to accept connections
dynt-db | done
dynt-db | server started
dynt-db | CREATE DATABASE
dynt-db |
dynt-db | ALTER ROLE
dynt-db |
dynt-db |
dynt-db | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
dynt-db |
dynt-db | 2018-07-13 02:07:20.582 UTC [32] LOG: received fast shutdown request
dynt-db | waiting for server to shut down....2018-07-13 02:07:20.592 UTC [32] LOG: aborting any active transactions
dynt-db | 2018-07-13 02:07:20.598 UTC [32] LOG: worker process: logical replication launcher (PID 39) exited with exit code 1
dynt-db | 2018-07-13 02:07:20.599 UTC [34] LOG: shutting down
dynt-db | 2018-07-13 02:07:20.649 UTC [32] LOG: database system is shut down
dynt-db | done
dynt-db | server stopped
dynt-db |
dynt-db | PostgreSQL init process complete; ready for start up.
dynt-db |
dynt-db | 2018-07-13 02:07:20.699 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
dynt-db | 2018-07-13 02:07:20.700 UTC [1] LOG: listening on IPv6 address "::", port 5432
dynt-db | 2018-07-13 02:07:20.827 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
dynt-db | 2018-07-13 02:07:20.885 UTC [45] LOG: database system was shut down at 2018-07-13 02:07:20 UTC
dynt-db | 2018-07-13 02:07:20.927 UTC [1] LOG: database system is ready to accept connections
dynt-db | 2018-07-13 02:09:44.244 UTC [1] LOG: received smart shutdown request
dynt-db | 2018-07-13 02:09:44.249 UTC [1] LOG: worker process: logical replication launcher (PID 51) exited with exit code 1
dynt-db | 2018-07-13 02:09:44.249 UTC [46] LOG: shutting down
dynt-db | 2018-07-13 02:09:44.294 UTC [1] LOG: database system is shut down
dynt-db | 2018-07-13 02:17:03.656 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
dynt-db | 2018-07-13 02:17:03.656 UTC [1] LOG: listening on IPv6 address "::", port 5432
dynt-db | 2018-07-13 02:17:03.664 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
dynt-db | 2018-07-13 02:17:03.695 UTC [17] LOG: database system was shut down at 2018-07-13 02:09:44 UTC
dynt-db | 2018-07-13 02:17:03.706 UTC [1] LOG: database system is ready to accept connections
dynt-db | 2018-07-13 02:18:29.992 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
dynt-db | 2018-07-13 02:18:29.992 UTC [1] LOG: listening on IPv6 address "::", port 5432
dynt-db | 2018-07-13 02:18:30.002 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
dynt-db | 2018-07-13 02:18:30.034 UTC [18] LOG: database system was interrupted; last known up at 2018-07-13 02:17:03 UTC
dynt-db | 2018-07-13 02:18:30.388 UTC [18] LOG: database system was not properly shut down; automatic recovery in progress
dynt-db | 2018-07-13 02:18:30.392 UTC [18] LOG: redo starts at 0/15DC918
dynt-db | 2018-07-13 02:18:30.392 UTC [18] LOG: invalid record length at 0/15DC950: wanted 24, got 0
dynt-db | 2018-07-13 02:18:30.392 UTC [18] LOG: redo done at 0/15DC918
dynt-db | 2018-07-13 02:18:30.414 UTC [1] LOG: database system is ready to accept connections
dynt-server | 02:09:39.013 [info] SIGTERM received - shutting down
dynt-server |
dynt-server | 02:18:22.816 [info] SIGTERM received - shutting down
dynt-server |
dynt-admin | Loading ..
dynt-admin | Starting dependencies..
dynt-admin | Starting repos..
dynt-admin | Running migrations for dynt
dynt-admin | 02:19:17.085 [info] Already up
dynt-admin | Running seed script..
dynt-admin | Success!
dynt-admin exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment