[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
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...