After installing the 1-click Appwrite app, if any updates come to Appwrite how can I update to the latest one?
You should have an appwrite folder with your Appwrite docker-compose.yml file. You can follow the usual upgrade instructions: https://appwrite.io/docs/upgrade
Thank you Steven, I will update it
[SOLVED] How to update DigitalOcean 1-Click app?
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.