© 2026 Hedgehog Software, LLC
ghcr.io/immich-app/postgres:16-vectorchord0.3.0
docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=postgres | gzip > dump.sql.gz
snip CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX ERROR: failed to parse options: TOML parse error at line 1, column 1 | 1 | | ^ CREATE INDEX ERROR: failed to parse options: TOML parse error at line 1, column 1 | 1 | | ^ CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX snip
2025-05-25 13:15:08.384 CEST [80] ERROR: failed to parse options: TOML parse error at line 1, column 1 | 1 | | ^ 2025-05-25 13:15:08.384 CEST [80] STATEMENT: CREATE INDEX clip_index ON public.smart_search USING vchordrq (embedding public.vector_cosine_ops) WITH (options=' residual_quantization = false [build.internal] lists = [1] spherical_centroids = true build_threads = 4 sampling_factor = 1024 '); 2025-05-25 13:15:08.405 CEST [80] ERROR: failed to parse options: TOML parse error at line 1, column 1 | 1 | | ^ 2025-05-25 13:15:08.405 CEST [80] STATEMENT: CREATE INDEX face_index ON public.face_search USING vchordrq (embedding public.vector_cosine_ops) WITH (options=' residual_quantization = false [build.internal] lists = [1] spherical_centroids = true build_threads = 4 sampling_factor = 1024 ');