CordOriginal post
Rank 2: Process
I upgraded a self-hosted Appwrite database from 1.2.1 to 1.5.4 (1.2.1 -> 1.3.8 -> 1.4.13 -> 1.5.4) but got the following error when running the migration after the final upgrade to 1.5.4:
Plain text
8 / 201Failed to update project ("6257bd0be1d2c71ac3af") version with error: Invalid query: Query value is invalid for attribute "databaseInternalId"Invalid query: Query value is invalid for attribute "databaseInternalId"```
`docker ps` results in the attached file. Everything appears to be running except the `appwrite-maintenance` container. I'm not able to access the backend via the web interface because the database has not been migrated. The web interface results in 500 - Internal Error.
Can anyone help?Summary
Developers cannot migrate from Appwrite database 1.4.14 to 1.5.4 due to an error related to updating project version. The `appwrite-maintenance` container is not running, causing a 500 error on the web interface. They should ensure the container is running and attempt the migration again.