Ian Barwick
Ian Barwick
There should be no changes between 5.1 and 5.2 in this area, and as far as I can tell nothing else has changed which might impact this. I do note...
It looks like the expected `backup.info` file is not being copied from the Barman server for some reason. Can you try re-running the clone action with `log_level` set to `DEBUG`,...
`repmgr cluster show` attempts to make database connections to the other node(s), and doesn't use SSH. Do you have `connect_timeout` set in your `conninfo` strings? If this is not present,...
Thanks for the report. I've committed a change which verifies there is a replication connection, which should catch this issue in future. It will be included in the upcoming 4.3...
Per https://repmgr.org/docs/current/configuration-password-management.html: > We strongly advise against including the password in the conninfo string, as this will result in the database password being exposed in various places, including in the...
I suggest adding a note clarifying the divergence in package names in the PGDG yum repository (which wasn't our decision); the EDB package name format remains the same as a...
I fixed this in commit 69708a644579bdfd9affe9b6e5c15a6e28c5843a. As I haven't yet managed to finalized a release with PostgreSQL 15 compatibility (will do so towards the end of the month), you are...
Oh, interesting. That sounds like it shouldn't have happened.
I raised an issue: https://redmine.postgresql.org/issues/7754
FYI firebird_fdw 1.3.0 is now released with PostgreSQL 15 support; no PGDG packages yet, but I have created RHEL7/8 packages via Copr in case of any use: - https://copr.fedorainfracloud.org/coprs/ibarwick/firebird_fdw/ -...