MongoDB ๐ฑ - Try to backup and restore the database with --gzip option
When you backup the database, you should choose collection output with Gzip, not .bson or .json for efficient storage.
Here is an example using abc DB at localhost with output directory is dump/local_abc_2024_05_05_13_19:
mongodump --uri="mongodb://l...
loclv.hashnode.dev1 min read