You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On cluster mode it synchronizes only runtime rules, and as side effect if we disable rules on one node, we can't reenable it on different node since here is no config in memory layer.
Disable rules: UPDATE mysql_query_rules SET active=0; LOAD MYSQL QUERY RULES TO RUNTIME;
Enable rules: UPDATE mysql_query_rules SET active=1; LOAD MYSQL QUERY RULES TO RUNTIME;
The text was updated successfully, but these errors were encountered:
Proxysql Version: 2.7.1
OS: Ubuntu 22
On cluster mode it synchronizes only runtime rules, and as side effect if we disable rules on one node, we can't reenable it on different node since here is no config in memory layer.
UPDATE mysql_query_rules SET active=0; LOAD MYSQL QUERY RULES TO RUNTIME;
UPDATE mysql_query_rules SET active=1; LOAD MYSQL QUERY RULES TO RUNTIME;
The text was updated successfully, but these errors were encountered: