mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 21:31:27 -07:00
Fix replication server_id already in use
This commit is contained in:
parent
c3458f4823
commit
1e03a259fb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -100,6 +100,8 @@ jobs:
|
|||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
ports:
|
||||
- 3308:3306
|
||||
options: >-
|
||||
--server_id 2
|
||||
|
||||
db_replica2:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
|
@ -108,6 +110,8 @@ jobs:
|
|||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
ports:
|
||||
- 3309:3306
|
||||
options: >-
|
||||
--server_id 3
|
||||
|
||||
steps:
|
||||
- name: 'Wait 20s for the service containers to be healthy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue