-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] During batched import, offer to resume on failed file import #21
Labels
Comments
Have got this in my next pending release. Example output (captured by stopping couchdb!):
|
Added the |
Tested:
Value validation works also:
|
dalgibbard
added a commit
to dalgibbard/couchdb-dump
that referenced
this issue
May 7, 2015
I leave it open for a while just to remember we have to change documentation accordingly. |
Documentation has already been done... I just forgot to commit it! sigh I'll sort it in a little while :) |
All done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our Production DB is pretty big/fiddly (around 7million documents+), and when re-importing this, I've sometimes hit CouchDB errors halfway or so through - meaning I have to delete the DB, clean up the files, and start afresh. It would be useful if it detects failure, and offers the user to retry a few times (enabling the user to restart the DB or whatever as appropriate before retrying) before failing - when our imports are taking up to 3hrs to complete, a failure halfway means 1.5hrs of lost time... :(
The text was updated successfully, but these errors were encountered: