Skip to content

Commit 0c1fad5

Browse files
authored
immich-install.sh: restore pgvector module install (#5286)
1 parent fe1df0b commit 0c1fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
111111
fi
112112

113113
NODE_VERSION="22" setup_nodejs
114-
PG_VERSION="16" setup_postgresql
114+
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
115115

116116
msg_info "Setting up Postgresql Database"
117117
VCHORD_RELEASE="$(curl -fsSL https://api.github.com/repos/tensorchord/vectorchord/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')"

0 commit comments

Comments
 (0)