From a73b00813ddf0b594baa8b059a312b9087445cc7 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:49:40 +0100 Subject: [PATCH] Update databasus-install.sh --- install/databasus-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/databasus-install.sh b/install/databasus-install.sh index 0b068d865..b6001ab2a 100644 --- a/install/databasus-install.sh +++ b/install/databasus-install.sh @@ -47,16 +47,13 @@ msg_ok "Built Databasus" msg_info "Configuring Databasus" JWT_SECRET=$(openssl rand -hex 32) ENCRYPTION_KEY=$(openssl rand -hex 32) - # Create PostgreSQL version symlinks for compatibility for v in 12 13 14 15 16 18; do ln -sf /usr/lib/postgresql/17 /usr/lib/postgresql/$v done - # Install goose for migrations $STD go install github.com/pressly/goose/v3/cmd/goose@latest ln -sf /root/go/bin/goose /usr/local/bin/goose - cat </opt/databasus/.env # Environment ENV_MODE=production @@ -166,6 +163,7 @@ ln -sf /etc/nginx/sites-available/databasus /etc/nginx/sites-enabled/databasus rm -f /etc/nginx/sites-enabled/default $STD nginx -t $STD systemctl enable -q --now nginx +$STD systemctl reload nginx msg_ok "Configured Nginx" motd_ssh