my current appwrite version is 1.7.0, and i want to upgrade it to the latest version 1.7.4, since i am experiencing an issue where my appwrite console is not opening and it seems to be fixed in 1.7.4
but i get error when running docker compose exec appwrite migrate
this is the error
.......
Migrating documents for collection "devKeys"
Migrating documents for collection "webhooks"
Migrating documents for collection "certificates"
Migrating documents for collection "realtime"
Migrating documents for collection "rules"
Project "console" not found for rule "66565e012432595fd059"
Failed to update document "66565e012432595fd059" in collection "rules":Invalid document structure: Unknown attribute: "region"
Failed to update document "6671c437c7f4b4e3a2c3" in collection "rules":Invalid document structure: Unknown attribute: "region"
Failed to update document "66782daf73ac6d5583a1" in collection "rules":Invalid document structure: Unknown attribute: "region"
Failed to update document "6678492d73470ad0bc2a" in collection "rules":Invalid document structure: Unknown attribute: "region"
Failed to update document "66bfbca15f769a4081c0" in collection "rules":Invalid document structure: Unknown attribute: "region"
Migrating documents for collection "installations"
Migrating documents for collection "repositories"
Migrating documents for collection "vcsComments"
Migrating documents for collection "vcsCommentLocks"
Migrating documents for collection "cache"
Migrating documents for collection "users"
Migrating documents for collection "tokens"
Migrating documents for collection "authenticators"
Migrating documents for collection "challenges"
Migrating documents for collection "sessions"
Migrating documents for collection "identities"
Migrating documents for collection "teams"
......
i am safely able to upgrade to 1.7.2, but after that at 1.7.3 and 1.7.4 i get this migration error. and my applications stop working and opening
i get the same error
can you fixed it?
nope, still looking for solution
Recommended threads
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...