Merge "Expire mysql binary logs out of the box"
This commit is contained in:
commit
716a428c62
@ -15,6 +15,7 @@ log-error=/var/log/kolla/mariadb/mariadb.log
|
||||
|
||||
log-bin=mysql-bin
|
||||
binlog_format=ROW
|
||||
expire_logs_days=14
|
||||
default-storage-engine=innodb
|
||||
innodb_autoinc_lock_mode=2
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Automatically expire MariaDB binary logs after 14 days.
|
Loading…
x
Reference in New Issue
Block a user