coolify has older version of appwrite, how do i install latest version of appwrite
I am in the same situation
Wait for them to include the new one. Also you can't just update with coolify methods, additionally you need to run the upgrade script provided by appwrite. Make sure to have backups prior to proceeding
you can try using this Compose file for inspiration (only tested by updating from 1.7.4) - please do not just copy/paste if you don't understand what you are doing as you might break your appwrite instance!
Make a backup of everything first (including data) !!
summary:
- change all
appwrite/appwriteto 1.8.0 ,appwrite/consoleto 7.4.11,appwrite/assistantto 0.8.4,appwrite/browserto 0.2.4,openruntimes/executorto 0.11.2, also mariadb + redis - save & restart service to apply new compose
- terminal into
appwritemain container and runmigrate
Thank you <@1194145025425149952>, worked for me as well.
Could appwrite help with this process, to give an overview over the current versions, or an update mechanism, or support for latest tag? For me it was possible to migrate it, but coolify somehow created new containers, and then I had to delete half of the containers, which was kinda scary in hope to not loose any data
glad it worked and yes, it would be a great help to us self-hosters if appwrite would publish a more up to date docker-compose (the one https://github.com/appwrite/appwrite/blob/main/app/views/install/compose.phtml here doesn't seem to have quite all the latest versions) for the exited containers there is an issue on coolify repo https://github.com/coollabsio/coolify/issues/4248
Hello guys. Is there an updated compose and upgrade flow for 1.9.0?
Recommended threads
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...