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.
Summary
User is experiencing an error while upgrading from version 1.3.7 to 1.4.2 of the appwrite server. Upgrading to version 1.4.9 also results in the same error. The error message states "Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again". Solution: Try running the following commands: `docker compose down` and `docker compose up -d`. It is also recommended to upgrade to version 1.3.8 before attempting to upgrade to the latest version.
Drake
Dec 6, 2023, 09:48
btw you should probably upgrade to 1.3.8 before upgrading to the latest 1.4
Drake
Dec 6, 2023, 09:49
As for the error you're getting, can you try:
docker compose down
docker compose up -d
kevinsha
Rank 1: Thread
Dec 6, 2023, 09:51
i have run this docker compose restart
kevinsha
Rank 1: Thread
Dec 6, 2023, 09:51
ok let me try to grade the 1.3.8
kevinsha
Rank 1: Thread
Dec 6, 2023, 09:57
kevinsha
Rank 1: Thread
Dec 6, 2023, 09:57
getting error
Drake
Dec 6, 2023, 17:42
Upgrade isn't available in that version. Use install but make sure you run it in the correct folder