sparkyfitness: use postgresql 18 over 15

This commit is contained in:
Tom Frenzel
2026-02-22 13:31:47 +01:00
parent 52f38c3eba
commit 50730dfc96
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ function update_script() {
fi
NODE_VERSION="25" setup_nodejs
PG_VERSION="15" setup_postgresql
PG_VERSION="18" setup_postgresql
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
msg_info "Stopping Services"