chris
(Chris Dellaway)
2
Hi @manoj_draup
Drop the local datadase. db.getSiblingDB('local').dropDatabase() and restart mongod
When part of a replicaSet is running in standalone mongod runs in kind of a ‘Maintenance Mode’ and the TTLMonitor won’t run. When permanently changing to a standalone drop the local database.
1 Like