Hello, I am trying to backup a time-series collection with mongodump. All of my other collections are dumping out fine. However the time series collection thows this error:
2023-10-25T17:02:49.062+0000 writing soiltech.system.buckets.v2SignalData to signal_dump/soiltech/system.buckets.v2SignalData.bson.gz
2023-10-25T17:02:49.208+0000 Failed: error getting count from db: (Unauthorized) not authorized on soiltech to execute command { count: "system.buckets.v2SignalData", lsid: { id: UUID("6d9b51c5-21a4-47ff-9b2c-3813da9b6913") }, $db: "soiltech" }
Hi @dev_ops9,
To remove all doubt can you create a root user and try to dump that collection with it?
If it doesn’t work, can you try to update the database tools to the latest version and then retry the backup operation?