Skip to content

Commit

Permalink
fix: inform PG after log rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Sep 4, 2023
1 parent 917e335 commit a12e27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/files/logrotate_config/logrotate-postgres-csv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
notifempty
missingok
postrotate
sudo -u postgres pg_ctl -D /var/lib/postgresql/data logrotate
sudo -u postgres /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data logrotate
endscript
}
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.0.116"
postgres-version = "15.1.0.117"

0 comments on commit a12e27d

Please sign in to comment.