#Database lost after update?

1 messages · Page 1 of 1 (latest)

misty hemlock
#

I noticed that I couldn't access my the webpage anymore and it showed an error of undefined index and then I went on GitHub and saw the migration guide for Version 1.88.1 and followed that and now it asks me to create a new user ("Admin Registration"). What did I do wrong and is there a way to safe the database?

long lance
#

Probably remove the name property at the top of the file and try again

#

Or put a # in front of it

misty hemlock
#

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.
halcyon compass
#

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

misty hemlock
vivid forge
#

did you move the docker-compose file around?

halcyon compass
#

docker compose down and then docker rm -f 90d78cdf2ab8 ... repeat the same for all immich containers

misty hemlock
misty hemlock
halcyon compass
#

docker rm -f CONTAINERNAME stops the container prior removing, so docker stop Containername won't be needed

#

the volumes won't be touched