You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to read and write entire database collections from my local terminal.
Use case 1: I want to sync the production database into my local computer. My current data should be stashed so I can re-apply it. Can be solved by pulling the data over API or mongoexport + download + mongoimport into my database. The current database can be moved to another temporary collection.
The text was updated successfully, but these errors were encountered:
I want to be able to read and write entire database collections from my local terminal.
Use case 1: I want to sync the production database into my local computer. My current data should be stashed so I can re-apply it. Can be solved by pulling the data over API or mongoexport + download + mongoimport into my database. The current database can be moved to another temporary collection.
The text was updated successfully, but these errors were encountered: