mirror of
https://github.com/webmin/webmin.git
synced 2026-08-30 02:10:33 +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.
7 lines
307 B
HTML
7 lines
307 B
HTML
<header>Binary logging enabled?</header>
|
|
|
|
<p>When set to <b>Yes</b>, the database server writes all changes made to
|
|
databases to binary log files. These logs are needed for replication, and for
|
|
point-in-time recovery of backups. The server must be re-started for a change
|
|
to this option to take effect.</p>
|