made this a separate thread.
Please excuse my ignorance. Does downgrading Appwrite have any effect on the data itself.? I’m facing problems from 1.5.10 after upgrading from 1.4.5. Something about MFA field. I even have a region field issue on migrations. The upgrade guide says you can go from 1.2 to 1.3 to 1.4. Not sure what I missed. I have read that one can run a migration with a version number. If I am on 1.5.10 can I run all migrations from 1.1 to 1.5.10 in case there is something trivial I may have skipped? 1.3.3 -> 1.4.5 -> 1.5.10 has been my upgrade path.
I don't mind the mariaDB cli if I have to create a field and avoid all the migrations and backups. However, I'd need to know the table and field definition so I don't break future migrations.
TIA
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...