#[SOLVED] Upgrade from 1.6.1 to 1.6.2 fails, error 409 document_already_exists on all endpoints

8 messages · Page 1 of 1 (latest)

zinc valley
#

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

#

a last thing i could try is to stop all appwrite containers, upgrade only the appwrite_appwrite container, do the migrations, upgrade all others containers and restart them

#

but idk if it could help

#

running doctor, everything is green except the check version. "Failed to check for a newer version"

#

i put it on dev, now i have the error

#

i removed the existing line ine the _console_rules and now i think it's good

#

will keep it just a bit more open, the time i check if everything is good

zinc valley
#

ok i was able to check almost every data, i also tested all the actions i usualy do which all work.
So i will put it as solved