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
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...