bad_advice
TypeScript
Migrating Project: Appwrite (console)
Migrating Collections
Migrating Collection "projects"
Migrating Collection "schedules"
Migrating Collection "platforms"
Migrating Collection "keys"
Migrating Collection "webhooks"
Migrating Collection "certificates"
Migrating Collection "realtime"
Migrating Collection "rules"
Migrating Collection "installations"
Migrating Collection "repositories"
Migrating Collection "vcsComments"
Migrating Collection "vcsCommentLocks"
Migrating Collection "cache"
'resourceType' from cache: Attribute already exists
'mimeType' from cache: Attribute already exists
Migrating Collection "users"
Failed to update project ("console") version with error: Attribute not found
Attribute not found
This happened when trying to upgrade from 1.4.13 to 1.5.2. Found another thread with similar but now they suddenly have a new error.
TL;DR
Migrating collections failed after upgrading to version 1.5.2. The error occurred specifically with the "users" collection. The issue seems to stem from a missing attribute during the migration process. A developer encountered this problem while upgrading from version 1.4.13 to 1.5.2. Another thread with a similar issue was referenced, but there's a new error now. bad_advice
Migrating collection failed on 1.5.2 upgrade
bad_advice
I just upgraded tp 1.5.0, ran migration, then updated to 1.5.2 successfully.
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...