Hi
Immich has stopped loading/responding, those lines repeat infinitely in the logs:
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:WebsocketRepository] Initialized websocket server
Jul 05 21:56:31 [Nest] 197001 - 07/05/2026, 7:56:31 PM LOG [Microservices:MapRepository] Starting geodata import
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:DatabaseRepository] targetLists=1, current=1 for clip_index of 32213 rows
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:DatabaseRepository] targetLists=1, current=1 for face_index of 36716 rows
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:DatabaseRepository] Running migrations
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:DatabaseRepository] Finished running migrations
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:DatabaseService] Checking for schema drift
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] Detected schema drift. For more information, see https://docs.immich.app/errors#schema-drift or run `immich-admin schema-check`
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The index "geodata_places"."idx_geodata_places_name" is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The index "geodata_places"."idx_geodata_places_admin2_name" is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The index "geodata_places"."idx_geodata_places_admin1_name" is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The index "geodata_places"."idx_geodata_places_alternate_names" is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The constraint "geodata_places"."geodata_places_pkey" (primary-key) is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM WARN [Api:DatabaseService] - The constraint "naturalearth_countries"."naturalearth_countries_pkey" (primary-key) is missing and needs to be created
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:StorageService] Verifying system mount folder checks, current state: {"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
Jul 05 21:56:31 [Nest] 197013 - 07/05/2026, 7:56:31 PM LOG [Api:StorageService] Successfully verified system mount folder checks
Jul 05 21:56:31 /usr/src/app/server/dist/utils/config.js:121
Jul 05 21:56:31 throw new Error(messages.join('\n'));
Jul 05 21:56:31 ^
Jul 05 21:56:31 2026-07-05T19:56:31Z
Jul 05 21:56:31 Error: Invalid system config:
Jul 05 21:56:31 - [ffmpeg.acceptedAudioCodecs.2] Invalid option: expected one of "mp3"|"aac"|"opus"|"pcm_s16le"
Jul 05 21:56:31 at buildConfig (/usr/src/app/server/dist/utils/config.js:121:19)
Jul 05 21:56:31 at async /usr/src/app/server/dist/utils/config.js:60:26
Jul 05 21:56:31 2026-07-05T19:56:31Z
Jul 05 21:56:31 Node.js v24.14.1
Jul 05 21:56:31 api worker exited with code 1
Jul 05 21:56:31 2026-07-05 19:56:31,957 WARN exited: server (exit status 1; not expected)
Jul 05 21:56:32 2026-07-05 19:56:32,959 INFO spawned: 'server' with pid 197026
Jul 05 21:56:33 2026-07-05 19:56:33,961 INFO success: server entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Jul 05 21:56:34 (node:197026) ExperimentalWarning: WASI is an experimental feature and might change at any time
Jul 05 21:56:34 (Use `node --trace-warnings ...` to show where the warning was created)
Jul 05 21:56:35 Starting api worker
Jul 05 21:56:35 Starting microservices worker
Jul 05 21:56:37 (node:197026) ExperimentalWarning: WASI is an experimental feature and might change at any time
Jul 05 21:56:37 (Use `node --trace-warnings ...` to show where the warning was created)
Jul 05 21:56:37 (node:197038) ExperimentalWarning: WASI is an experimental feature and might change at any time
Jul 05 21:56:37 (Use `node --trace-warnings ...` to show where the warning was created)
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:WebsocketRepository] Initialized websocket server
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:DatabaseRepository] targetLists=1, current=1 for clip_index of 32213 rows
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:DatabaseRepository] targetLists=1, current=1 for face_index of 36716 rows
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:DatabaseRepository] Running migrations
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:DatabaseRepository] Finished running migrations
Jul 05 21:56:37 [Nest] 197026 - 07/05/2026, 7:56:37 PM LOG [Microservices:DatabaseService] Checking for schema drift
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] Detected schema drift. For more information, see https://docs.immich.app/errors#schema-drift or run `immich-admin schema-check`
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The index "geodata_places"."idx_geodata_places_name" is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The index "geodata_places"."idx_geodata_places_admin2_name" is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The index "geodata_places"."idx_geodata_places_admin1_name" is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The index "geodata_places"."idx_geodata_places_alternate_names" is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The constraint "geodata_places"."geodata_places_pkey" (primary-key) is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM WARN [Microservices:DatabaseService] - The constraint "naturalearth_countries"."naturalearth_countries_pkey" (primary-key) is missing and needs to be created
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM LOG [Microservices:StorageService] Verifying system mount folder checks, current state: {"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM LOG [Microservices:StorageService] Successfully verified system mount folder checks
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM LOG [Microservices:MetadataService] Bootstrapping metadata service
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM LOG [Microservices:MetadataService] Initializing metadata service
Jul 05 21:56:38 [Nest] 197026 - 07/05/2026, 7:56:38 PM LOG [Microservices:MapRepository] Initializing metadata repository
System info:
System
Cloudron version
9.2.0
Ubuntu version
Ubuntu 24.04.2 LTS Linux 6.8.0-134-generic
Vendor
Hetzner
Product
vServer
CPU
4 Core "AMD EPYC-Milan Processor"
Memory
16.37 GB RAM & 4.29 GB Swap
Uptime
2 days
Cloudron creation time
3 years ago
Any idea?
Thanks!