summaryrefslogtreecommitdiff
path: root/extra/pgbouncer/pgbouncer.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pgbouncer/pgbouncer.install')
-rw-r--r--extra/pgbouncer/pgbouncer.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pgbouncer/pgbouncer.install b/extra/pgbouncer/pgbouncer.install
index 2f77ae50f..6374fdf94 100644
--- a/extra/pgbouncer/pgbouncer.install
+++ b/extra/pgbouncer/pgbouncer.install
@@ -8,10 +8,10 @@ post_install() {
fi
chown pgbouncer:pgbouncer /var/log/pgbouncer
systemd-tmpfiles --create pgbouncer.conf
- post_update
+ post_upgrade
}
-post_update() {
+post_upgrade() {
gpasswd -a pgbouncer postgres
}