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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...