hi, I updated from 1.3.7 to 1.4.1 and get this error code:
/usr/src/code # migrate
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Name does not resolve
/usr/src/code #
TL;DR
The user was experiencing a `php_network_getaddresses` error after updating from version 1.3.7 to 1.4.1 of Appwrite. Another user suggested running the command `docker compose down` and then `docker compose up -d` inside the `appwrite` folder, and it solved the issue for the original user.