Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Goodrich committed Sep 28, 2023
1 parent 7634c4a commit 9356a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-notes/2023-10/MongoDB_Migration/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Existing MongoDB Data Migration to a Single Instance

## Do you need to worry about what is in this folder?

The content in this folder can help you if you have recognized a need to migrate existing SystemLink Enterprise MongoDB data to a single MongoDB instance. You should not need this content if deploying a new installation of SystemLink Enterprise.
Expand All @@ -24,7 +26,7 @@ From inside the cluster we need to run a `mongodump` piped into a `mongorestore`

The command we want to run is:

```
```sh
mongodump --config=/etc/mongodump_config.yaml --archive | mongorestore --archive --config=/etc/mongorestore_config.yaml
```

Expand Down

0 comments on commit 9356a40

Please sign in to comment.