Ian Barwick

Results 68 comments of Ian Barwick

> Just noticed the latest round of changes, it looks good to me. > > If you wanted to make snapshot packages available for testing I'd appreciate it! Otherwise can...

This is your problem: > FATAL: no pg_hba.conf entry for replication connection from host "192.168.128.1", user "repmgr", SSL off You need to ensure the `repmgr` user can make a replication...

Yes, a restart is required. We are updating the release notes to mention this.

Thanks for the detailed explanation, it's very helpful to have feedback based on actual use-cases. We can't guarantee anything right now but will take a closer look with consideration for...

> What is the use of voting term and what does it track? The number of times an election with a winner has happened? Currently it's incremented each time a...

The `repmgr` packages provided by EDB, and the PGDG community packages, are not compatible with the RedHat PostgreSQL packages. If you have a RedHat subscription or similar, it might be...

You have this entry in your `repmgr.conf` file: ``` service_promote_command = '/usr/pgsql-11/bin/repmgr standby promote -f /var/lib/pgsql/11/repmgr.conf --log-to-file' ``` The full comment in the sample `repmgr.conf` file (which is partially included...

This kind of error occurs with extensions where the extension version on the old and new servers is different, and the new extension version does not contain a function referenced...

I have been unable to reproduce this with PostgreSQL 14.2 / repmgr 5.3.1. Try executing this command (as `root`, as that's what you show in your examples) on both nodes:...

Makes sense, IIRC it's been requested before but fell off the back burner at some point. I'm thinking of something like: `repmgr cluster show --primary` to display just records for...