Hey 👋 I’m running into a migration issue after upgrading Appwrite from v1.6.0 to v1.6.1.
Whenever I try to start an Appwrite → Appwrite migration, either through the Console or using CLI v6.2.2, I get this error:
AppwriteException [Error]: Invalid document structure: Unknown attribute: "destination"
at Client.call (/opt/homebrew/Cellar/appwrite/6.2.2/libexec/lib/node_modules/appwrite-cli/lib/client.js:211:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async migrationsCreateAppwriteMigration (/opt/homebrew/Cellar/appwrite/6.2.2/libexec/lib/node_modules/appwrite-cli/lib/commands/migrations.js:115:16) {
code: 400,
response: 'document_invalid_structure'
}
Migrations were working just fine in v1.6.0, and I haven’t made any schema changes that introduce a destination field — it doesn’t exist in any of my collections.
Anyone else experiencing this?
Recommended threads
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...