postgresql_cluster icon indicating copy to clipboard operation
postgresql_cluster copied to clipboard

PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.

Results 115 postgresql_cluster issues
Sort by recently updated
recently updated
newest added

How can we ensure in case of primary goes down and vip still points to the same server that my write operation always goes to primary server without failure. If...

question

It’d be nice to extend the keepalived role and make it possible to configure some options, for example, by adding the possibility of configuring more VIPs, virtual router IDs, and...

While executing the playbook I am getting below error: ``` TASK [haproxy : selinux | make sure the python3-libsemanage, python3-policycoreutils packages is present] **************************** ok: [167.71.227.220] ok: [143.110.249.159] TASK [haproxy...

I have encountered issue today. Playbook fails. See https://github.com/golang/go/issues/68107

Issue: https://github.com/vitabaks/postgresql_cluster/issues/589 As part of that PR, a database schema is being developed for the PostgreSQL cluster console. Tables: - `cloud_providers` - Table containing cloud providers information - `cloud_regions` -...

new feature
in progress

I have suddenly started getting OOM errors in my Postgres cluster . I have to restart the patroni to log in to the database. If I can log in by...

question

Line 50 in roles/ssh-keys/tasks/main.yml Change this from - anable_ssh_key_based_authentication is defined to - enable_ssh_key_based_authentication is defined

Hi, Is it possible to setup HA without internet? May I downloaded all dependencies and install manually then call the script to install HA cluster?

question

Issue: https://github.com/vitabaks/postgresql_cluster/issues/589

new feature

Hello I need to use `remove_cluster.yml`. You wrote in the Documentation follow Information: ![Screenshot from 2024-05-29 17-06-52](https://github.com/vitabaks/postgresql_cluster/assets/118848945/0a8123ca-e84d-4df2-bf82-d55d5d7147f2) But where or what is the safety Pin? Where to write `remove_postgres: true`...