From 38b0c4fc52a935283f83b4267a7f28718e86a340 Mon Sep 17 00:00:00 2001 From: dkaygithub Date: Wed, 24 Jan 2024 11:10:20 -0600 Subject: [PATCH] Update readme-vars.yml --- readme-vars.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index b710f62..c160e39 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -72,6 +72,12 @@ app_setup_block: | db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME_stat"}]}); ``` + If you are using the Mongo v4 (the latest which does not require AVX): + + ```js + db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}, {role: "dbOwner", db: "MONGO_DBNAME_stat"}]}); + ``` + Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container. For example: