
I upgraded from 1.5.3 to 1.5.4 following the guide https://appwrite.io/docs/advanced/self-hosting/update
After upgrade I get a Gateway Timeout
when accessing the console (Traefik error)
I ran the migration script and also already tried docker compose down
followed by 'docker compose up -d'
All containers are up and running ( docker ps
and portainer dashboard say so)
Where should i go look?

Traefik Logs: ''' time="2024-03-29T17:42:50Z" level=info msg="Configuration loaded from flags." time="2024-03-29T17:54:09Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=appwrite_websecure time="2024-03-29T17:54:09Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=appwrite_web time="2024-03-29T17:54:09Z" level=error msg="close tcp [::]:80: use of closed network connection" entryPointName=appwrite_web time="2024-03-29T17:54:27Z" level=info msg="Configuration loaded from flags." time="2024-03-29T17:56:01Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=appwrite_web time="2024-03-29T17:56:01Z" level=error msg="Error while starting server: accept tcp [::]:80: use of closed network connection" entryPointName=appwrite_web time="2024-03-29T17:56:01Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=appwrite_websecure time="2024-03-29T17:56:21Z" level=info msg="Configuration loaded from flags." '''

Appwrite Logs: ' Worker 2 started successfully Worker 1 started successfully Worker 3 started successfully Worker 4 started successfully Worker 5 started successfully Worker 6 started successfully Worker 7 started successfully Worker 8 started successfully Worker 11 started successfully Worker 9 started successfully Worker 10 started successfully Worker 12 started successfully [Setup] - Server database init started... [Setup] - Creating database: appwrite... [Setup] - Server database init completed... Server started successfully (max payload is 6,291,456 bytes) Master pid 1, manager pid 7 Worker 2 started successfully Worker 1 started successfully Worker 4 started successfully Worker 3 started successfully Worker 5 started successfully Worker 6 started successfully Worker 7 started successfully Worker 8 started successfully Worker 9 started successfully Worker 10 started successfully Worker 11 started successfully Worker 12 started successfully [Setup] - Server database init started... [Setup] - Creating database: appwrite... [Setup] - Server database init completed... Server started successfully (max payload is 6,291,456 bytes) Master pid 1, manager pid 6 Worker 1 started successfully Worker 2 started successfully Worker 3 started successfully Worker 4 started successfully Worker 5 started successfully Worker 7 started successfully Worker 6 started successfully Worker 8 started successfully Worker 10 started successfully Worker 9 started successfully Worker 11 started successfully Worker 12 started successfully [Setup] - Server database init started... [Setup] - Creating database: appwrite... [Setup] - Server database init completed... Server started successfully (max payload is 6,291,456 bytes) Master pid 1, manager pid 7 '

docker compose up -d --build --force-recreate
fixed it.. no idea why
Recommended threads
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
- must be a valid domain or hostname
I have just migrated from 1.6.0 to 1.7.4. Upon migration I can log in but then get this screen. I also get this error in docker. Don't know if anyone has any id...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
