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: content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ weight: 2
19
19
This guide describes the steps required to prepare a MongoDB database as a source for Redis Data Integration (RDI) pipelines.
20
20
21
21
## Prerequisites
22
-
-**MongoDB version:**4.0 or later (replica set, sharded cluster, or MongoDB Atlas).
23
-
-**User privileges:** You must have a MongoDB user with sufficient privileges to read the oplog and collections, and to use change streams (if required).
22
+
-**MongoDB version:**6.0 or later (replica set, sharded cluster, or MongoDB Atlas).
23
+
-**User privileges:** You must have a MongoDB user with sufficient privileges to read the oplog and collections, and to use change streams.
24
24
-**Network access:** The RDI Collector must be able to connect to all MongoDB nodes in your deployment.
0 commit comments