File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ access to restore any database if the backup data does not include
5
5
6
6
.. include :: /includes/fact-restore-role-system.profile.rst
7
7
8
- If running :binary: `~bin.mongorestore ` with :option: `--oplogReplay <mongorestore --oplogReplay> `, the
9
- :authrole: `restore ` role is insufficient to replay the oplog. To replay
10
- the oplog, create a :ref: `user-defined role <create-user-defined-role >`
8
+ As of MongoDB 3.2.11, you can run :binary: `~bin.mongorestore ` with
9
+ :option: `--oplogReplay <mongorestore --oplogReplay> ` if you have the
10
+ :authrole: `restore ` role.
11
+
12
+ To replay the oplog on versions of MongoDB 3.2.10 and earlier, you
13
+ must create a :ref: `user-defined role <create-user-defined-role >`
11
14
that has :authaction: `anyAction ` on :ref: `resource-anyresource ` and
12
15
grant only to users who must run :binary: `~bin.mongorestore ` with
13
16
:option: `--oplogReplay <mongorestore --oplogReplay> `.
You can’t perform that action at this time.
0 commit comments