One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on
appwrite: ^15.0.2 dart_appwrite: ^15.0.0
The app is live on the Play Store & App Store and is used by thousands of users.
How to safely upgrade Appwrite to the latest version without affecting users?
Kindly advise. Thank you. 🙏🏼
I had one production instance running on appwrite 1.5.11, had to move to the latest so I used these projects that I made some time ago. feel free to use -
- Backup restore - https://github.com/ItzNotABug/abr
- Migrate safely to a newer version - https://github.com/ItzNotABug/appwriteupdaterscript
Recommended threads
- 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...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- 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...