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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesnโt sync after re-a...
Hi, Iโm trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...