Skip to content

Conversation

@frodiwe
Copy link

@frodiwe frodiwe commented Aug 29, 2018

--drop option in mongorestore drops collection BEFORE restoring it. It is not suitable if you don't want your app to be down while syncing. So I added --hot option to push action which instructs script to restore into temporary collection first (with name of collection + unix timestamp) then drop target & rename temporary into target collection.

@fssup
Copy link

fssup commented Jun 8, 2020

Can this get merged? This is a great feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants