postgresql-container
postgresql-container copied to clipboard
Postgres container needs to support out of the box log rotation
To the best of my understanding the images do not support it currently.
@bazulay How it should work? (linux containers are very specific environments)
Logrotation is implemented in PostgreSQL, and is enabled by default:
log_truncate_on_rotation = on
log_rotation_age = 1d