-
Notifications
You must be signed in to change notification settings - Fork 928
/
docker-compose.logs
99 lines (99 loc) · 7.06 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
Network rinha-backend-2024 Creating
Network rinha-backend-2024 Created
Container pg_dotnet_database Creating
Container pg_dotnet_database Created
Container dotnet_bank_api_1 Creating
Container dotnet_bank_api_1 Created
Container dotnet_bank_api_2 Creating
Container dotnet_bank_api_2 Created
Container dotnet_nginx Creating
Container dotnet_nginx Created
Attaching to dotnet_bank_api_1, dotnet_bank_api_2, dotnet_nginx, pg_dotnet_database
pg_dotnet_database | The files belonging to this database system will be owned by user "postgres".
pg_dotnet_database | This user must also own the server process.
pg_dotnet_database |
pg_dotnet_database | The database cluster will be initialized with locale "en_US.utf8".
pg_dotnet_database | The default database encoding has accordingly been set to "UTF8".
pg_dotnet_database | The default text search configuration will be set to "english".
pg_dotnet_database |
pg_dotnet_database | Data page checksums are disabled.
pg_dotnet_database |
pg_dotnet_database | fixing permissions on existing directory /var/lib/postgresql/data ... ok
pg_dotnet_database | creating subdirectories ... ok
pg_dotnet_database | selecting dynamic shared memory implementation ... posix
pg_dotnet_database | selecting default max_connections ... 100
pg_dotnet_database | selecting default shared_buffers ... 128MB
pg_dotnet_database | selecting default time zone ... Etc/UTC
pg_dotnet_database | creating configuration files ... ok
pg_dotnet_database | running bootstrap script ... ok
dotnet_nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
dotnet_nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
dotnet_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
dotnet_nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
dotnet_nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
dotnet_nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
dotnet_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
dotnet_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
dotnet_nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
pg_dotnet_database | performing post-bootstrap initialization ... ok
pg_dotnet_database | initdb: warning: enabling "trust" authentication for local connections
pg_dotnet_database | 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.
pg_dotnet_database | syncing data to disk ... ok
pg_dotnet_database |
pg_dotnet_database |
pg_dotnet_database | Success. You can now start the database server using:
pg_dotnet_database |
pg_dotnet_database | pg_ctl -D /var/lib/postgresql/data -l logfile start
pg_dotnet_database |
pg_dotnet_database | waiting for server to start....2024-03-06 01:55:15.319 UTC [48] LOG: starting PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
pg_dotnet_database | 2024-03-06 01:55:15.322 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pg_dotnet_database | 2024-03-06 01:55:15.330 UTC [51] LOG: database system was shut down at 2024-03-06 01:55:13 UTC
pg_dotnet_database | 2024-03-06 01:55:15.337 UTC [48] LOG: database system is ready to accept connections
pg_dotnet_database | done
pg_dotnet_database | server started
pg_dotnet_database |
pg_dotnet_database | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/configure.sql
pg_dotnet_database | ALTER SYSTEM
pg_dotnet_database | CREATE TABLE
pg_dotnet_database | CREATE TABLE
pg_dotnet_database | INSERT 0 1
pg_dotnet_database | INSERT 0 1
pg_dotnet_database | INSERT 0 1
pg_dotnet_database | INSERT 0 1
pg_dotnet_database | INSERT 0 1
pg_dotnet_database | CREATE FUNCTION
pg_dotnet_database | CREATE FUNCTION
pg_dotnet_database |
pg_dotnet_database |
pg_dotnet_database | waiting for server to shut down...2024-03-06 01:55:15.519 UTC [48] LOG: received fast shutdown request
pg_dotnet_database | .2024-03-06 01:55:15.523 UTC [48] LOG: aborting any active transactions
pg_dotnet_database | 2024-03-06 01:55:15.525 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
pg_dotnet_database | 2024-03-06 01:55:15.525 UTC [49] LOG: shutting down
pg_dotnet_database | 2024-03-06 01:55:15.528 UTC [49] LOG: checkpoint starting: shutdown immediate
pg_dotnet_database | 2024-03-06 01:55:15.641 UTC [49] LOG: checkpoint complete: wrote 65 buffers (0.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.014 s, sync=0.087 s, total=0.116 s; sync files=48, longest=0.078 s, average=0.002 s; distance=210 kB, estimate=210 kB
pg_dotnet_database | 2024-03-06 01:55:15.644 UTC [48] LOG: database system is shut down
pg_dotnet_database | done
pg_dotnet_database | server stopped
pg_dotnet_database |
pg_dotnet_database | PostgreSQL init process complete; ready for start up.
pg_dotnet_database |
pg_dotnet_database | 2024-03-06 01:55:15.744 UTC [1] LOG: starting PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
pg_dotnet_database | 2024-03-06 01:55:15.744 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
pg_dotnet_database | 2024-03-06 01:55:15.744 UTC [1] LOG: listening on IPv6 address "::", port 5432
pg_dotnet_database | 2024-03-06 01:55:15.750 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pg_dotnet_database | 2024-03-06 01:55:15.757 UTC [64] LOG: database system was shut down at 2024-03-06 01:55:15 UTC
pg_dotnet_database | 2024-03-06 01:55:15.772 UTC [1] LOG: database system is ready to accept connections
dotnet_nginx exited with code 0
dotnet_nginx exited with code 0
dotnet_bank_api_2 exited with code 0
dotnet_bank_api_2 exited with code 0
dotnet_bank_api_1 exited with code 0
dotnet_bank_api_1 exited with code 0
pg_dotnet_database | 2024-03-06 01:59:31.064 UTC [1] LOG: received fast shutdown request
pg_dotnet_database | 2024-03-06 01:59:31.067 UTC [1] LOG: aborting any active transactions
pg_dotnet_database | 2024-03-06 01:59:31.069 UTC [1] LOG: background worker "logical replication launcher" (PID 67) exited with exit code 1
pg_dotnet_database | 2024-03-06 01:59:31.070 UTC [62] LOG: shutting down
pg_dotnet_database | 2024-03-06 01:59:31.072 UTC [62] LOG: checkpoint starting: shutdown immediate
pg_dotnet_database | 2024-03-06 01:59:31.204 UTC [62] LOG: checkpoint complete: wrote 644 buffers (3.9%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.009 s, sync=0.108 s, total=0.134 s; sync files=33, longest=0.101 s, average=0.004 s; distance=15515 kB, estimate=15515 kB
pg_dotnet_database | 2024-03-06 01:59:31.208 UTC [1] LOG: database system is shut down
pg_dotnet_database exited with code 0