I had a working Kopia repo with around 100TB of data - everything was going well, it has not been touched for two weeks or so.
I kicked of a small incremental backup today, which completed successfully:
* 0 hashing, 338337 hashed (878.7 GB), 28078694 cached (94.8 TB), uploaded 876.2 GB, estimated 22 TB (435.2%) 0s left
Created snapshot with root k3ad2929159e95246105260ef08b97a3d818b4fc02c580e8816fefe8413946756 and ID 3bee2c042f4de4cb7088f9ef616462e8 in 36m59s
However, after a while (maybe when maintenance kicked in?) it was not possible to interact with the repository, after re-connecting it it spams the following errors:
kopia repository connect filesystem --path /data/kopia
Enter password to open repository:
ERROR unable to add xs3_c3ec61601cc770f7bbdaf48949515c01ef2c7616d2e5d26ce549110a68298375-s0297ba3eb70c5c51-c2 to index blob cache: context canceled
ERROR unable to add xs3_3e37d91bf794353e5fdd522fd07d216e4e9c3c6a7aed025214bca98596137665-s0297ba3eb70c5c51-c2 to index blob cache: context canceled
ERROR unable to add xn5_2ed5e36ce5ab7448c3628a8cc50992f341c606333fbd81118a6279b3a0e1c455-s0352ce35a4f9164f118-c1 to index blob cache: context canceled
ERROR failed to open repository: unable to create shared content manager: error loading indexes: unable to load pack indexes despite 10 retries
ERROR error connecting to repository: unable to create shared content manager: error loading indexes: unable to load pack indexes despite 10 retries
The server / processes were not restarted or touched in any way and repository is backed by a ‘high quality’ DAS storage + XFS filesystem - no signs of corruption on this level or anything like that.
What would be the process to recover the data / repo here? There is a kopia repository repair
command, but that one results with:
looking for format blob...
format blob already exists, not recovering, pass --recover-format=yes
I stopped at this point, fearing for more corruption… Please advise.