Description
I was able to connect_to_local by setting no_proxy everywhere I could.
However, the local docker container is still ignoring noproxy when attempting backup.
Server Setup Information
This curl shows I have connected:
(base) bash-4.4$ curl localhost:8080/v1/meta
{“hostname”:“http://[::]:8080”,“modules”:{“backup-filesystem”:{“backupsPath”:“/home/dyoung/weaviate/backups”},“text2vec-huggingface”:{“documentationHref”:“Detailed parameters Face Module”}},“version”:“1.24.6”}
This curl shows the problem when attempting backup:
curl -X POST
-H “Content-Type: application/json”
-d ‘{
“id”: “my-very-first-backup”,
“include”: [“Article”]
}’ http://localhost:8080/v1/backups/filesystem
OUTPUT
“error”:[{“message”:“node {"node1" "172.18.0.2:7947"}: unexpected status code 404 (404 Not Found\r\n
Host Not Found
\r\nDNS error (the host name of the page you are looking for does not exist) or Server did not accept the connection.
Please check that the host name has been spelled correctly.
- Weaviate Server Version:
- Deployment Method:
- Multi Node? Number of Running Nodes:
- Client Language and Version: