diff --git a/example/README.md b/example/README.md index 0000bd2..65b778c 100644 --- a/example/README.md +++ b/example/README.md @@ -3,8 +3,9 @@ Self-hosted photo and video backup solution directly from your mobile phone. # Installation -You need to ensure your postgres server has the correct database created (immich, or whatever value you set as instance). This database must have 2 extensions created +You need to ensure your postgres server has the correct database created (immich, or whatever value you set as instance). This postgres instance must also have pgvecto.rs installed (v0.1.11). This database must have 3 extensions created ``` CREATE EXTENSION cube; CREATE EXTENSION earthdistance; +CREATE EXTENSION vectors; ``` diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index a19d134..e731ad3 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -115,7 +115,7 @@ job "immich" { user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.92.0" + image = "ghcr.io/immich-app/immich-server:v1.92.1" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -171,7 +171,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.92.0" + image = "ghcr.io/immich-app/immich-server:v1.92.1" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -294,7 +294,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.92.0" + image = "ghcr.io/immich-app/immich-machine-learning:v1.92.1" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index c380040..616556f 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: v1.92.0 + version: v1.92.1 # API server settings server: