I brazenly spammed ctrl-c during a dvc pull and I think I killed things that were handling a safe exit. Now almost every dvc command gives me the following:
ERROR: unexpected error - unable to open database file
Here is the result of dvc doctor:
DVC version: 3.51.2 (pip)
Platform: Python 3.9.21 on Linux-5.14.0-427.28.1.0.1.el9_4.x86_64-x86_64-with-glibc2.34
Subprojects:
dvc_data = 3.15.2
dvc_objects = 5.1.1
dvc_render = 1.0.2
dvc_task = 0.40.2
scmrepo = 3.3.11
Supports:
http (aiohttp = 3.12.13, aiohttp-retry = 2.9.1),
https (aiohttp = 3.12.13, aiohttp-retry = 2.9.1),
s3 (s3fs = 2024.9.0, boto3 = 1.38.27)
Config:
Global: /data/mvx/usr/mac/.config/dvc
System: /etc/xdg/dvc
I have all of my data on s3 so I’m willing to remove the cache and whatnot.
Please help. Thanks