Skip to content

Commit 94d4a49

Browse files
erthaliongaurav-nelson
authored andcommitted
Replace PG13 with PG15
Update all the references to mention PostgreSQL 15.
1 parent 39e2c3e commit 94d4a49

11 files changed

+27
-17
lines changed

installing/installing_helm/install-helm-customization.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ include::modules/central-services-public-config.adoc[leveloffset=+2]
4141

4242
[role="_additional-resources"]
4343
.Additional resources
44-
* link:https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
45-
* link:https://www.postgresql.org/docs/13/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
46-
* link:https://www.postgresql.org/docs/13/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]
44+
* link:https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
45+
* link:https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
46+
* link:https://www.postgresql.org/docs/15/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]
4747

4848
include::modules/install-central-services-helm-chart.adoc[leveloffset=+1]
4949

installing/installing_ocp/install-central-config-options-ocp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ include::modules/customize-installation-operator-overlays.adoc[leveloffset=+1]
1414

1515
[role="_additional-resources"]
1616
.Additional resources
17-
* link:https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
18-
* link:https://www.postgresql.org/docs/13/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
19-
* link:https://www.postgresql.org/docs/13/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]
17+
* link:https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
18+
* link:https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
19+
* link:https://www.postgresql.org/docs/15/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]

installing/installing_ocp/install-central-ocp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include::modules/install-central-operator-external-db.adoc[leveloffset=+2]
3939
.Additional resources
4040

4141
* xref:../installing_ocp/install-central-config-options-ocp.adoc#install-central-config-options-ocp[Central configuration options]
42-
* xref:https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-CONNSTRING[PostgreSQL Connection String Docs]
42+
* xref:https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING[PostgreSQL Connection String Docs]
4343

4444
include::modules/verify-central-install-operator.adoc[leveloffset=+2]
4545

installing/installing_other/install-central-other.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ include::modules/declarative-configuration-values.adoc[leveloffset=+3]
4848

4949
[role="_additional-resources"]
5050
.Additional resources
51-
* link:https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
52-
* link:https://www.postgresql.org/docs/13/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
53-
* link:https://www.postgresql.org/docs/13/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]
51+
* link:https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING[Connection Strings - PostgreSQL Docs]
52+
* link:https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE[Parameter Interaction via the Configuration File - PostgreSQL Docs]
53+
* link:https://www.postgresql.org/docs/15/auth-pg-hba-conf.html[The pg_hba.conf File - PostgreSQL Docs]
5454

5555
include::modules/install-central-services-helm-chart.adoc[leveloffset=+3]
5656

modules/acs-central-services-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These services include the following components:
1212
* *Central*: Central is the {product-title-short} application management interface and services.
1313
It handles API interactions and user interface ({product-title-short} Portal) access.
1414
You can use the same Central instance to secure multiple {ocp} or Kubernetes clusters.
15-
* *Central DB*: Central DB is the database for {product-title-short} and handles all data persistence. It is currently based on PostgreSQL 13.
15+
* *Central DB*: Central DB is the database for {product-title-short} and handles all data persistence. It is currently based on PostgreSQL 15.
1616
* *Scanner V4*: Beginning with version 4.4, {product-title-short} contains the Scanner V4 vulnerability scanner for scanning container images. Scanner V4 is built on link:https://github.com/quay/claircore[ClairCore], which also powers the link:https://github.com/quay/clair[Clair] scanner. Scanner V4 supports scanning of language and OS-specific image components. For version 4.4, you must use this scanner in conjunction with the StackRox Scanner to provide node and platform scanning capabilities until Scanner V4 support those capabilities. Scanner V4 contains the Indexer, Matcher, and DB components.
1717
** *Scanner V4 Indexer*: The Scanner V4 Indexer performs image indexing, previously known as image analysis. Given an image and registry credentials, the Indexer pulls the image from the registry. It finds the base operating system, if it exists, and looks for packages. It stores and outputs an index report, which contains the findings for the given image.
1818
** *Scanner V4 Matcher*: The Scanner V4 Matcher performs vulnerability matching. If the Central services Scanner V4 Indexer indexed the image, then the Matcher fetches the index report from the Indexer and matches the report with the vulnerabilities stored in the Scanner V4 database. If a Secured Cluster services Scanner V4 Indexer performed the indexing, then the Matcher uses the index report that was sent from that Indexer, and then matches against vulnerabilities. The Matcher also fetches vulnerability data and updates the Scanner V4 database with the latest vulnerability data. The Scanner V4 Matcher outputs a vulnerability report, which contains the final results of an image.

