Hello! I can't update the version from 1.3.7 to 1.4.3. The update is successful, but the migration did not work, it says “Failed. to create connection: php_network_getaddresses: getaddinfo failed: Try again”. How can I update to version 1.4.3?
First of all, it would be good to restore from backup and upgrade to 1.3.8 and run the migrate command. Then, stop all containers (docker compose down) and the upgrade to 1.4.4
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 ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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....