#appwrite selfhosted error at login page

17 messages · Page 1 of 1 (latest)

cerulean path
#

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”

hollow mirage
#

Which version of Appwrite are you running?

cerulean path
#

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

hollow mirage
#

Did you go from 1.4.13 -> 1.5.3?

cerulean path
#

Yeah

hollow mirage
#

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

cerulean path
#

Do I need to change anything in DB?

hollow mirage
#

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

cerulean path
#

I use the db I used for 1.4.13

hollow mirage
#

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

cerulean path
#

I can send relevant data if necessary

#

Will it work with local test db?

hollow mirage
#

Sorry about the late reply, my migration took longer than anticipated. It looks like my migrations worked from 1.4.13 -> 1.5.3 without any issues, did you get any errors appearing when you ran your migrations?