Description
A backup was taken from a multi-node Docker environment using S3 storage, then restored to a Kubernetes environment deployed with Helm and configured with three replicas.
Server Setup Information
- Weaviate Server Version: semitechnologies/weaviate:1.23.7(Docker), semitechnologies/weaviate:1.27.2(K8s)
- Deployment Method: docker & k8s
- Multi Node? Number of Running Nodes: 3
- Client Language and Version: Python
- Multitenancy: Nil
Any additional Information
Taking the backup records from weaviate docker running environment and stored the data backups on S3 Bucket.
Logs from K8s Deployment
{âactionâ:âtry_restoreâ,âbackendâ:âs3â,âbackup_idâ:âfirst-backupâ,âbuild_git_commitâ:â64457c2â,âbuild_go_versionâ:âgo1.22.9â,âbuild_image_tagâ:âv1.27.2â,âbuild_wv_versionâ:â1.27.2â,âlevelâ:âerrorâ,âmsgâ:âcannot resolve hostname for "node1"â,âtimeâ:â2024-11-11T10:29:59Zâ,âtookâ:6559398683}
Encountered issues while attempting to change the hostname and pod settings in a Kubernetes deployment, using both Helm and the YAML configuration file.