Skip to content

Commit 5d20502

Browse files
Update backup-selective.md
1 parent 9320cf0 commit 5d20502

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/usage/backup-selective.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Multi-format is the default data format for both full and selective backups sinc
3030

3131
### Overview
3232

33-
Percona Backup for MongoDB allows you to perform selective backups of databases and collections. Additionally, you can choose to include **users and roles defined** in the database in your selective backup, ensuring that access control is restored along with the data.
33+
Percona Backup for MongoDB enables you to perform selective backups of databases and collections. Also, you can choose to include **users and roles defined** in the database in your selective backup, ensuring that access control is restored along with the data.
3434

3535
To back up a specific namespace and include users and roles, run the following command:
3636

@@ -41,7 +41,7 @@ pbm backup --ns="mydb.*" --with-users-and-roles
4141

4242
where:
4343

44-
`--ns="mydb.*"` → specifies the namespace (all collections in mydb).
44+
`--ns="mydb.*"` → specifies the namespace (all collections in `mydb`).
4545

4646
`--with-users-and-roles` → ensures that users and roles defined in `mydb` are included in the backup.
4747

@@ -65,8 +65,7 @@ This command backs up all collections in the **invoices** database along with it
6565
### Use cases
6666

6767
=== "Partial Migration of a database"
68-
As applications scale, you may need to migrate a specific database from a shared cluster to dedicated hardware. Using `--with-users-and-roles` ensures that the destination cluster immediately inherits the application-specific users and custom roles, preventing errors post-migration.
69-
68+
You may to migrate a specific database from a shared cluster to dedicated hardware. Using the flag `--with-users-and-roles` ensures that the destination cluster inherits the application-specific users and custom roles immediately, preventing errors post-migration.
7069

7170

7271
=== "Staging environment"

0 commit comments

Comments
 (0)