Hi! I'm upgrading appwrite from 1.4.13 to 1.5.1, but I'm getting this error, what should I do?
I also got this warning: '_key_metric_period_time' from stats: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'documents.default/628d532790d472c07b1c.requests.update-1d-202...' for key '_key_metric_period_time'
maybe it's related
upgrade to 1.5.2 instead
done, now I get: Failed to update project ("628d53099c747701ed5b") version with error: Invalid document structure: Unknown attribute: "region" Invalid document structure: Unknown attribute: "region"
and I have these 3 warnings before:
'type' from stats: Attribute not found
'_key_metric_period_time' from stats: SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP INDEX _key_metric_period_time; check that it exists
'_key_metric_period_time' from stats: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'documents.default/628d532790d472c07b1c.requests.update-1d-202...' for key '_key_metric_period_time'
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
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...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...