Following the instructions in https://appwrite.io/docs/advanced/self-hosting/update i was unable to upgrade to 1.4.13, the error i got is Error response from daemon: Renaming a container with the same name as its current name
What should i do now to complete or upgrade? I have not run any other command or tried to upgrade it again, i just left it untouched until i know what to do now
i used this command to upgrade:
docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="upgrade" \ appwrite/appwrite:1.4.13
My log (resume), is attatched as a txt file, if you need the full log i can upload it too, i deleted the the pulls, extracts, etc. lines that i dont think they are important
I have my terminal opened atm because i do not how to proceed