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
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,14 +204,21 @@ helm show values codefresh/codefresh
204
204
205
205
### Persistent services
206
206
207
-
The following table displays the list of **persistent** services created as part of the on-premises installation:
208
-
209
-
| Database | Purpose | Required version |
210
-
| :--- | :---- | :--- |
211
-
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
212
-
| 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 |
213
-
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
214
-
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
207
+
Codefresh relies on several persistent services to store its data:
208
+
209
+
- **MongoDB**: Stores all account data (account settings, users, projects, pipelines, builds etc.)
210
+
- **PostgreSQL**: Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database.
211
+
- **Redis**: Used for caching, and as a key-value store for cron trigger manager.
212
+
- **RabbitMQ**: Used for message queueing.
213
+
214
+
The following table reflects the recommended and supported versions of these databases for different Codefresh releases:
Copy file name to clipboardExpand all lines: README.md.gotmpl
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,21 @@ helm show values codefresh/codefresh
205
205
206
206
### Persistent services
207
207
208
-
The following table displays the list of **persistent** services created as part of the on-premises installation:
209
-
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 |
208
+
Codefresh relies on several persistent services to store its data:
209
+
210
+
- **MongoDB**: Stores all account data (account settings, users, projects, pipelines, builds etc.)
211
+
- **PostgreSQL**: Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database.
212
+
- **Redis**: Used for caching, and as a key-value store for cron trigger manager.
213
+
- **RabbitMQ**: Used for message queueing.
214
+
215
+
The following table reflects the recommended and supported versions of these databases for different Codefresh releases:
0 commit comments