-
For example a user may want to turn on/off OPLOG.
-
```
TASK [RocketChat.Server : Ensure the MongoDB service is started/enabled] ********************************************************************************************************************
fata…
-
New deploy from simple-test-opsmgr succeeds, one Pod is started & up with 2 containers running (appdb/mongod and opsmgr/mms container hosts) but Pod logs show error on localhost for MongoDB port.
…
-
missed blocks error: MongoError: Transaction numbers are only allowed on a replica set member or mongos
http://thecodebarbarian.com/introducing-run-rs-zero-config-mongodb-runner
https://docs.mongo…
ztsai updated
5 years ago
-
Hello there,
Would be great to have Admin Guide, just like we had in V3:
https://github.com/cea-hpc/robinhood/wiki/robinhood_v3_admin_doc#user-content-Database_setup_and_tuning
Many Thanks
B…
-
In the MongoDB database configuration file (default location: /etc/mongod.conf), review the following parameters:
```yaml
net:
tls:
mode: requireTLS
certificateKeyFile: /etc/ssl/…
-
```
What steps will reproduce the problem?
1. start mongod with --auth
2. configure config.php like this:
$MONGO["servers"][$i]["mongo_name"] = "Localhost";//mongo server name
$MONGO["servers"][$i]["m…
-
Disable the "javascriptEnabled" option.
Edit the MongoDB configuration file (default location: /etc/mongod.conf) to include the following:
```yaml
security:
javascriptEnabled: false
```
-
**This task is not running how can i fix it**
```sh
- name: Start the mongodb service
command: creates=/var/lock/subsys/mongod-{{ inventory_hostname }} /etc/init.d/mongod-{{ inventory_hostname }}…
-
LLVM 15.0.7 installed with Homebrew:
```console
llvm-strip, compatible with GNU strip
Homebrew LLVM version 15.0.7
Optimized build.
Default target: x86_64-apple-darwin19.6.0
Host CPU: skyl…