Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fixes aurora defaulthostgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgvboven authored and Rub& committed Jan 9, 2023
1 parent 6434e60 commit 1a04891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/files/cli/commands/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ command_sync:node() {
newDefaultHostgroup=-1
newDefaultHostgroupCount=-1

proxysql_execute_query "
SAVE MYSQL SERVERS TO MEMORY;
";

servers=$(proxysql_execute_query "
SELECT hostname, hostgroup_id
FROM mysql_servers
Expand Down

0 comments on commit 1a04891

Please sign in to comment.