rovolt.Original post
Rank 2: Process
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:
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?
Summary
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 configuration