fix: refs #8140 fix call to role-change script
This commit is contained in:
parent
a0a0026f6e
commit
5e5aed051f
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
|
||||
echo "Promoting Events."
|
||||
"/root/scripts/events-promote.sh"
|
||||
"/root/scripts/role-change.sh --promote"
|
||||
|
||||
for node in "${dbClusterSiblings[@]}"; do
|
||||
ssh root@$node service mysql start
|
||||
|
|
Loading…
Reference in New Issue