Hello. I'm trying to update my self hosted instance from 1.5.7 to 1.6.0 newest version. It worked flawlessly with 1.5.8, 1.5.9 and 1.5.10. But after trying to upgrade to 1.6.0-RC1 it ended with this error:
TypeScript
Running "docker compose up -d --remove-orphans --renew-anon-volumes"
Failed to install Appwrite dockers
unable to get image 'appwrite/console:appwrite/console:5.0.0-rc14': Error response from daemon: invalid reference format
After that I also tried some other RCs but the error was the same. Does anyone know what to do? Or how to downgrade?
TL;DR
Issue: Error when trying to upgrade self-hosted instance from version 1.5.7 to 1.6.0-RC1, specifically related to "invalid reference format" error with docker compose up.
Solution: The error message is due to an incorrect image reference format. To resolve this, check the docker-compose file or configuration for references to image versions. In this case, the error seems to stem from a duplicate image tag (`appwrite/console:appwrite/console:5.0.0-rc14`). Update the reference to `appwrite/console:5.0.0-rc14` in the configurationRecommended threads
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...