-
-
Hello.
When there's a network interface card (NIC) failure,
I want to create a script that detects it in repmgrd and performs subsequent actions.
If the Primary DB loses its NIC connection …
-
Hello!
While testing failover management provided by PostDock [PostgreSQL 10 repmgr 3.3] using k8s/example2-single-statefulset, I wanted to reduce the time taken to promote replica to master from …
-
Dear friends,
Today I'm using docker-compose file and run with latest, then I got failed becase 404 NOT FOUND. Here are my logs
```
[root@k1 PostDock]# docker-compose -f ./docker-compose/latest…
Fyne5 updated
2 years ago
-
I set up two instances ("clusters") of PostgreSQL 14.1 on an Unbuntu 18.04 machine with repmgr (v5.3) for both. I find that when I run any repmgr command it prints a warning:
> Warning: No existing…
-
Basically, I am loading balance data using pgpool but I am fear that if primary node(node1) down then another node (node2) will be the new primary then how can I tell pgpool that now new primary node …
-
# Context
This issue has been created based on inputs provided through #881 .
With the current implementation, Barman generates recovery configuration for the user through `postgresql.auto.conf`…
-
Now Pgpool and Repmgr know nothing about each over. But there is a chance when a new master elected pgpool still points to old master.
To Be Done:
* Pgpool should receive signals from repmgr(event…
-
Given this repmgr.conf (repmgr 5.2):
node_id=1
node_name = 'node01'
conninfo = 'host=node01 user=repmgr dbname=repmgr connect_timeout=2'
data_directory = '/opt/postgresql/data'
…
-
We are looking into replacing Repmgr with Patroni and testing various failover scenarios.
It seems that the patroni currently keeping persistent connection to the master database. For any reason if…