Restore from Azure Error

Hi all,

While restoring from Azure, the restore process is stopping in between with the following error:

{
    "backend": "azure",
    "error": "restore class Article: already exists",
    "id": "2023_08_02_v1",
    "path": "weaviate-backups/2023_08_02_v1",
    "status": "FAILED"
}

PS: I am starting with an empty weaviate database without any classes before starting the restore process.

Any help is appreciated. Thanks.

Solved this for now by importing all the classes separately using include keyword in restore endpoint.

1 Like

Thanks for sharing, @vamsi !