Skip to content

Commit

Permalink
Merge pull request #5543 from EnterpriseDB/docs/edits_to_pg4k_pr5482
Browse files Browse the repository at this point in the history
Edits to pg4k PR5482
  • Loading branch information
gvasquezvargas authored Apr 30, 2024
2 parents 06cb37e + 94357d0 commit 5a46884
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** migr

## Connectivity with PgBouncer

EDB Postgres Distributed for Kubernetes does not support using [PgBouncer](/pgbouncer/latest/) to pool client connection requests.
This applies to both the open-source and EDB versions of PgBouncer.
EDB Postgres Distributed for Kubernetes **does not support** using [PgBouncer](/pgbouncer/latest/) to pool client connection requests.
This limitation applies to both the open-source and EDB versions of PgBouncer.

## Backup operations

To configure an EDB Postgres Distributed for Kubernetes environment, you must apply a `PGDGroup` YAML object to each Kubernetes cluster,
which then creates all necessary services for the implementation of a distributed architecture.
To configure an EDB Postgres Distributed for Kubernetes environment, you must apply a `PGDGroup` YAML object to each Kubernetes cluster. Applying this object
creates all necessary services for implementing a distributed architecture.

If you have added a `spec.backup` section to this `PGDGroup` object with the goal of setting up a backup configuration,
If you added a `spec.backup` section to this `PGDGroup` object with the goal of setting up a backup configuration,
the backup will fail unless you also set the `spec.backup.cron.schedule` value.

Error output example:
Expand Down Expand Up @@ -58,5 +58,5 @@ spec:
All issues and limitations known for the EDB Postgres Distributed version that you include in your deployment also affect
your EDB Postgres Distributed for Kubernetes instance.
For example, if the EDB Postgres Distributed version you are using is 5.x, your EDB Postgres Distributed for Kubernetes
For example, if the EDB Postgres Distributed version you're using is 5.x, your EDB Postgres Distributed for Kubernetes
instance will be affected by these [5.x known issues](/pgd/5/known_issues/) and [5.x limitations](/pgd/5/limitations/).

0 comments on commit 5a46884

Please sign in to comment.