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: _docs/administration/codefresh-on-prem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ The following table displays the list of databases created as part of the instal
357
357
358
358
| Database | Purpose | Latest supported version |
359
359
|----------|---------| ---------------|
360
-
| mongoDB | storing all account data (account settings, users, projects, pipelines, builds etc.) |3.6.x |
360
+
| mongoDB | storing all account data (account settings, users, projects, pipelines, builds etc.) |4.2.x |
361
361
| postgresql | storing data about events that happened on the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 9.6.x |
362
362
| redis | mainly used for caching, but also used as a key-value store for our trigger manager. | 3.2.x |