we have an appwrite server version 1.3.7, which is running on the production environment and try to upgrade to 1.4.2 then i got an error and also try to upgrade the latest version 1.4.9 but same error. this is the error "Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again" could you please help me to solve this error.
btw you should probably upgrade to 1.3.8 before upgrading to the latest 1.4
As for the error you're getting, can you try:
docker compose down
docker compose up -d
i have run this docker compose restart
ok let me try to grade the 1.3.8
getting error
Upgrade isn't available in that version. Use install but make sure you run it in the correct folder
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...