From 570d5e4c0dc15309e5c1c7b5473ca9436ca09517 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 8 Nov 2023 07:16:36 +0100 Subject: [PATCH] DBZ-6873 Use MySQL 8.2 --- examples/mysql-gtids/2.5/Dockerfile | 2 +- examples/mysql-gtids/2.5/mysql.cnf | 4 ++-- examples/mysql-replication/master/2.5/master.cnf | 2 +- examples/mysql/2.5/Dockerfile | 2 +- examples/mysql/2.5/mysql.cnf | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/mysql-gtids/2.5/Dockerfile b/examples/mysql-gtids/2.5/Dockerfile index 27864eb1..c7c43f4d 100644 --- a/examples/mysql-gtids/2.5/Dockerfile +++ b/examples/mysql-gtids/2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM mysql:8.1 +FROM mysql:8.2 LABEL maintainer="Debezium Community" diff --git a/examples/mysql-gtids/2.5/mysql.cnf b/examples/mysql-gtids/2.5/mysql.cnf index 4d0e74cd..988f6b5a 100644 --- a/examples/mysql-gtids/2.5/mysql.cnf +++ b/examples/mysql-gtids/2.5/mysql.cnf @@ -1,5 +1,5 @@ # For advice on how to change settings please see -# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html +# https://dev.mysql.com/doc/refman/8.2/en/server-configuration-defaults.html [mysqld] # @@ -46,7 +46,7 @@ enforce_gtid_consistency = on # Server ID is required, but this will vary on production systems server-id = 223344 log_bin = mysql-bin -expire_logs_days = 1 +binlog_expire_logs_seconds = 86400 binlog_format = row default_authentication_plugin = mysql_native_password diff --git a/examples/mysql-replication/master/2.5/master.cnf b/examples/mysql-replication/master/2.5/master.cnf index 463cc01c..0e6c4b2a 100644 --- a/examples/mysql-replication/master/2.5/master.cnf +++ b/examples/mysql-replication/master/2.5/master.cnf @@ -1,5 +1,5 @@ # For advice on how to change settings please see -# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html +# https://dev.mysql.com/doc/refman/8.2/en/server-configuration-defaults.html [mysqld] server-id = 1 diff --git a/examples/mysql/2.5/Dockerfile b/examples/mysql/2.5/Dockerfile index 27864eb1..c7c43f4d 100644 --- a/examples/mysql/2.5/Dockerfile +++ b/examples/mysql/2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM mysql:8.1 +FROM mysql:8.2 LABEL maintainer="Debezium Community" diff --git a/examples/mysql/2.5/mysql.cnf b/examples/mysql/2.5/mysql.cnf index b15b02ca..aa56ad2f 100644 --- a/examples/mysql/2.5/mysql.cnf +++ b/examples/mysql/2.5/mysql.cnf @@ -1,5 +1,5 @@ # For advice on how to change settings please see -# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html +# https://dev.mysql.com/doc/refman/8.2/en/server-configuration-defaults.html [mysqld] # @@ -40,7 +40,7 @@ symbolic-links=0 # Server ID is required, but this will vary on production systems server-id = 223344 log_bin = mysql-bin -expire_logs_days = 1 +binlog_expire_logs_seconds = 86400 binlog_format = row default_authentication_plugin = mysql_native_password