We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2338bce commit dada1bdCopy full SHA for dada1bd
1 file changed
README.md
@@ -86,7 +86,8 @@ db.createUser({
86
roles: [
87
{ db: "${MONGO_DBNAME}", role: "dbOwner" },
88
{ db: "${MONGO_DBNAME}_stat", role: "dbOwner" },
89
- { db: "${MONGO_DBNAME}_audit", role: "dbOwner" }
+ { db: "${MONGO_DBNAME}_audit", role: "dbOwner" },
90
+ { db: "${MONGO_DBNAME}_restore", role: "dbOwner" }
91
]
92
})
93
EOF
@@ -416,6 +417,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
416
417
418
## Versions
419
420
+* **20.04.26:** - Bump JRE to v25 to support v10.3+ of the application.
421
* **20.10.25:** - Switch to using FW API endpoint for version checks.
422
* **08.05.25:** - Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs).
423
* **13.02.25:** - Revert JRE to 17.
0 commit comments