add pgvector
This commit is contained in:
parent
a12bfd9ab3
commit
dc8d48128c
@ -43,6 +43,7 @@ function update_script() {
|
|||||||
msg_ok "Backed up Data"
|
msg_ok "Backed up Data"
|
||||||
|
|
||||||
msg_info "Updating Discourse"
|
msg_info "Updating Discourse"
|
||||||
|
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
|
||||||
cd /opt/discourse
|
cd /opt/discourse
|
||||||
git pull origin main
|
git pull origin main
|
||||||
$STD bundle install --deployment --without test development
|
$STD bundle install --deployment --without test development
|
||||||
|
|||||||
@ -28,7 +28,7 @@ $STD apt install -y \
|
|||||||
redis-server
|
redis-server
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PG_VERSION="16" setup_postgresql
|
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
|
||||||
NODE_VERSION="22" setup_nodejs
|
NODE_VERSION="22" setup_nodejs
|
||||||
RUBY_VERSION="3.4.4" setup_ruby
|
RUBY_VERSION="3.4.4" setup_ruby
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user