mirror of
https://github.com/webmin/webmin.git
synced 2026-09-14 01:20:38 +01:00
13 lines
647 B
HTML
13 lines
647 B
HTML
<header>Automatically delete logs older than</header>
|
|
|
|
<p>The number of days that binary log files are kept before the server deletes
|
|
them automatically. Without a limit, logs will grow until they fill up the
|
|
disk. For point-in-time recovery the retention period must be at least as long
|
|
as the interval between full backups, so that all transactions since the last
|
|
backup remain available for replay.</p>
|
|
|
|
<p>A value of <tt>0</tt> disables automatic deletion entirely. Fractions of a
|
|
day like <tt>0.5</tt> are supported on MySQL 8 and MariaDB 10.6 or later.
|
|
MariaDB always limits retention to 99 days, while MySQL 8 accepts up to
|
|
49710 days.</p>
|