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?
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...