Skip to content

Commit 285ea24

Browse files
Update content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 2f97f7d commit 285ea24

File tree

1 file changed

+2
-1
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs

1 file changed

+2
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ To prevent this, ensure the oplog retains enough history for Debezium to resume
3535

3636
For detailed guidance, see the Debezium [oplog configuration documentation](https://debezium.io/documentation/reference/stable/connectors/mongodb.html#mongodb-optimal-oplog-config).
3737

38-
## 2. Create a MongoDB User for RDI
38+
## 2. Create a MongoDB user for RDI
39+
3940
Create a user with the following roles on the source database:
4041
- `readAnyDatabase` (optional) OR grant `read` for the specific database(s) you will use with RDI
4142
- `clusterMonitor`

0 commit comments

Comments
 (0)