Skip to content

Commit 1d09d10

Browse files
committed
docs: specify minimal supported versions of DB
1 parent aa49636 commit 1d09d10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md.gotmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ helm show values codefresh/codefresh
207207

208208
The following table displays the list of **persistent** services created as part of the on-premises installation:
209209

210-
| Database | Purpose | Required version |
211-
| :--- | :---- | :--- |
212-
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
213-
| 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 |
214-
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
215-
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
210+
| Database | Purpose | Recommended version | Minimum supported version |
211+
| :--- | :---- | :--- | :--- |
212+
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x | 5.x |
213+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x \| 17.x | 15.x |
214+
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x | 7.0.x |
215+
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x \| 4.1.x | 3.13 |
216216

217217
> Running on netfs (nfs, cifs) is not recommended.
218218

0 commit comments

Comments
 (0)