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.Migrating collection failed on 1.5.2 upgrade
I just upgraded tp 1.5.0, ran migration, then updated to 1.5.2 successfully.
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...