diff --git a/home.admin/config.scripts/bonus.postgresql.sh b/home.admin/config.scripts/bonus.postgresql.sh index d3cbb8619..f34d7e44c 100755 --- a/home.admin/config.scripts/bonus.postgresql.sh +++ b/home.admin/config.scripts/bonus.postgresql.sh @@ -158,6 +158,7 @@ if [ "$command" = "1" ] || [ "$command" = "on" ]; then # start cluster sudo systemctl enable --now postgresql + sudo systemctl enable --now postgresql@$PG_VERSION-main # check if PostgreSQL was installed if psql --version; then