We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3059524 commit 480f44dCopy full SHA for 480f44d
1 file changed
root/defaults/custom.cnf
@@ -129,6 +129,8 @@ log_bin_index = /config/log/mysql/mariadb-bin.index
129
expire_logs_days = 10
130
max_binlog_size = 100M
131
# slaves
132
+# If not set in a single server environment binary logs will never be discarded - https://jira.mariadb.org/browse/MDEV-34504
133
+slave_connections_needed_for_purge = 0
134
#relay_log = /config/log/mysql/relay-bin
135
#relay_log_index = /config/log/mysql/relay-bin.index
136
#relay_log_info_file = /config/log/mysql/relay-bin.info
0 commit comments