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
For that all you need to do is run
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
- 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...
- [AppwriteException: Network request fail...
I am getting this error whenever I run getAllSchools I have checked the entire project and I have CRUD permissions enabled for any role but I am still getting t...
- Issue with write permission for all user...
I have a problem with creating new documents (uploading post with video, image and text in my case), for every user such error occurs: `The current user is not ...