Closed fhbenatti closed 3 years ago
I think there must be some configuration error here. There's not enough information to diagnose (e.g., "See log file for more details"), and "the database system is in recovery mode" is an error from Postgres during crash recovery (or from a replica that does not have hot_standby=on). This is a very old issue, so I'm closing it now.
I have two docker containers, both running postgres:10 image. The first container is my main PG server and the second i had installed barman 2.6 with WAL streaming and archive/ssh. The command "check" return everything ok and the backup works normally only in backup_method = postgres. But the result of barman diagnose give me an following connection error:
When i shift to rsync method the backup doesn't work and the "check" command returns some errors about WAL streamming:
Any thoughts?