I was trying to backup my database, having around 50 collections and total records will be somewhere around 80 million. While dumping the collections, I got an error stating
Failed: error writing data for collection `{collection_name} to disk: error reading collection: connection pool for 127.0.0.1:27017 was cleared because another operation failed with: (InterruptedAtShutdown) interrupted at shutdown
I was going through the mongo logs and only thing which I found was,
Interrupted operation as its client disconnected
mongodump verison => 100.6.1 mongo version => 6.0.2
I am unable to find the root cause of the error. Any help will be much appreciated. Thanks!