After installation I get this error when I run
docker compose exec appwrite migrate
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again
TL;DR
Title: Issue with migrating selfhosted appwrite installation from 1.3.7 to 1.4.3
Message: I tried to migrate my selfhosted appwrite installation from version 1.3.7 to 1.4.3 but encountered an error. I was advised to backup the database and upgrade to version 1.3.8 first, then migrate, and finally upgrade to version 1.4.5. However, I am now getting the error "Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again" when running the command "docker compose execFor that all you need to do is run
TypeScript
docker compose down && docker compose up -d
Then run migration again and everything should work
But
It's recommend to:
- Upgrade to 1.3.8 first
- Migrate
- Upgrade to 1.4.5
Also, Make sure to backup the DB
Thank you @Binyamin ! I ll do it and update the discussion
Recommended threads
- Copying one project into another
Hi there, I wanted to use the New York location for my project, so I switched to paid and created a new project. Is there a quick way to copy the contents of m...
- nde 22 doest work for cloud function on ...
hey everything is in the title
- Spanish reset password email errors
I set language using: const appwrite = new Client() appwrite.setLocale('es') 1. User name is missing in spanish 2. Unnecesary dot after "Gracias": English ver...