Hi,
My barman test environment, version 3.3.0, has these recurring messages in the logfile:
barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
Seems to be same problem as reported in #652, but that should have been fixed in version 3.1.0 ?
Log with INFO level:
2022-12-20 13:28:02,002 [14899] barman.cli INFO: Skipping inactive server 'trinidad_14'
2022-12-20 13:28:02,061 [14899] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
2022-12-20 13:28:02,317 [15002] barman.wal_archiver INFO: No xlog segments found from streaming for gibraltar_14.
2022-12-20 13:28:02,317 [15002] barman.wal_archiver INFO: No xlog segments found from file archival for gibraltar_14.
2022-12-20 13:28:02,419 [15003] barman.wal_archiver INFO: No xlog segments found from streaming for trinidad_15.
2022-12-20 13:28:02,419 [15003] barman.wal_archiver INFO: No xlog segments found from file archival for trinidad_15.
2022-12-20 13:28:03,182 [15014] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
Log with DEBUG level:
2022-12-20 13:00:02,114 [13399] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,115 [13399] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,115 [13399] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,116 [13399] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'list-servers', 'minimal': False, 'func
': <function list_servers at 0x7fcfe0cdb950>})
2022-12-20 13:00:02,129 [13399] barman.server DEBUG: Retention policy for server gibraltar_14: RECOVERY WINDOW OF 5 DAYS
2022-12-20 13:00:02,129 [13399] barman.server DEBUG: WAL retention policy for server gibraltar_14: MAIN
2022-12-20 13:00:02,141 [13399] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:02,141 [13399] barman.server DEBUG: Retention policy for server trinidad_14: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:02,142 [13399] barman.server DEBUG: WAL retention policy for server trinidad_14: MAIN
2022-12-20 13:00:02,142 [13398] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,142 [13399] root DEBUG: Created a UnixLocalCommand
2022-12-20 13:00:02,142 [13398] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,143 [13399] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:02,143 [13398] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,143 [13399] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:02,143 [13398] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'cron', 'keep_descriptors': False, 'fun
c': <function cron at 0x7f284f567a60>})
2022-12-20 13:00:02,149 [13399] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,150 [13399] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:02,150 [13399] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,150 [13399] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:02,156 [13398] barman.server DEBUG: Retention policy for server gibraltar_14: RECOVERY WINDOW OF 5 DAYS
2022-12-20 13:00:02,156 [13398] barman.server DEBUG: WAL retention policy for server gibraltar_14: MAIN
2022-12-20 13:00:02,169 [13398] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:02,169 [13398] barman.server DEBUG: Retention policy for server trinidad_14: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:02,170 [13398] barman.server DEBUG: WAL retention policy for server trinidad_14: MAIN
2022-12-20 13:00:02,170 [13398] barman.cli INFO: Skipping inactive server 'trinidad_14'
2022-12-20 13:00:02,171 [13398] root DEBUG: Created a UnixLocalCommand
2022-12-20 13:00:02,172 [13398] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:02,172 [13398] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:02,179 [13398] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,179 [13398] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:02,180 [13398] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,180 [13398] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:02,195 [13399] barman.server DEBUG: Retention policy for server trinidad_15: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:02,195 [13399] barman.server DEBUG: WAL retention policy for server trinidad_15: MAIN
2022-12-20 13:00:02,196 [13399] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
2022-12-20 13:00:02,228 [13398] barman.server DEBUG: Retention policy for server trinidad_15: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:02,228 [13398] barman.server DEBUG: WAL retention policy for server trinidad_15: MAIN
2022-12-20 13:00:02,228 [13398] barman.command_wrappers DEBUG: BarmanSubProcess: ['/usr/bin/python3', '/usr/bin/barman', '-c', '/etc/barman.conf', '-q', 'archive-wal', 'gibraltar_14']
2022-12-20 13:00:02,231 [13398] barman.command_wrappers DEBUG: BarmanSubProcess: subprocess started. pid: 13404
2022-12-20 13:00:02,231 [13398] barman.server DEBUG: Another STREAMING ARCHIVER process is running for server gibraltar_14
2022-12-20 13:00:02,237 [13398] barman.retention_policies DEBUG: Reporting backup 20221219T200002 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.237609+01:00)
2022-12-20 13:00:02,240 [13398] barman.retention_policies DEBUG: Reporting backup 20221218T200002 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.240689+01:00)
2022-12-20 13:00:02,241 [13398] barman.retention_policies DEBUG: Reporting backup 20221217T200002 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.240993+01:00)
2022-12-20 13:00:02,241 [13398] barman.retention_policies DEBUG: Reporting backup 20221216T200003 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.241202+01:00)
2022-12-20 13:00:02,241 [13398] barman.retention_policies DEBUG: Reporting backup 20221215T200002 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.241405+01:00)
2022-12-20 13:00:02,241 [13398] barman.retention_policies DEBUG: Reporting backup 20221214T200002 for server gibraltar_14 as VALID (newer than 2022-12-15 13:00:02.241622+01:00)
2022-12-20 13:00:02,242 [13398] barman.command_wrappers DEBUG: BarmanSubProcess: ['/usr/bin/python3', '/usr/bin/barman', '-c', '/etc/barman.conf', '-q', 'archive-wal', 'trinidad_15']
2022-12-20 13:00:02,252 [13398] barman.command_wrappers DEBUG: BarmanSubProcess: subprocess started. pid: 13405
2022-12-20 13:00:02,253 [13398] barman.server DEBUG: Another STREAMING ARCHIVER process is running for server trinidad_15
2022-12-20 13:00:02,256 [13398] barman.retention_policies DEBUG: Reporting backup 20221220T104329 for server trinidad_15 as VALID (newer than 2022-12-17 13:00:02.256645+01:00)
2022-12-20 13:00:02,257 [13398] barman.retention_policies DEBUG: Reporting backup 20221219T200017 for server trinidad_15 as VALID (newer than 2022-12-17 13:00:02.256973+01:00)
2022-12-20 13:00:02,257 [13398] barman.retention_policies DEBUG: Reporting backup 20221218T200017 for server trinidad_15 as VALID (newer than 2022-12-17 13:00:02.257159+01:00)
2022-12-20 13:00:02,257 [13398] barman.retention_policies DEBUG: Reporting backup 20221217T200017 for server trinidad_15 as VALID (newer than 2022-12-17 13:00:02.257331+01:00)
2022-12-20 13:00:02,257 [13398] barman.retention_policies DEBUG: Reporting backup 20221216T200018 for server trinidad_15 as VALID (newer than 2022-12-17 13:00:02.257532+01:00)
2022-12-20 13:00:02,257 [13398] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
2022-12-20 13:00:02,783 [13405] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,789 [13405] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,789 [13405] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,790 [13405] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': True, 'debug': False, 'format': 'console', 'command': 'archive-wal', 'config': '/etc/barman.co
nf', 'server_name': 'trinidad_15', 'func': <function archive_wal at 0x7f0271a290d0>})
2022-12-20 13:00:02,806 [13404] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,812 [13404] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,813 [13404] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,813 [13404] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': True, 'debug': False, 'format': 'console', 'command': 'archive-wal', 'config': '/etc/barman.co
nf', 'server_name': 'gibraltar_14', 'func': <function archive_wal at 0x7fdeb5d180d0>})
2022-12-20 13:00:02,814 [13405] root DEBUG: Created a UnixLocalCommand
2022-12-20 13:00:02,832 [13404] barman.server DEBUG: Retention policy for server gibraltar_14: RECOVERY WINDOW OF 5 DAYS
2022-12-20 13:00:02,833 [13404] barman.server DEBUG: WAL retention policy for server gibraltar_14: MAIN
2022-12-20 13:00:02,835 [13405] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:02,840 [13405] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:02,853 [13405] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,854 [13404] barman.server DEBUG: Starting archive-wal for server gibraltar_14
2022-12-20 13:00:02,856 [13404] barman.wal_archiver INFO: No xlog segments found from streaming for gibraltar_14.
2022-12-20 13:00:02,857 [13404] barman.wal_archiver INFO: No xlog segments found from file archival for gibraltar_14.
2022-12-20 13:00:02,857 [13405] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:02,858 [13405] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:02,858 [13405] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:02,899 [13405] barman.server DEBUG: Retention policy for server trinidad_15: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:02,900 [13405] barman.server DEBUG: WAL retention policy for server trinidad_15: MAIN
2022-12-20 13:00:02,900 [13405] barman.server DEBUG: Starting archive-wal for server trinidad_15
2022-12-20 13:00:02,901 [13405] barman.wal_archiver INFO: No xlog segments found from streaming for trinidad_15.
2022-12-20 13:00:02,902 [13405] barman.wal_archiver INFO: No xlog segments found from file archival for trinidad_15.
2022-12-20 13:00:02,914 [13425] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,915 [13425] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,915 [13425] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,915 [13425] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'check', 'server_name': ['gibraltar_14'
], 'nagios': False, 'func': <function check at 0x7f5b68be6510>})
2022-12-20 13:00:02,926 [13422] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:02,926 [13425] barman.server DEBUG: Retention policy for server gibraltar_14: RECOVERY WINDOW OF 5 DAYS
2022-12-20 13:00:02,927 [13425] barman.server DEBUG: WAL retention policy for server gibraltar_14: MAIN
2022-12-20 13:00:02,927 [13425] barman.server DEBUG: Starting check: 'WAL archive'
2022-12-20 13:00:02,927 [13425] barman.server DEBUG: Starting check: 'empty incoming directory'
2022-12-20 13:00:02,927 [13425] barman.server DEBUG: Starting check: 'empty streaming directory'
2022-12-20 13:00:02,928 [13425] barman.server DEBUG: Starting check: 'PostgreSQL'
2022-12-20 13:00:02,936 [13422] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:02,937 [13422] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:02,937 [13422] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'sync-info', 'server_name': 'gibraltar_
14', 'last_wal': '000000010000000F000000BA', 'last_position': 1015, 'func': <function sync_info at 0x7f3999e5b7b8>})
2022-12-20 13:00:02,949 [13422] barman.server DEBUG: Retention policy for server gibraltar_14: RECOVERY WINDOW OF 5 DAYS
2022-12-20 13:00:02,949 [13422] barman.server DEBUG: WAL retention policy for server gibraltar_14: MAIN
2022-12-20 13:00:03,004 [13425] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-14/bin/pg_receivewal', '--version']
2022-12-20 13:00:03,013 [13425] Command DEBUG: pg_receivewal (PostgreSQL) 14.6
2022-12-20 13:00:03,013 [13425] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,014 [13425] barman.command_wrappers DEBUG: Command stdout: pg_receivewal (PostgreSQL) 14.6
2022-12-20 13:00:03,014 [13425] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,016 [13425] barman.wal_archiver DEBUG: Look for 'barman_receive_wal' in 'synchronous_standby_names': ['']
2022-12-20 13:00:03,016 [13425] barman.wal_archiver DEBUG: Synchronous WAL streaming for barman_receive_wal: False
2022-12-20 13:00:03,029 [13425] barman.server DEBUG: Check 'PostgreSQL' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,029 [13425] barman.server DEBUG: Starting check: 'superuser or standard user with backup privileges'
2022-12-20 13:00:03,029 [13425] barman.server DEBUG: Check 'superuser or standard user with backup privileges' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,029 [13425] barman.server DEBUG: Starting check: 'PostgreSQL streaming'
2022-12-20 13:00:03,029 [13425] barman.server DEBUG: Check 'PostgreSQL streaming' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Starting check: 'wal_level'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Check 'wal_level' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Starting check: 'replication slot'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Check 'replication slot' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Starting check: 'directories'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Check 'directories' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Starting check: 'retention policy settings'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Check 'retention policy settings' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,030 [13425] barman.server DEBUG: Starting check: 'backup maximum age'
2022-12-20 13:00:03,038 [13425] barman.server DEBUG: Check 'backup maximum age' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,038 [13425] barman.server DEBUG: Starting check: 'backup minimum size'
2022-12-20 13:00:03,039 [13425] barman.server DEBUG: Check 'backup minimum size' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,039 [13425] barman.server DEBUG: Starting check: 'wal maximum age'
2022-12-20 13:00:03,040 [13425] barman.server DEBUG: Check 'wal maximum age' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Starting check: 'wal size'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Check 'wal size' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Starting check: 'compression settings'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Check 'compression settings' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Starting check: 'failed backups'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Check 'failed backups' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Starting check: 'minimum redundancy requirements'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Check 'minimum redundancy requirements' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,041 [13425] barman.server DEBUG: Starting check: 'ssh'
2022-12-20 13:00:03,041 [13425] barman.command_wrappers DEBUG: Command: "ssh '[email protected]' '-o' 'BatchMode=yes' '-o' 'StrictHostKeyChecking=no' 'true'"
2022-12-20 13:00:03,287 [13425] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,288 [13425] barman.command_wrappers DEBUG: Command stdout:
2022-12-20 13:00:03,288 [13425] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,288 [13425] barman.server DEBUG: Check 'ssh' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,288 [13425] barman.server DEBUG: Starting check: 'postgres minimal version'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Starting check: 'configuration'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Starting check: 'systemid coherence'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Check 'systemid coherence' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Starting check: 'pg_receivexlog'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Check 'pg_receivexlog' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Starting check: 'pg_receivexlog compatible'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Check 'pg_receivexlog compatible' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Starting check: 'receive-wal running'
2022-12-20 13:00:03,289 [13425] barman.server DEBUG: Check 'receive-wal running' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Starting check: 'archive_mode'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Check 'archive_mode' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Starting check: 'archive_command'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Check 'archive_command' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Check 'continuous archiving' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Starting check: 'archiver errors'
2022-12-20 13:00:03,290 [13425] barman.server DEBUG: Check 'archiver errors' succeeded for server 'gibraltar_14'
2022-12-20 13:00:03,428 [13444] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:03,428 [13444] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:03,429 [13444] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:03,429 [13444] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'sync-info', 'server_name': 'trinidad_1
5', 'last_wal': '000000010000001C00000063', 'last_position': 999, 'func': <function sync_info at 0x7ff230d267b8>})
2022-12-20 13:00:03,441 [13444] root DEBUG: Created a UnixLocalCommand
2022-12-20 13:00:03,453 [13444] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:03,453 [13444] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:03,460 [13444] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,461 [13444] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,461 [13444] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,461 [13444] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,497 [13444] barman.server DEBUG: Retention policy for server trinidad_15: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:03,497 [13444] barman.server DEBUG: WAL retention policy for server trinidad_15: MAIN
2022-12-20 13:00:03,503 [13444] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
2022-12-20 13:00:03,592 [13454] barman.config DEBUG: Including configuration file: gibraltar_14.conf
2022-12-20 13:00:03,592 [13454] barman.config DEBUG: Including configuration file: trinidad_14.conf
2022-12-20 13:00:03,593 [13454] barman.config DEBUG: Including configuration file: trinidad_15.conf
2022-12-20 13:00:03,593 [13454] barman.cli DEBUG: Initialised Barman version 3.3.0 (config: /etc/barman.conf, args: {'color': 'auto', 'quiet': False, 'debug': False, 'format': 'console', 'command': 'check', 'server_name': ['trinidad_15']
, 'nagios': False, 'func': <function check at 0x7f9edb492510>})
2022-12-20 13:00:03,605 [13454] root DEBUG: Created a UnixLocalCommand
2022-12-20 13:00:03,616 [13454] barman.backup_executor DEBUG: The default backup strategy for postgres backup_method is: concurrent_backup
2022-12-20 13:00:03,616 [13454] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:03,623 [13454] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,623 [13454] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,624 [13454] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,624 [13454] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,659 [13454] barman.server DEBUG: Retention policy for server trinidad_15: RECOVERY WINDOW OF 3 DAYS
2022-12-20 13:00:03,660 [13454] barman.server DEBUG: WAL retention policy for server trinidad_15: MAIN
2022-12-20 13:00:03,660 [13454] barman.server DEBUG: Starting check: 'WAL archive'
2022-12-20 13:00:03,661 [13454] barman.server DEBUG: Starting check: 'empty incoming directory'
2022-12-20 13:00:03,661 [13454] barman.server DEBUG: Starting check: 'empty streaming directory'
2022-12-20 13:00:03,661 [13454] barman.server DEBUG: Starting check: 'PostgreSQL'
2022-12-20 13:00:03,703 [13454] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_receivewal', '--version']
2022-12-20 13:00:03,710 [13454] Command DEBUG: pg_receivewal (PostgreSQL) 15.1
2022-12-20 13:00:03,710 [13454] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,710 [13454] barman.command_wrappers DEBUG: Command stdout: pg_receivewal (PostgreSQL) 15.1
2022-12-20 13:00:03,710 [13454] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,711 [13454] barman.wal_archiver DEBUG: Look for 'barman_receive_wal' in 'synchronous_standby_names': ['']
2022-12-20 13:00:03,712 [13454] barman.wal_archiver DEBUG: Synchronous WAL streaming for barman_receive_wal: False
2022-12-20 13:00:03,714 [13454] barman.command_wrappers DEBUG: Command: ['/usr/pgsql-15/bin/pg_basebackup', '--version']
2022-12-20 13:00:03,720 [13454] Command DEBUG: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,720 [13454] barman.command_wrappers DEBUG: Command return code: 0
2022-12-20 13:00:03,720 [13454] barman.command_wrappers DEBUG: Command stdout: pg_basebackup (PostgreSQL) 15.1
2022-12-20 13:00:03,720 [13454] barman.command_wrappers DEBUG: Command stderr:
2022-12-20 13:00:03,721 [13454] barman.server DEBUG: Check 'PostgreSQL' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,721 [13454] barman.server DEBUG: Starting check: 'superuser or standard user with backup privileges'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Check 'superuser or standard user with backup privileges' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Starting check: 'PostgreSQL streaming'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Check 'PostgreSQL streaming' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Starting check: 'wal_level'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Check 'wal_level' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Starting check: 'replication slot'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Check 'replication slot' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Starting check: 'directories'
2022-12-20 13:00:03,722 [13454] barman.server DEBUG: Check 'directories' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,723 [13454] barman.server DEBUG: Starting check: 'retention policy settings'
2022-12-20 13:00:03,723 [13454] barman.server DEBUG: Check 'retention policy settings' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,723 [13454] barman.server DEBUG: Starting check: 'backup maximum age'
2022-12-20 13:00:03,729 [13454] barman.server DEBUG: Check 'backup maximum age' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,730 [13454] barman.server DEBUG: Starting check: 'backup minimum size'
2022-12-20 13:00:03,731 [13454] barman.server DEBUG: Check 'backup minimum size' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,731 [13454] barman.server DEBUG: Starting check: 'wal maximum age'
2022-12-20 13:00:03,732 [13454] barman.server DEBUG: Check 'wal maximum age' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Starting check: 'wal size'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Check 'wal size' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Starting check: 'compression settings'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Check 'compression settings' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Starting check: 'failed backups'
2022-12-20 13:00:03,733 [13454] barman.server DEBUG: Check 'failed backups' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Starting check: 'minimum redundancy requirements'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Check 'minimum redundancy requirements' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Starting check: 'pg_basebackup'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Check 'pg_basebackup' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Starting check: 'pg_basebackup compatible'
2022-12-20 13:00:03,734 [13454] barman.server DEBUG: Check 'pg_basebackup compatible' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,735 [13454] barman.server DEBUG: Starting check: 'pg_basebackup supports tablespaces mapping'
2022-12-20 13:00:03,735 [13454] barman.server DEBUG: Check 'pg_basebackup supports tablespaces mapping' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Starting check: 'configuration'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Starting check: 'systemid coherence'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Check 'systemid coherence' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Starting check: 'pg_receivexlog'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Check 'pg_receivexlog' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Starting check: 'pg_receivexlog compatible'
2022-12-20 13:00:03,736 [13454] barman.server DEBUG: Check 'pg_receivexlog compatible' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Starting check: 'receive-wal running'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Check 'receive-wal running' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Starting check: 'archive_mode'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Check 'archive_mode' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Starting check: 'archive_command'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Check 'archive_command' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Check 'continuous archiving' succeeded for server 'trinidad_15'
2022-12-20 13:00:03,737 [13454] barman.server DEBUG: Starting check: 'archiver errors'
2022-12-20 13:00:03,738 [13454] barman.server DEBUG: Check 'archiver errors' succeeded for server 'trinidad_15'
2022-12-20 13:01:02,085 [13491] barman.cli INFO: Skipping inactive server 'trinidad_14'
2022-12-20 13:01:02,143 [13491] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
2022-12-20 13:01:02,531 [13501] barman.wal_archiver INFO: No xlog segments found from streaming for trinidad_15.
2022-12-20 13:01:02,531 [13501] barman.wal_archiver INFO: No xlog segments found from file archival for trinidad_15.
2022-12-20 13:01:02,561 [13500] barman.wal_archiver INFO: No xlog segments found from streaming for gibraltar_14.
2022-12-20 13:01:02,561 [13500] barman.wal_archiver INFO: No xlog segments found from file archival for gibraltar_14.
2022-12-20 13:01:03,077 [13508] barman.postgres WARNING: Forcing PostgreSQLConnection cleanup during process shut down.
bug