Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Update mongodb.md
Browse files Browse the repository at this point in the history
remove duplicated privilege
  • Loading branch information
igroene authored Dec 18, 2024
1 parent 84a9053 commit f08b2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/setting-up/client/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Run the example codes below in a `mongo` session to:
pwd: "pmm",
roles: [
{ role: "explainRole", db: "admin" },
{ role: "clusterMonitor", db: "admin" },
{ role: "read", db: "local" },
{ "db" : "admin", "role" : "readWrite", "collection": "" },
{ "db" : "admin", "role" : "backup" },
Expand Down

0 comments on commit f08b2bb

Please sign in to comment.