postgresql_cluster
postgresql_cluster copied to clipboard
PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.
fix #916 - move default backups vars from `cloud-resources` to `backup` role - Execute `backup` role tasks when `backup_provider` is set - Execute `backup` role when `pgbackrest_install` or `wal_g_install` are...
Hello, I've created a PR that provides a single Hetzner LB with multiple ports – instead of one LB for primary, replica, and other servers. I'm still missing additions for...
### Problem Currently, `etcd_cluster` and others expect a (private) IP as their host name in the ansible inventory as this information is used within the playbooks. ### Description An alternative...
### Problem It is currently not possible to run `pgbackrest` in combination with s3 storage endpoints without enabling a cloud provider and letting `autobase` do the machine provisioning. ### Description...
Currently, after updating the main cluster, it is necessary to deploy a new standby cluster. While this approach works, it is not convenient, especially for large databases, as it requires...