I
Immich2y ago
marek

Database issue since updating

Hi, I updated my immich docker compose from 1.76 to 1.81 using docker compose up --force-recreate --build -d. Ever since then I can't run immich because the database container doesn't start up. This is the last relevant part of the log, after which the postgress container just repeatadly says the database system is starting up
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: starting PostgreSQL 14.8 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r10) 12.2.1 20220924, 64-bit
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: listening on IPv6 address "::", port 5432
immich_postgres | 2023-10-07 10:41:13.156 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_machine_learning | [10/07/23 10:41:15] INFO Created in-memory cache with unloading disabled.
immich_machine_learning | [10/07/23 10:41:15] INFO Initialized request thread pool with 12 threads.
immich_postgres | 2023-10-07 10:41:16.842 UTC [23] LOG: database system was interrupted; last known up at 2023-10-07 10:24:13 UTC
immich_postgres | 2023-10-07 10:41:16.842 UTC [24] FATAL: the database system is starting up
immich_postgres | 2023-10-07 10:41:16.843 UTC [25] FATAL: the database system is starting up
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: starting PostgreSQL 14.8 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r10) 12.2.1 20220924, 64-bit
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
immich_postgres | 2023-10-07 10:41:11.287 UTC [1] LOG: listening on IPv6 address "::", port 5432
immich_postgres | 2023-10-07 10:41:13.156 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_machine_learning | [10/07/23 10:41:15] INFO Created in-memory cache with unloading disabled.
immich_machine_learning | [10/07/23 10:41:15] INFO Initialized request thread pool with 12 threads.
immich_postgres | 2023-10-07 10:41:16.842 UTC [23] LOG: database system was interrupted; last known up at 2023-10-07 10:24:13 UTC
immich_postgres | 2023-10-07 10:41:16.842 UTC [24] FATAL: the database system is starting up
immich_postgres | 2023-10-07 10:41:16.843 UTC [25] FATAL: the database system is starting up
2 Replies
marek
marekOP2y ago
This is my compose.yml file
Alex Tran
Alex Tran2y ago
Hello, please make sure to read the release note form 76 to 81 to see if there is anything you will need to do in order to get the system back up and running

Did you find this page helpful?