hi im getting this error on migrate command
docker compose exec appwrite migrate
WARN[0000] The "Usssf" variable is not set. Defaulting to a blank string.
WARN[0000] The "Usssf" variable is not set. Defaulting to a blank string.
WARN[0000] The "Usssf" variable is not set. Defaulting to a blank string.
WARN[0000] The "Usssf" variable is not set. Defaulting to a blank string.
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again
you might have some bad values in your .env file or something. also your appwrite instance might not be workign right after the upgrade. please try to run docker compose restart and then docker compose ps to check the status of the containers
the upgrade command fails as im using docker rootless
docker run -it --rm --volume /$XDG_RUNTIME_DIR/:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.4.1
Failed to install Appwrite dockers
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
/$XDG_RUNTIME_DIR/ this is my docker.sock location
maybe run with sudo? im not really sure about docker rootless
eveything is the same but just have to replace unix:///var/run/docker.sock to /$XDG_RUNTIME_DIR/
sorry im not sure. you can also try looking into manually replacing your files: https://appwrite.io/docs/self-hosting#manual
thanks i got it worked ๐
Does it work now then?
@Steven I'm getting
Error 404
The requested route was not found. Please refer to the API docs and try again.
Type
general_route_not_found
Error on default oauth
Yes it worked
What do you mean in default OAuth?
the route which is used for mobile callback
i have added my custom domain
still im not able to access appwrite
please create a new post with your code and the url
[SOLVED] migration failed
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...