
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
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
