From 45d991f2151e060efb2079afe92cae4845228988 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:54:06 +0100 Subject: [PATCH] Rename PostgreSQL database to 'domainlocker_db' --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index b3fba6d32..220c785b8 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -14,7 +14,7 @@ network_check update_os PG_VERSION="17" setup_postgresql -PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db +PG_DB_NAME="domainlocker_db" PG_DB_USER="domainlocker" setup_postgresql_db NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"