postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
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...
[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...
**Checklist:** - [x] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added documentation...
Minor change to where the environment variables are defined.
## Overview please provide the option to perform pgupgrade on pgcluster with at least 2 replicas with no downtime. ## Use Case strict SLAs ## Desired Behavior perform an upgrade...
**Checklist:** - [x] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added documentation...
## Overview This `postgres-startup` container [install script line](https://github.com/CrunchyData/postgres-operator/blob/5dde08a3475a27487ce7d8bd267c8f560dcc8b48/internal/postgres/config.go#L339-L340) is reporting that no such file or directory exists when trying to create `/pg16` subdir. However, the resulting pod spec after install...
**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...
In one of our use cases we wish not to have the pgaudit extension enabled. So far, looking at the code base I have not found a way to do...