
Self Hosted Appwrite 1.5.5
(Below attributes is a Relationship) (I rebuilt the containers after the error. down and up -d)
First I added an attribute called “blogCategory”, then I deleted this attribute. Then I added an attribute called 'blogCategory2'.
And voila... I can't update my old records anymore. It gives me an error and it says the old attribute name. I don't know if there is a debugging method for this, I'll give you a screenshot

First Structure
[
{
"title": <string>,
"content": <string>,
"blogCategory": <realtionship>,
}
]
Second Structure
[
{
"title": <string>,
"content": <string>,
"blogCategory2": <realtionship>,
}
]

Relationship attribute remove and added. Old documents don't updated
Recommended threads
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
