Files
webmin/mysql/help/binlogs_purge.html
Ilia Ross b3b81af34f Add MySQL binary log management
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.
2026-08-28 02:16:50 +02:00

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>