🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to take collection backup without _id in mongodb?
Asked
Feb 21 '23 at 11:26
Active
Feb 21 '23 at 16:29
Viewed
33 times
0
Is it possible to take a backup without _id in MongoDB?
mongodb
mongodump
edited Feb 21 '23 at 16:29
ray
11,310
7
18
42
asked Feb 21 '23 at 11:26
muni
29
3
you may use mongoexport or mongodump filtering the _id field as per answer here: https://stackoverflow.com/questions/53473151/mongodb-dump-filtering-documents-and-fields
–
R2D2
Feb 21 '23 at 14:26
0 Answers
0