Skip to content

Commit

Permalink
Adds important postgresql note
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Smith committed Oct 18, 2024
1 parent 0c40192 commit c653546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/operator-unmanaged-postgres.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

If you are using an externally managed PostgreSQL database, you must manually enable the `pg_trgm` extension for a successful deployment.

[IMPORTANT]
====
You must not use the same externally managed PostgreSQL database for both {productname} and Clair deployments. Your PostgreSQL database must also not be shared with other workloads, as it might exhaust the natural connection limit on the PostgreSQL side when connection-intensive workloads, like {productname} or Clair, contend for resources. Additionally, pgBouncer is not supported with {productname} or Clair, so it is not an option to resolve this issue.
====

Use the following procedure to deploy an existing PostgreSQL database.

.Procedure
Expand Down

0 comments on commit c653546

Please sign in to comment.