Skip to content

Commit

Permalink
dm: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Nov 27, 2024
1 parent 6ead280 commit 0e2dc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm/tests/mariadb_master_down_and_up/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ x-node: &default-node
services:
mariadb_master:
<<: *default-node
image: mariadb:11.4
image: mariadb:11.3
command: --log-bin=/var/lib/mysql/mysql-bin --log_slave_updates=ON --server-id=1 --gtid_domain_id=0 --binlog-format=ROW
container_name: mariadb_master
hostname: mariadb_master
Expand All @@ -26,7 +26,7 @@ services:

mariadb_slave:
<<: *default-node
image: mariadb:11.4
image: mariadb:11.3
command: --log-bin=/var/lib/mysql/mysql-bin --log_slave_updates=ON --server-id=2 --gtid_domain_id=0 --binlog-format=ROW
container_name: mariadb_slave
hostname: mariadb_slave
Expand Down

0 comments on commit 0e2dc63

Please sign in to comment.