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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...