Relative Content

Tag Archive for databaserolesmongodumpmongorestore

How to Backup Only Users and Roles in a Large MongoDB Database

I have a MongoDB database that has grown to several terabytes in size. My primary concern is to back up only the users and roles, without the rest of the data. Given the large size of the database, what is the most efficient way to achieve this?