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" }
Using DB version: 5.0.6
Any insight appreciated, thank you!