Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docsite/docs/setup/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
KOMODO_CLI_DATABASE_TARGET_ADDRESS: komodo.example.com:27017
KOMODO_CLI_DATABASE_TARGET_USERNAME: <db username>
KOMODO_CLI_DATABASE_TARGET_PASSWORD: <db password>
KOMODO_CLI_DATABASE_TARGET_DB_NAME: komodo-restore
KOMODO_CLI_DATABASE_TARGET_DB_NAME: komodo
```

:::warning
Expand All @@ -123,4 +123,4 @@ While it should be rare that this causes any kind of issue when it comes to rest
Komodo undergoes a lot of usage at all hours and you are worried about consistency,
you could consider [locking](https://www.mongodb.com/docs/manual/reference/method/db.fsyncLock/#mongodb-method-db.fsyncLock)
Mongo before the backup. Just make sure to [unlock](https://www.mongodb.com/docs/manual/reference/method/db.fsyncUnlock/)
the database afterwards.
the database afterwards.