Hi there can you tell me how to upgrade my self-hosted db from 1.3 to 1.4 without losing my data? I'm using docker - local host
TL;DR
User wants to know how to upgrade their self-hosted database from version 1.3 to 1.4 without losing data. The solution is to follow the step-by-step instructions provided in the link below.Pl. go version by version.
thanks, appreciated
And do backups
[SOLVED] Upgrading self-hosted
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...