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:
8 / 201
Failed 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?
FYI, this is happening in a testing environment. I wanted to run through it from start to finish before tackling the production environment as I cannot afford to take my production environment offline.
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...