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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...