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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...