Sergey Malanin
Sergey Malanin
Try to use package from mongo website. https://www.mongodb.com/try/download/database-tools It helped for me. Little bit details of my case. output from package installed by `apt` ``` # mongodump --version mongodump version:...
> hi @gad26032, thanks for commeting, but the issue is not the with mongodb toolset (mongodump), but with the metricbeats client which has a mongodb client built in. mongodump and...
Same issue. But i use local file system as a backend. ``` archival: history: state: "enabled" enableRead: true provider: filestore: fileMode: "0666" dirMode: "0766" visibility: state: "enabled" enableRead: true provider:...