Skip to content

Commit f6f1366

Browse files
committed
docs(postgresql): mention potential SSL issues in “To 2.8” section
1 parent 56071e5 commit f6f1366

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

codefresh/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@ helm-repo-manager:
424424
POSTGRES_DISABLE_SSL: "false"
425425
```
426426
427-
> ⚠️ **Important!**
427+
> ⚠️ **Important!**<br />
428428
> We do not support custom CA configuration for PostgreSQL, including self-signed certificates. This may cause incompatibility with some providers' default configurations.<br />
429429
> In particular, Amazon RDS for PostgreSQL version 15 and later requires SSL encryption by default ([ref](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Concepts.General.SSL.html#PostgreSQL.Concepts.General.SSL.Requiring)).<br />
430-
> We recommend disabling SSL on the provider side in such cases or using the following workaround to mount custom CA certificates: [Mounting private CA certs](#mounting-private-ca-certs)
430+
> We recommend disabling SSL on the provider side in such cases or using the following steps to mount custom CA certificates: [Mounting private CA certs](#mounting-private-ca-certs)
431431
432432
#### External Redis
433433
@@ -2185,6 +2185,10 @@ Default PostgreSQL image is changed from 13.x to 17.x
21852185

21862186
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
21872187

2188+
> ⚠️ **Important!**<br />
2189+
> The default SSL configuration may change on your provider's side when you upgrade.<br />
2190+
> Please read the following section before the upgrade: [Using SSL with a PostgreSQL](#using-ssl-with-a-postgresql)
2191+
21882192
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
21892193

21902194
⚠️ ⚠️ ⚠️ If you run built-in PostgreSQL `bitnami/postgresql` subchart, direct upgrade is not supported due to **incompatible breaking changes** in the database files. You will see the following error in the logs:

codefresh/README.md.gotmpl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,10 @@ helm-repo-manager:
426426
POSTGRES_DISABLE_SSL: "false"
427427
```
428428

429-
> ⚠️ **Important!**
429+
> ⚠️ **Important!**<br />
430430
> We do not support custom CA configuration for PostgreSQL, including self-signed certificates. This may cause incompatibility with some providers' default configurations.<br />
431431
> In particular, Amazon RDS for PostgreSQL version 15 and later requires SSL encryption by default ([ref](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Concepts.General.SSL.html#PostgreSQL.Concepts.General.SSL.Requiring)).<br />
432-
> We recommend disabling SSL on the provider side in such cases or using the following workaround to mount custom CA certificates: [Mounting private CA certs](#mounting-private-ca-certs)
432+
> We recommend disabling SSL on the provider side in such cases or using the following steps to mount custom CA certificates: [Mounting private CA certs](#mounting-private-ca-certs)
433433

434434

435435
#### External Redis
@@ -2195,6 +2195,10 @@ Default PostgreSQL image is changed from 13.x to 17.x
21952195

21962196
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
21972197

2198+
> ⚠️ **Important!**<br />
2199+
> The default SSL configuration may change on your provider's side when you upgrade.<br />
2200+
> Please read the following section before the upgrade: [Using SSL with a PostgreSQL](#using-ssl-with-a-postgresql)
2201+
21982202
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
21992203

22002204
⚠️ ⚠️ ⚠️ If you run built-in PostgreSQL `bitnami/postgresql` subchart, direct upgrade is not supported due to **incompatible breaking changes** in the database files. You will see the following error in the logs:

0 commit comments

Comments
 (0)