From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | eduardo(dot)fischer(dot)dos(dot)santos(at)ericsson(dot)com |
Subject: | BUG #18858: client does not support server version newer than 15.12 but actual version is 15.8.1 |
Date: | 2025-03-20 12:34:11 |
Message-ID: | 18858-71bde583e0b2b69a@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 18858
Logged by: Eduardo Fischer dos Santos
Email address: eduardo(dot)fischer(dot)dos(dot)santos(at)ericsson(dot)com
PostgreSQL version: 15.8
Operating system: openSUSE Leap 15.5 / Linux
Description:
When running
"barman receive-wal pg"
with postgres 15.8.1
I get the following errors.
arman.utils INFO: Cleaning up lockfiles directory.
barman.wal_archiver INFO: No xlog segments found from streaming for pg.
barman.postgres WARNING: Unexpected non zero minor version 12 in 151200
barman.postgres WARNING: Unexpected non zero minor version 12 in 151200
barman.server INFO: Starting receive-wal for server pg
barman.wal_archiver INFO: Activating WAL archiving through streaming
protocol
barman.command_wrappers INFO: pg: pg_receivewal: error: incompatible server
version 15.8.1; client does not support streaming from server versions newer
than 15.12
barman.server ERROR: ArchiverFailure:pg_receivewal terminated with error
code: 1
barman.utils INFO: Cleaning up lockfiles directory.
barman.wal_archiver INFO: No xlog segments found from streaming for pg.
Error message says that client does not support server version newer than
15.12 but actual version is 15.8.1 which is older
Error also happens when using 15.12.0
arman.utils INFO: Cleaning up lockfiles directory.
barman.wal_archiver INFO: No xlog segments found from streaming for pg.
barman.postgres WARNING: Unexpected non zero minor version 12 in 151200
barman.postgres WARNING: Unexpected non zero minor version 12 in 151200
barman.server INFO: Starting receive-wal for server pg
barman.wal_archiver INFO: Activating WAL archiving through streaming
protocol
barman.command_wrappers INFO: pg: pg_receivewal: error: incompatible server
version 15.12.0; client does not support streaming from server versions
newer than 15.12
barman.server ERROR: ArchiverFailure:pg_receivewal terminated with error
code: 1
barman.utils INFO: Cleaning up lockfiles directory.
barman.wal_archiver INFO: No xlog segments found from streaming for pg.
Error also happens when not using barman and running only pg_receivewal
directly
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2025-03-20 13:53:59 | BUG #18859: ERROR: unexpected plan node type: 356 |
Previous Message | PG Bug reporting form | 2025-03-20 09:53:32 | BUG #18857: Abnormal string comparison results |