Chuck Norris Emailed Me This Patch... I'm Not Going To Question It

This commit is contained in:
coolnsx
2026-03-12 14:56:15 +05:30
parent 23eb0efafb
commit ebc76ae480

View File

@@ -4,7 +4,7 @@ Description=Immich Database Container
[Container] [Container]
Pod=immich.pod Pod=immich.pod
ContainerName=immich_db ContainerName=immich_db
Image=ghcr.io/immich-app/postgres:17-vectorchord0.4.3 Image=ghcr.io/immich-app/postgres:18-vectorchord0.5.3
Exec=postgres -c shared_preload_libraries=vchord -c unix_socket_directories='/var/run/postgresql/,/tmp/immich/' -c unix_socket_permissions=0770 -c shared_buffers=2GB -c work_mem=64MB -c effective_cache_size=4GB -c listen_addresses='' Exec=postgres -c shared_preload_libraries=vchord -c unix_socket_directories='/var/run/postgresql/,/tmp/immich/' -c unix_socket_permissions=0770 -c shared_buffers=2GB -c work_mem=64MB -c effective_cache_size=4GB -c listen_addresses=''
# Enable auto-update container # Enable auto-update container
@@ -15,7 +15,7 @@ Environment=POSTGRES_USER=${DB_USERNAME}
Environment=POSTGRES_DB=${DB_DATABASE_NAME} Environment=POSTGRES_DB=${DB_DATABASE_NAME}
Environment=POSTGRES_INITDB_ARGS=--data-checksums Environment=POSTGRES_INITDB_ARGS=--data-checksums
Volume=%h/podman/immich/database:/var/lib/postgresql/data Volume=%h/podman/immich/database:/var/lib/postgresql
[Service] [Service]
# pass this to autofill above variables # pass this to autofill above variables