While trying to run the migration I get this error: Failed to create connection: php_network_getaddresses: getaddrinfo failed: Name does not resolve and it quits the migration command.
could you maybe share a screenshot?
how did you upgrade?
docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ appwrite/appwrite:1.4.0
what's the output of docker compose ps?
looks like lots of containers are not healthy as they're restarting. can you check the logs for one of them?
one like appwrite-worker-audits?
The fatal error isn't really promising...
After running:
docker compose down && docker compose up -d
the issue was fixed
[Fixed] 1.4.0 Migrate Error
[SOLVED] 1.4.0 Migrate Error
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...