-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotworking.log
107 lines (93 loc) · 4.28 KB
/
notworking.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
$ ~/Downloads/drone7 exec
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
+ bin/wait-for-postgres.sh
[INFO] Waiting for postgres
psql: could not translate host name "database" to address: Name or service not known
still trying!
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctl -D /var/lib/postgresql/data -l logfile start
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
****************************************************
WARNING: No password has been set for the database.
This will allow anyone with access to the
Postgres port to access your database. In
Docker's default configuration, this is
effectively any other container on the same
system.
Use "-e POSTGRES_PASSWORD=password" to set
it in "docker run".
****************************************************
waiting for server to start....LOG: database system was shut down at 2017-06-01 20:02:38 UTC
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
psql: could not translate host name "database" to address: Name or service not known
still trying!
done
server started
CREATE DATABASE
ALTER ROLE
/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
LOG: received fast shutdown request
LOG: aborting any active transactions
waiting for server to shut down....LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down
psql: could not translate host name "database" to address: Name or service not known
still trying!
done
server stopped
PostgreSQL init process complete; ready for start up.
LOG: database system was shut down at 2017-06-01 20:02:39 UTC
LOG: MultiXact member wraparound protections are now enabled
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
psql: could not translate host name "database" to address: Name or service not known
still trying!
^Cctrl+c received, terminating process
psql: could not translate host name "database" to address: Name or service not known
still trying!