File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ db.createUser({
8686 roles: [
8787 { db: "${MONGO_DBNAME} ", role: "dbOwner" },
8888 { db: "${MONGO_DBNAME} _stat", role: "dbOwner" },
89- { db: "${MONGO_DBNAME} _audit", role: "dbOwner" }
89+ { db: "${MONGO_DBNAME} _audit", role: "dbOwner" },
90+ { db: "${MONGO_DBNAME} _restore", role: "dbOwner" }
9091 ]
9192})
9293EOF
@@ -416,6 +417,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
416417
417418# # Versions
418419
420+ * ** 20.04.26:** - Bump JRE to v25 to support v10.3+ of the application.
419421* ** 20.10.25:** - Switch to using FW API endpoint for version checks.
420422* ** 08.05.25:** - Update sample ` init-mongo.sh` for compatibility with 9.1.120 (only affects new installs).
421423* ** 13.02.25:** - Revert JRE to 17.
You can’t perform that action at this time.
0 commit comments