Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database could not receive data from client: Connection reset by peer #536

Closed
Linon419 opened this issue Mar 23, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@Linon419
Copy link

Describe the bug
After starting docker, the error occurs
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

PostgreSQL init process complete; ready for start up.
2024-03-21 15:29:35.941 UTC [1] LOG:  starting PostgreSQL 16.2 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
2024-03-21 15:29:35.941 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-03-21 15:29:35.941 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-03-21 15:29:35.945 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-03-21 15:29:35.951 UTC [51] LOG:  database system was shut down at 2024-03-21 15:29:35 UTC
2024-03-21 15:29:35.957 UTC [1] LOG:  database system is ready to accept connections
2024-03-21 15:29:36.228 UTC [55] LOG:  could not receive data from client: Connection reset by peer
2024-03-21 15:29:36.675 UTC [56] LOG:  could not receive data from client: Connection reset by peer
2024-03-21 15:34:36.045 UTC [49] LOG:  checkpoint starting: time
2024-03-21 15:34:55.403 UTC [49] LOG:  checkpoint complete: wrote 196 buffers (1.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=19.349 s, sync=0.001 s, total=19.359 s; sync files=160, longest=0.001 s, average=0.001 s; distance=1186 kB, estimate=1186 kB; lsn=0/1618DE0, redo lsn=0/1618DA8
2024-03-21 15:39:36.498 UTC [49] LOG:  checkpoint starting: time
2024-03-21 15:39:38.215 UTC [49] LOG:  checkpoint complete: wrote 18 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.707 s, sync=0.003 s, total=1.717 s; sync files=14, longest=0.002 s, average=0.001 s; distance=15 kB, estimate=1069 kB; lsn=0/161CBB8, redo lsn=0/161CB80
2024-03-21 15:49:36.384 UTC [49] LOG:  checkpoint starting: time
2024-03-21 15:49:38.103 UTC [49] LOG:  checkpoint complete: wrote 18 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.707 s, sync=0.003 s, total=1.720 s; sync files=14, longest=0.003 s, average=0.001 s; distance=18 kB, estimate=964 kB; lsn=0/16213B8, redo lsn=0/1621380
2024-03-23 10:46:36.879 UTC [1] LOG:  received fast shutdown request
2024-03-23 10:46:36.882 UTC [1] LOG:  aborting any active transactions
2024-03-23 10:46:36.887 UTC [1] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
2024-03-23 10:46:36.889 UTC [49] LOG:  shutting down
2024-03-23 10:46:36.892 UTC [49] LOG:  checkpoint starting: shutdown immediate
2024-03-23 10:46:36.905 UTC [49] LOG:  checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.001 s, total=0.016 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=867 kB; lsn=0/1621468, redo lsn=0/1621468
2024-03-23 10:46:36.911 UTC [1] LOG:  database system is shut down
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-03-23 10:46:37.580 UTC [1] LOG:  starting PostgreSQL 16.2 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
2024-03-23 10:46:37.580 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-03-23 10:46:37.580 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-03-23 10:46:37.584 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-03-23 10:46:37.591 UTC [25] LOG:  database system was shut down at 2024-03-23 10:46:36 UTC
2024-03-23 10:46:37.598 UTC [1] LOG:  database system is ready to accept connections
2024-03-23 10:46:38.202 UTC [29] LOG:  could not receive data from client: Connection reset by peer
2024-03-23 10:51:37.678 UTC [23] LOG:  checkpoint starting: time
2024-03-23 10:51:38.595 UTC [23] LOG:  checkpoint complete: wrote 12 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.906 s, sync=0.004 s, total=0.918 s; sync files=10, longest=0.003 s, average=0.001 s; distance=10 kB, estimate=10 kB; lsn=0/1623DE0, redo lsn=0/1623DA8

Desktop (please complete the following information):
Debian GNU/Linux 10

Additional context
Add any other context about the problem here.

@Linon419 Linon419 added the bug Something isn't working label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant