File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description:
8
8
9
9
logo : images/db-failover-red.png
10
10
11
- baseUrl : https://raw.githubusercontent.com/jelastic-jps /mysql-cluster/master /addons/promote-new-primary
11
+ baseUrl : https://raw.githubusercontent.com/sych74 /mysql-cluster/stage-addon /addons/promote-new-primary
12
12
13
13
mixins :
14
14
- https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0/scripts/common.yml
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ cleanSyncData(){
152
152
--exclude=auto.cnf \
153
153
--exclude=mysqld.pid \
154
154
--exclude=mysql.sock \
155
+ --exclude=mysql-bin.* \
155
156
root@${mysql_src_ip} :/var/lib/mysql/ /var/lib/mysql/
156
157
}
157
158
@@ -163,6 +164,7 @@ resyncData(){
163
164
--exclude=auto.cnf \
164
165
--exclude=mysqld.pid \
165
166
--exclude=mysql.sock \
167
+ --exclude=mysql-bin.* \
166
168
root@${mysql_src_ip} :/var/lib/mysql/ /var/lib/mysql/
167
169
}
168
170
You can’t perform that action at this time.
0 commit comments