percona-postgresql-operator
percona-postgresql-operator copied to clipboard
Percona Operator for PostgreSQL
The problem only occurs if primary is failed over to a replica before the restore. The operator stores the current primary in an annotation of `pgcluster` (i.e. `current-primary: cluster1`). After...
- This PR makes a small change to the `cr-minimal.yaml` and `cr.yaml` manifests to prefer usage of storage size units based on powers of 2, for example `Gi`instead of `G`....
Moving the ansible install to build time. Installing things at runtime are bad and break on air gapped clusters.
Cleaned up stray commits from previous attempt at a PR. This provides a way to specify optional resource requests/limits for the containers in the operator. In a Kubernetes cluster where...
changing password to admin_password for consistency
Currently `PGPrimary.Annotations` are ignored. Both `PGPrimary` and `Pgcluster` specs allow them, but the controller is not forwarding them. Only Global Annotations are passed from `PerconaPGCluster` to `Pgcluster` This patch allows...
Added loadBalancerIP field to pgPrimary and pgBouncer, but not pgReplicas per request in ticket: K8SPG-188
[](https://jira.percona.com/browse/K8SPG-519) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** When installing custom extensions it is not possible to point to a custom s3 object storage endpoint. **Cause:** The s3 SDK within the extension...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also...