SO today i wanted to upgrade on of my appwrite infra hosted on a swarm cluster.
I asked GPT to make a simple script to check duplicate on _uid accross the whole appwrite database and found multiple dupe keys (i assume the duplicates in the metadata are normal as it's not IDs)
After removing them, they poped back and still 409
After editing the _uid (just took the existing one and replaced the last hex chara with another one), the duplicates where not present and not poping back, tho still 409.
At this point i reverted back to 1.6.1 and idk what to do now