-
Hello everyone.
I cloned this repo and run `./make/make.sh` from project root dir in master branch and script rewrited content of all `./src/.Dockerfile` to this:
```
###########################…
ergoz updated
4 years ago
-
I have an issue which I also posted in stackoverflow
https://dba.stackexchange.com/questions/276557/repmgr-it-automatically-promotes-to-new-master-but-other-standby-stopped
However, I would like t…
-
Hi,
I am trying to do switchover using repmgr. It stops primary node correctly, but after that it hangs during rewind:
```
postgres@8feb0787ba67:~$ repmgr -f /etc/postgresql/13/main/repmgr.conf s…
-
### Name and Version
bitnami/postgresql-ha 6.5.5
### What architecture are you using?
None
### What steps will reproduce the bug?
1. Deploy PostgreSQL with HA architecture (using Replic…
-
Feature request, a nice to have.
Add ssh_options_barman to repmgr.conf. I know the manual currently recommends using ssh client configuration, but why have ssh_options for repmgr connections then?
…
-
Hi,
According to documentation (https://repmgr.org/docs/repmgr.html#CONFIGURATION-PERMISSIONS-SUPERUSER-REQUIRED), repmgr needs superuser for checkpoint.
Since version 15 of PostgreSQL, predefin…
-
standby follow
I try to let node103 redirect new primary (node102).
And the repmgr database is correct ( node103 upstream is node102 )
But the cluster show is error ( node103 upstream is node10…
-
Fly.io's postgres service is currently [open source](https://github.com/fly-apps/postgres-flex). To achieve high availability with OrioleDB, we need to implement many features already present in postg…
-
This is more of a question becouse i don't know if i have missed some important parameter setting in repmgr.conf
we run a script on primary node to fake network down
like this
#!/bin/sh
ip link…
-
It would be nice to have an option to explicit set the used slot name when registering a standby, e.g.
```
repmgr standby register --with-slot-name=replica1
```
Could be exposed in the repmgr.co…