Hi, just updated my test server (Ubuntu 20.04) from a previous 5.x release to 5.18 and I’m now getting this error when restarting:
Environment variable MONGODB_CONFIG_OVERRIDE_NOFORK == 1, overriding “processManagement.fork” to false
Mongod is configured to run as a single-node replicaset on this server, more details here:
storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
oplogMinRetentionHours: 24
systemLog:
destination: file
logAppend: true
logRotate: reopen
path: /var/log/mongodb/mongod.log
net:
port: 27017
bindIp: 127.0.0.1
processManagement:
timeZoneInfo: /usr/share/zoneinfo
fork: true
pidFilePath: /run/mongodb/mongod.pid
replication:
replSetName: test-replica-name