Created
April 29, 2017 15:04
-
-
Save beldpro-ci/7950a4b9fd87d528bde7cd5f5574e2b1 to your computer and use it in GitHub Desktop.
Result of running docker-compose.yml with our custom image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgres_1 | Success. You can now start the database server using: | |
postgres_1 | | |
postgres_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start | |
postgres_1 | | |
postgres_1 | waiting for server to start....LOG: could not bind IPv6 socket: Address not available | |
postgres_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. | |
postgres_1 | LOG: database system was shut down at 2017-04-29 15:03:23 UTC | |
postgres_1 | LOG: MultiXact member wraparound protections are now enabled | |
postgres_1 | LOG: database system is ready to accept connections | |
postgres_1 | LOG: autovacuum launcher started | |
postgres_1 | done | |
postgres_1 | server started | |
postgres_1 | ALTER ROLE | |
postgres_1 | | |
postgres_1 | | |
postgres_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/01-filladb.sh | |
postgres_1 | CREATE ROLE | |
postgres_1 | CREATE DATABASE | |
postgres_1 | GRANT | |
postgres_1 | | |
postgres_1 | waiting for server to shut down....LOG: received fast shutdown request | |
postgres_1 | LOG: aborting any active transactions | |
postgres_1 | LOG: autovacuum launcher shutting down | |
postgres_1 | LOG: shutting down | |
postgres_1 | 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 | LOG: database system was shut down at 2017-04-29 15:03:25 UTC | |
postgres_1 | LOG: MultiXact member wraparound protections are now enabled | |
postgres_1 | LOG: database system is ready to accept connections | |
postgres_1 | LOG: autovacuum launcher started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment