[SOLVED] Upgrade Error: Renaming a container with the same name as its current name
- 0
- Self Hosted
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
try to recreate the containers:
docker compose down
docker compose up -d
let me do that
$ docker compose down 1 ⨯ no configuration file provided: not found
do i need to do it with sudo?
@Steven ?
You need to execute these commands in the appwrite folder that has the docker compose file
oh
bot commands ended successfully @Steven so, now do i need to run the migration command? o re-run the upgrade command?
?
Migrate
yep, is ended fine, im back in game, thanks a lot @Steven
[SOLVED] Upgrade Error: Renaming a container with the same name as its current name
Recommended threads
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...