You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
6
6
@@ -205,7 +205,7 @@ The following table displays the list of **persistent** services created as part
205
205
| Database | Purpose | Required version |
206
206
| :--- | :---- | :--- |
207
207
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
208
-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x |
208
+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
209
209
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
210
210
| RabbitMQ | Used for message queueing. | 4.0.x |
211
211
@@ -2166,6 +2166,8 @@ Default PostgreSQL image is changed from 13.x to 17.x
2166
2166
2167
2167
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
2168
2168
2169
+
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
2170
+
2169
2171
⚠️ ⚠️ ⚠️ 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:
2170
2172
```
2171
2173
postgresql 17:36:28.41 INFO ==> ** Starting PostgreSQL **
Copy file name to clipboardExpand all lines: codefresh/README.md.gotmpl
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ The following table displays the list of **persistent** services created as part
206
206
| Database | Purpose | Required version |
207
207
| :--- | :---- | :--- |
208
208
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
209
-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x |
209
+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
210
210
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
211
211
| RabbitMQ | Used for message queueing. | 4.0.x |
212
212
@@ -2093,7 +2093,7 @@ cfapi:
2093
2093
### To 2-7-0
2094
2094
2095
2095
> ⚠️ **WARNING! MongoDB indexes changed!**
2096
-
>
2096
+
>
2097
2097
> Please, follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements **BEFORE** the upgrade process.
2098
2098
2099
2099
### [What's new in 2.7.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-27)
@@ -2175,6 +2175,8 @@ Default PostgreSQL image is changed from 13.x to 17.x
2175
2175
2176
2176
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
2177
2177
2178
+
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
2179
+
2178
2180
⚠️ ⚠️ ⚠️ 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:
2179
2181
```
2180
2182
postgresql 17:36:28.41 INFO ==> ** Starting PostgreSQL **
0 commit comments