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

just a basic question. three years ago, the pgbouncer was not compatible with LDAP authentication. is there something we can do to set up connection pooling with LDAP as we...

- [ ] [Netdata](https://github.com/netdata/netdata) (if `netdata_install: true`) - [x] System metrics - [PR](https://github.com/vitabaks/autobase/pull/904) - [x] Postgres metrics - [PR](https://github.com/vitabaks/autobase/pull/904) - [ ] Pgbouncer metrics - TODO - [ ] Patroni...

enhancement
priority: medium

In the previous release ([1.8.0](https://github.com/vitabaks/postgresql_cluster/releases/tag/1.8.0)), we introduced automation for in place major upgrades with minimal downtime (see [PR #301](https://github.com/vitabaks/postgresql_cluster/pull/301)). \ While this was a significant improvement, there is still a...

enhancement
new feature
priority: medium

Enhance Deployment Capabilities to Include Infrastructure Creation in Multiple Cloud Providers. **Description:** Currently, the project supports deploying a PostgreSQL cluster on pre-existing VMs or physical servers. We should extend this...

new feature
in progress

Hi. Is there any reason why authentication is not enabled at the [patroni restapi configuration](https://github.com/vitabaks/postgresql_cluster/blob/f8b74576c34f17c2fd33d28c8f7bd2b74941628f/roles/patroni/templates/patroni.yml.j2#L28) or this is just an error?

good first issue

I suggest checking the network availability of the etcd cluster before adding nodes to the Patroni cluster. If etcd is unavailable for some reason, don't even attempt to add the...

Hello, I would like to suggest an improvement that I believe could benefit numerous users. **Postgres Installation as a Service (systemd)**: Currently, I do not see an option in the...

With [Citus](https://github.com/citusdata/citus) you get distributed Postgres features like sharding, distributed tables, reference tables, a distributed query engine, columnar storage, and the ability to query from any node. ![how-citus-scales-out](https://user-images.githubusercontent.com/37010174/220616707-00b007c7-4246-4d9e-ad46-8e8f024c4def.svg) #### What...

enhancement
new feature

Hi @vitabaks, This PR introduce the usage of `ansible_host` that can be used in inventory to specify IP of machine, instead usage of `inventory_hostname`. I notice in the invnetory example...

Currently, PostgreSQL High-Availability Cluster installation via Ansible is done using the "role" mode. However, the "collection" format is now the recommended deployment method for Ansible. I am requesting a migration...