-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
106 lines (106 loc) · 5.95 KB
/
docker-compose.logs
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
api02 Pulling
lb Pulling
bouncer Pulling
api01 Pulling
lb Pulled
bouncer Pulled
api01 Pulled
api02 Pulled
Volume "vitorsalgado-custom-lb_data" Creating
Volume "vitorsalgado-custom-lb_data" Created
Container db Creating
Container db Created
Container api02 Creating
Container api01 Creating
Container bouncer Creating
Container bouncer Created
Container api01 Created
Container api02 Created
Container lb Creating
Container lb Created
Attaching to api01, api02, bouncer, db, lb
db | The files belonging to this database system will be owned by user "postgres".
db | This user must also own the server process.
db |
db | The database cluster will be initialized with locale "en_US.utf8".
db | The default database encoding has accordingly been set to "UTF8".
db | The default text search configuration will be set to "english".
db |
db | Data page checksums are disabled.
db |
db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db | creating subdirectories ... ok
db | selecting dynamic shared memory implementation ... posix
db | selecting default max_connections ... 100
db | selecting default shared_buffers ... 128MB
db | selecting default time zone ... Etc/UTC
db | creating configuration files ... ok
db | running bootstrap script ... ok
db | performing post-bootstrap initialization ... ok
db | initdb: warning: enabling "trust" authentication for local connections
db | initdb: hint: 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.
db | syncing data to disk ... ok
db |
db |
db | Success. You can now start the database server using:
db |
db | pg_ctl -D /var/lib/postgresql/data -l logfile start
db |
db | waiting for server to start....2024-03-08 23:16:33.100 GMT [48] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db | 2024-03-08 23:16:33.100 GMT [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-08 23:16:33.101 GMT [51] LOG: database system was shut down at 2024-03-08 23:16:31 GMT
db | 2024-03-08 23:16:33.104 GMT [48] LOG: database system is ready to accept connections
db | done
db | server started
db | CREATE DATABASE
db |
db |
db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
db | SET
db | CREATE TABLE
db | CREATE TABLE
db | CREATE INDEX
db | CREATE FUNCTION
db | INSERT 0 5
db |
db |
db | waiting for server to shut down...2024-03-08 23:16:33.337 GMT [48] LOG: received fast shutdown request
db | .2024-03-08 23:16:33.337 GMT [48] LOG: aborting any active transactions
db | 2024-03-08 23:16:33.338 GMT [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db | 2024-03-08 23:16:33.339 GMT [49] LOG: shutting down
db | 2024-03-08 23:16:33.339 GMT [49] LOG: checkpoint starting: shutdown immediate
db | 2024-03-08 23:16:33.344 GMT [49] LOG: checkpoint complete: wrote 935 buffers (7.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.006 s, sync=0.001 s, total=0.006 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4284 kB, estimate=4284 kB; lsn=0/1919AD0, redo lsn=0/1919AD0
db | 2024-03-08 23:16:33.349 GMT [48] LOG: database system is shut down
db | done
db | server stopped
db |
db | PostgreSQL init process complete; ready for start up.
db |
db | 2024-03-08 23:16:33.454 GMT [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db | 2024-03-08 23:16:33.454 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db | 2024-03-08 23:16:33.454 GMT [1] LOG: listening on IPv6 address "::", port 5432
db | 2024-03-08 23:16:33.455 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-08 23:16:33.456 GMT [66] LOG: database system was shut down at 2024-03-08 23:16:33 GMT
db | 2024-03-08 23:16:33.459 GMT [1] LOG: database system is ready to accept connections
api02 | 2024/03/08 23:16:36 maxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS
api01 | 2024/03/08 23:16:36 maxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS
api02 | time=2024-03-08T23:16:36.717Z level=INFO msg="server will listen to addr: :8082"
api01 | time=2024-03-08T23:16:36.717Z level=INFO msg="server will listen to addr: :8081"
lb | 2024/03/08 23:16:36 maxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS
lb | time=2024-03-08T23:16:36.816Z level=INFO msg="lb: starting listening on: [::]:9999"
lb exited with code 0
lb exited with code 0
api01 exited with code 0
api01 exited with code 0
api02 exited with code 0
api02 exited with code 0
bouncer exited with code 0
bouncer exited with code 137
db | 2024-03-08 23:20:59.756 GMT [1] LOG: received fast shutdown request
db | 2024-03-08 23:20:59.756 GMT [1] LOG: aborting any active transactions
db | 2024-03-08 23:20:59.758 GMT [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
db | 2024-03-08 23:20:59.758 GMT [64] LOG: shutting down
db | 2024-03-08 23:20:59.758 GMT [64] LOG: checkpoint starting: shutdown immediate
db | 2024-03-08 23:20:59.762 GMT [64] LOG: checkpoint complete: wrote 831 buffers (6.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.004 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=1927 kB, estimate=1927 kB; lsn=0/1AFB880, redo lsn=0/1AFB880
db | 2024-03-08 23:20:59.767 GMT [1] LOG: database system is shut down
db exited with code 0