When I try to login to selfhost appwrite console (mariadb is in aws which was used for 1.4.x) on docker logs it says Invalid document structure: Unknown attribute: “factors”
Which version of Appwrite are you running?
1.5.3 migrated today
Exactly now in my EC2
Redis and MariaDB is in aws itself not with dockercompose, they are passed in as env vars
Did you go from 1.4.13 -> 1.5.3?
Yeah
I had a similar issue in 1.5.2, and I'm running my 1.5.3 migration now to see if it's been fixed
Do I need to change anything in DB?
It definitely sounds like an issue with migrations though as it's looking for an attribute related to MFA which should have been added in the migration
I use the db I used for 1.4.13
When you run the migration on a new version, it updates the db to match what is needed for 1.5 so it should be fine
Let me check to see if my migration still has the issue and then we can see if it's still an issue in 1.5.3 as a whole or if it's more specific to your migrations
I can send relevant data if necessary
Will it work with local test db?
Recommended threads
- User columns stuck on processing
Hi — on Appwrite Cloud (Free), Project ID 69d7dd8200098ed8560c, database mylestone-db. Attributes/columns are stuck in "processing" indefinitely across two coll...
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...