Back

Upgrade to 1.6 not working

  • 0
  • Self Hosted
rovolt.
8 Sep, 2024, 20:01

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 configuration
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more