Rank 1: Thread
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.
Votes
0
Replies
13
Participants
Unknown
Messages
14
Rank 1: Thread
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.
Admin
could you maybe share a screenshot?
Rank 1: Thread
Admin
how did you upgrade?
Rank 1: Thread
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
Admin
what's the output of docker compose ps?
Rank 1: Thread
Admin
looks like lots of containers are not healthy as they're restarting. can you check the logs for one of them?
Rank 1: Thread
one like appwrite-worker-audits?
Rank 1: Thread
Rank 1: Thread
The fatal error isn't really promising...
Rank 1: Thread
After running:
docker compose down && docker compose up -d
the issue was fixed
Rank 1: Thread
[Fixed] 1.4.0 Migrate Error
Admin
[SOLVED] 1.4.0 Migrate Error