Correct user for psql

This commit is contained in:
Florian Stosse
2025-08-29 17:42:23 +02:00
parent 135dcfba81
commit 95b16e8c49

2
run.sh
View File

@@ -182,7 +182,7 @@ if [ "$1" == "run" ]; then
fi
# Load functions for OSM Carto v5.9.0
sudo -u renderer psql -d gis -f /data/functions.sql
sudo -u postgres psql -d gis -f /data/functions.sql
# Initialize PostgreSQL and Apache
createPostgresConfig