percona-postgresql-operator icon indicating copy to clipboard operation
percona-postgresql-operator copied to clipboard

Percona Operator for PostgreSQL

Results 103 percona-postgresql-operator issues
Sort by recently updated
recently updated
newest added

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`....

community

Moving the ansible install to build time. Installing things at runtime are bad and break on air gapped clusters.

community

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...

community

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

community

[![K8SPG-519](https://badgen.net/badge/JIRA/K8SPG-519/green)](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...

community

[![CLOUD-727](https://badgen.net/badge/JIRA/CLOUD-727/green)](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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=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...

dependencies