Skip to content

Commit 73b9911

Browse files
committed
fix: inform PG after log rotation
1 parent 917e335 commit 73b9911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/files/logrotate_config/logrotate-postgres-csv.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
notifempty
77
missingok
88
postrotate
9-
sudo -u postgres pg_ctl -D /var/lib/postgresql/data logrotate
9+
sudo -u postgres /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data logrotate
1010
endscript
1111
}

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.116"
1+
postgres-version = "15.1.0.117"

0 commit comments

Comments
 (0)