Skip to content

Commit dada1bd

Browse files
Bot Updating Templated Files
1 parent 2338bce commit dada1bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
})
9293
EOF
@@ -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.

0 commit comments

Comments
 (0)