#Database lost after update?
1 messages · Page 1 of 1 (latest)
Probably remove the name property at the top of the file and try again
Or put a # in front of it
That didn't work either.
I get this output then:
> docker compose down
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
[+] Running 1/1
✔ Network immich-app_default Removed 0.8s
> docker compose up
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
WARN[0000] The "c37m5" variable is not set. Defaulting to a blank string.
[+] Running 1/1
✔ Network immich-app_default Created 0.3s
⠋ Container immich_postgres Creating 0.0s
⠋ Container immich_typesense Creating 0.0s
⠋ Container immich_machine_learning Creating 0.0s
⠋ Container immich_redis Creating 0.0s
Error response from daemon: Conflict. The container name "/immich_machine_learning" is already in use by container "bfbf30e091a9445a9105e2ed4a979e28864f8a9a5133c4cf337d301b5a4520ae". You have to remove (or rename) that container to be able to reuse that name.
post your compose, something's off
do a docker compose down, then check with docker ps if there are still immich containers up and running
Here is my docker-compose.yml and the console output:
Thank you!
did you move the docker-compose file around?
docker compose down and then docker rm -f 90d78cdf2ab8 ... repeat the same for all immich containers
What exactly do you mean by that?
But won't I lose my users, pictures and albums then? I heard the database is also stored in a docker container..