mirror of
https://github.com/webmin/webmin.git
synced 2026-09-16 10:30:39 +01:00
This PR adds a "Binary Logging" page to configure log format, file size and retention, rotate or purge logs, and support restore sessions that do not write back to binary logs.
8 lines
424 B
HTML
8 lines
424 B
HTML
<header>Binary logs to delete</header>
|
|
|
|
<p>Deletes old binary log files from the server immediately to free up disk
|
|
space, either those older than the chosen number of days, or all logs except
|
|
the one currently being written. Logs that have been deleted can no longer be
|
|
used for replication or point-in-time recovery, so make sure they are not
|
|
needed by any replica or for replaying transactions since the last backup.</p>
|