From 9d34a8f1425dd6c164106948bb09fc907d85baa0 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 27 May 2026 16:22:06 +0200 Subject: [PATCH] fix: add PG_DB_EXTENSIONS variable for PostgreSQL setup --- install/colanode-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/colanode-install.sh b/install/colanode-install.sh index 4246624a..46d049d3 100644 --- a/install/colanode-install.sh +++ b/install/colanode-install.sh @@ -21,7 +21,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" PG_VERSION="17" PG_MODULES="pgvector" setup_postgresql -PG_DB_NAME="colanode_db" PG_DB_USER="colanode" setup_postgresql_db +PG_DB_NAME="colanode_db" PG_DB_USER="colanode" PG_DB_EXTENSIONS="vector" setup_postgresql_db NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "colanode" "colanode/colanode" "tarball"