Skip to content

Commit

Permalink
chore: set binlog purge days for mysql 5.7 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei authored Dec 19, 2023
1 parent 687823d commit 6ac18d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/mysql/config/mysql5.7-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ binlog_row_image=FULL
binlog_order_commits=ON
log-bin={{ $data_root }}/binlog/mysql-bin
log_bin_index={{ $data_root }}/binlog/mysql-bin.index
expire_logs_days=7
max_binlog_size=134217728
# binlog_rows_query_log_events=ON #AWS not set
# binlog_transaction_dependency_tracking=WRITESET #Default Commit Order, Aws not set
Expand Down

0 comments on commit 6ac18d1

Please sign in to comment.