DVC corrupts database file silently and causes loss of data #10768
Replies: 1 comment 19 replies
-
Maybe related to #10767? Please try updating |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just pushed a database file using dvc using the standard
dvc add file.db
thendvc push file.db
etc. and there were no errors, except when you pull the database from the remote the resolved database is corrupted. This is obviously very bad and could have cost our team thousands of dollars or more. I'd like to identify how this happened and figure out how to never let it happen again.The machine that pushed the original database has the correct database in its cache, dvc push claims that all files were pushed, but when downloading the database onto another machine the database is malformed. I'd be happy to hop on a call or something as well to help debug this / find the root cause in our dataset.
Thankfully this did not result in us losing data, but this could very easily not be the case in the future. Thank you for your help with this.
here is my output from dvc doctor which may be helpful:
Beta Was this translation helpful? Give feedback.
All reactions