Skip to content

Commit 1330ec7

Browse files
Bot Updating Documentation
1 parent b6400bd commit 1330ec7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/images/docker-unifi-network-application.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ db.createUser({
6868
pwd: "${MONGO_PASS}",
6969
roles: [
7070
{ db: "${MONGO_DBNAME}", role: "dbOwner" },
71-
{ db: "${MONGO_DBNAME}_stat", role: "dbOwner" }
71+
{ db: "${MONGO_DBNAME}_stat", role: "dbOwner" },
72+
{ db: "${MONGO_DBNAME}_audit", role: "dbOwner" }
7273
]
7374
})
7475
EOF
@@ -461,6 +462,7 @@ To help with development, we generate this dependency graph.
461462

462463
## Versions
463464

465+
* **08.05.25:** - Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs).
464466
* **13.02.25:** - Revert JRE to 17.
465467
* **12.02.25:** - Bump JRE to 21.
466468
* **11.08.24:** - **Important**: The mongodb init instructions have been updated to enable auth ([RBAC](https://www.mongodb.com/docs/manual/core/authorization/#role-based-access-control)). We have been notified that if RBAC is not enabled, the official mongodb container allows remote access to the db contents over port 27017 without credentials. If you set up the mongodb container with the old instructions we provided, you should not map or expose port 27017. If you would like to enable auth, the easiest way is to create new instances of both unifi and mongodb with the new instructions and restore unifi from a backup.

0 commit comments

Comments
 (0)