Skip to content

Commit

Permalink
Update Immich | Defaults | main.yml (#336)
Browse files Browse the repository at this point in the history
Update the postgres version following the maintainers directions.
  • Loading branch information
RaneyDazed authored Feb 21, 2024
1 parent c5a4242 commit 3b20ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/immich/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ immich_name: immich

immich_postgres_name: "{{ immich_name }}-postgres"
immich_postgres_docker_env_db: "{{ immich_name }}"
immich_postgres_docker_image_tag: "pg14-v0.1.11"
immich_postgres_docker_image_tag: "pg14-v0.2.0"
immich_postgres_docker_image_repo: "tensorchord/pgvecto-rs"
immich_postgres_paths_folder: "{{ immich_name }}"
immich_postgres_paths_location: "{{ server_appdata_path }}/{{ postgres_paths_folder }}/postgres"
Expand Down

0 comments on commit 3b20ff3

Please sign in to comment.