add pgvector

This commit is contained in:
CanbiZ (MickLesk) 2026-02-17 11:13:48 +01:00
parent a12bfd9ab3
commit dc8d48128c
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ function update_script() {
msg_ok "Backed up Data"
msg_info "Updating Discourse"
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
cd /opt/discourse
git pull origin main
$STD bundle install --deployment --without test development

View File

@ -28,7 +28,7 @@ $STD apt install -y \
redis-server
msg_ok "Installed Dependencies"
PG_VERSION="16" setup_postgresql
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
NODE_VERSION="22" setup_nodejs
RUBY_VERSION="3.4.4" setup_ruby