modules/acscs-central-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These services include the following components:
1010

1111
* *Central*: Central is the {product-title-short} application management interface and services.
1212
It handles API interactions and user interface ({product-title-short} Portal) access.
13-
* *Central DB*: Central DB is the database for {product-title-short} and handles all data persistence. It is currently based on PostgreSQL 13.
13+
* *Central DB*: Central DB is the database for {product-title-short} and handles all data persistence. It is currently based on PostgreSQL 15.
1414
* *Scanner V4*: Beginning with version 4.4, {product-title-short} contains the Scanner V4 vulnerability scanner for scanning container images. Scanner V4 is built on link:https://github.com/quay/claircore[ClairCore], which also powers the link:https://github.com/quay/clair[Clair] scanner. Scanner V4 includes the Indexer, Matcher, and Scanner V4 DB components, which are used in scanning.
1515
* *StackRox Scanner*: The StackRox Scanner is the default scanner in {product-title-short}. The StackRox Scanner originates from a fork of the Clair v2 open source scanner.
1616
* *Scanner-DB*: This database contains data for the StackRox Scanner.

modules/central-configuration-options-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ a| Setting this parameter will not deploy Central DB, and Central will connect u
9696
This parameter has the following constraints:
9797

9898
* Connection string must be in keyword/value format as described in the PostgreSQL documentation. For more information, see the links in the *Additional resources* section.
99-
* Only PostgreSQL 13 is supported.
99+
* Postgres 15 is the recommended and supported version. Red{nbsp}Hat has deprecated the support for Postgres 13 and will remove it in the newer versions of {product-title-short}.
100100
* Connections through PGBouncer are not supported.
101101
* User must be a superuser who can create and delete databases.
102102

modules/central-services-public-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ This parameter is only available for {ocp} clusters.
224224
| `central.db.source.connectionString`
225225
a| The connection string for Central to use to connect to the database. This is only used when `central.db.external` is set to true. The connection string must be in keyword/value format as described in the PostgreSQL documentation in "Additional resources".
226226

227-
* Only PostgreSQL 13 is supported.
227+
* Postgres 15 is the recommended and supported version. Red{nbsp}Hat has deprecated the support for Postgres 13 and will remove it in the newer versions of {product-title-short}.
228228
* Connections through PgBouncer are not supported.
229229
* User must be superuser with ability to create and delete databases.
230230

modules/default-requirements-central-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Central services contain the following components:
1919
[id="default-requirements-central-services-central_{context}"]
2020
== Central
2121

22-
A containerized service called Central handles API interactions and {product-title-short} web portal access while a containerized service called Central DB (PostgreSQL 13) handles data persistence.
22+
A containerized service called Central handles API interactions and {product-title-short} web portal access while a containerized service called Central DB (PostgreSQL 15) handles data persistence.
2323

2424
Central DB requires persistent storage in the cluster where Central is installed.
2525

modules/install-central-operator-external-db.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ For more information about {product-title-short} databases, see the link:https:/
1818

1919
.Prerequisites
2020
* You must be using {ocp} {ocp-supported-version} or later. For more information about supported {ocp} versions, see the link:https://access.redhat.com/articles/7045053[Red Hat Advanced Cluster Security for Kubernetes Support Matrix].
21-
* You must have a database in your database instance that supports PostgreSQL 13 and a user with the following permissions:
21+
* You must have a database in your database instance that supports PostgreSQL 13 or 15 and a user with the following permissions:
2222
** Connection rights to the database.
2323
** `Usage` and `Create` on the schema.
2424
** `Select`, `Insert`, `Update`, and `Delete` on all tables in the schema.
2525
** `Usage` on all sequences in the schema.
26+
+
27+
[NOTE]
28+
====
29+
Postgres 15 is the recommended and supported version. Red{nbsp}Hat has deprecated the support for Postgres 13 and will remove it in the newer versions of {product-title-short}.
30+
====
2631

2732
.Procedure
2833
. On the {ocp} web console, go to the *Operators* -> *Installed Operators* page.

0 commit comments

Comments
 (0)