Skip to content

Commit 2c5a561

Browse files
committed
Fix aliases
1 parent 7637972 commit 2c5a561

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Title: 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/
44
alwaysopen: false
55
categories:
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
9595
You 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:rdi_password@cluster0.mongodb.net/?authSource=admin&tls=true"
9999
```
100100
Or via the API `/collector/connection/validate` endpoint.

0 commit comments

Comments
 (0)