Skip to content

Commit 05ca0c5

Browse files
Update backup-selective.md
1 parent 1a9d6ce commit 05ca0c5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/usage/backup-selective.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,16 @@ This command backs up all collections in the **invoices** database along with it
6868

6969
### Use cases
7070

71-
=== "Partial Migration for a database"
71+
=== "Partial Migration of a database"
7272
Organizations often start with a shared cluster hosting multiple databases for different services. Over time, scaling, performance, or compliance needs may require isolating one database into its own dedicated cluster.
73+
74+
Selective backup along with the users and roles transfers both the data and the database-local authorization model required by that service to function correctly.
75+
7376

7477
=== "Roll back access control changes"
75-
A recent modification to custom roles in `mydb` introduced permission failures. Applications that rely on those roles can no longer perform required operations. To ensure full recovery, you need to restore not just the data but also the users and roles tied to the database’s access-control.
78+
A recent modification to custom roles in `mydb` introduced permission failures. Applications that rely on those roles can no longer perform required operations.
79+
80+
To ensure full recovery, you need to restore not just the data but also the users and roles tied to the database’s access-control.
7681

7782
=== "Staging environment"
7883
You need a production-like copy of `mydb` in a separate environment to reproduce issues, validate fixes, or conduct testing.

0 commit comments

Comments
 (0)