Could not determine repository generation from root blobs

Hello everyone,
Hope all are doing good.

So while executing "select * from sys.snapshots limit 100; " getting below error
“Could not determine repository generation from root blobs”

Any one help about it how to solve above error.

Thanks
Vinayak Katkar

Hi Vinayak,
Could you check

select * from sys.repositories;

?
There may be a repository defined with settings that are no longer valid.

Hi Hernanc,
As I check ‘select * from sys.repositories’
output is giving proper means its giving output with repositories.

Without context i.e. when the repository was created, which version of CrateDB you are running, which repository type you are using, etc. this is shooting in the dark.

Did you recently upgrade the cluster?
Was the repository used for another cluster?