postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.

Results 243 postgres-operator issues
Sort by recently updated
recently updated
newest added

When creating a `PostgresCluster` using `postgresVersion: 14` it's possible to use either the default or explicitly created users + databases and have all the expected CRUD privileges enabled for that...

question
v5
triaged

[Patroni docs state that max_connections is controlled by dcs](https://patroni.readthedocs.io/en/latest/patroni_configuration.html#postgresql-parameters-controlled-by-patroni) **Question:** How can I change max_connections from 100 (default) to 500 on an already existing pg cluster? I tried it to...

**Checklist:** - [ ] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added...