2021-09-24 13:35:37.616 GMT [19735] 614dd1dc.4d17 DETAIL: The failed archive command was: rsync -a pg_wal/000000010000004800000028 barman@<ip>:/var/lib/barman/ssh-pg/incoming/000000010000004800000028
2021-09-24 13:35:40.129 GMT [16431] db barman xx <ip> 614dcf4d.402f WARNING: still waiting for all required WAL segments to be archived (960 seconds elapsed)
2021-09-24 13:35:40.129 GMT [16431] db barman xx <ip> 614dcf4d.402f HINT: Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments.
Barman 2.3 was running fine before I upgraded the DB to version 13. I upgraded Barman to 2.14, installed postgresql-client-13 on the host and I still receive the error above.
What I noticed is that the WAL 000000010000004800000028 doesn't even exist in the postgres pg_wal dir. is there any reason why Barman is looking for a non-existing WAL?
any suggestions how to make the backups work again?
Thank you!