File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/integrate/redis-data-integration/data-pipelines/prepare-dbs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22Title : Prepare MongoDB for RDI
3- aliases : /integrate/redis-data-integration/ingest/data-pipelines/prepare-dbs/sql-server /
3+ aliases : /integrate/redis-data-integration/ingest/data-pipelines/prepare-dbs/mongodb /
44alwaysopen : false
55categories :
66- docs
@@ -32,7 +32,7 @@ db.printReplicationInfo();
3232```
3333- Resize the oplog (run on the PRIMARY):
3434``` bash
35- $ mongod --replSet < replSetName> --oplogSize < sizeInMB>
35+ mongod --replSet < replSetName> --oplogSize < sizeInMB>
3636```
3737
3838## 2. Create a MongoDB User for RDI
@@ -94,7 +94,7 @@ Example connection string for Atlas:
9494## 7. Test the Connection
9595You can test the connection using the RDI CLI or API:
9696``` bash
97- $ redis-di pipelines validate-source --db-type mongodb \
97+ redis-di pipelines validate-source --db-type mongodb \
9898 --connection-string
" mongodb+srv://rdi_user:[email protected] /?authSource=admin&tls=true" 9999```
100100Or via the API ` /collector/connection/validate ` endpoint.
You can’t perform that action at this time.
0 commit comments