Get the default configuration file postgresql-common for PostgreSQL, optimized for Debian GNU/Linux 11 (bullseye). This example configuration ensures optimal compatibility and performance for PostgreSQL, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/logrotate.d/postgresql-common.
For more configurations and setup guides, visit our related files section to further customize your system.
/var/log/postgresql/*.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}
Download the raw file with wget or curl
wget -O postgresql-common.example https://exampleconfig.com/static/raw/postgresql/debian11/etc/logrotate.d/postgresql-common
curl https://exampleconfig.com/static/raw/postgresql/debian11/etc/logrotate.d/postgresql-common > postgresql-common.example
Other config files you might find useful