I am getting appwrite netwoek error. I couldn't upgrade from 1.3.8 to 1.4.1.
It keeps restarting and I get the error mysql could not connect, redis could not connect.
--
[root@cloud ~]# docker compose exec appwrite migrate Failed to create connection: php_network_getaddresses: getaddrinfo failed: Name does not resolve
Network problem after 1.3.8 to 1.4.1 upgrade
@Steven
I can't upgrade. How can you help me? I had no problems with previous versions.
Can you explain the steps you took to upgrade to 1.4.1?
Did you run the install command from the parent directory?
I happened to me, I solved running docker compose down and then docker compose up -d
Recommended threads
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...