Skip to content

Commit 7026161

Browse files
increase binlog retention period for MySQL (#1099)
Co-authored-by: SSharma-10 <[email protected]>
1 parent 65900f2 commit 7026161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/resources/databases/models/advanced_config/mysql_advanced_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ properties:
204204
This may be extended for services that require binlog entries for longer than the default, for example if using the MySQL Debezium Kafka connector.
205205
type: number
206206
minimum: 600
207-
maximum: 86400
207+
maximum: 604800
208208
example: 600
209209
innodb_change_buffer_max_size:
210210
description: >-

0 commit comments

Comments
 (0)