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. 🙏🏼
TL;DR
Developers want to upgrade Appwrite on a live Flutter project without affecting users. Follow these steps to safely upgrade:
1. Backup your current Appwrite setup.
2. Test the upgrade in a staging environment.
3. Notify users about upcoming maintenance.
4. Use gradual rollout if possible.
5. Monitor closely for any issues post-upgrade.
6. Prepare rollback plan if needed.