ericswpark
Here's the output of running docker compose exec appwrite migrate
:
TypeScript
Migrating Project: Appwrite (console)
Migrating Collections
Migrating Collection "projects"
'oAuthProviders' from projects: Attribute not found
Migrating Collection "schedules"
Migrating Collection "platforms"
Migrating Collection "keys"
Migrating Collection "webhooks"
'enabled' from webhooks: Attribute already exists
'logs' from webhooks: Attribute already exists
'attempts' from webhooks: Attribute already exists
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
The server was previously running 1.4.13. Any help would be appreciated!
TL;DR
Migration during server update to version 1.5.2 failed due to missing attributes. The error "Attribute not found" is preventing the update. This issue is likely related to changes in the data structure between versions. Developers should review the migration scripts and database schema changes introduced in version 1.5.2 to identify and address the missing attributes during the migration process. Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...