Dirk Schippers
Dirk Schippers
Sorry, I did indeed mean switchover, we never let it happen automatically. The bottom bar on the web interface shows: Replication-Manager 2.0.1-6-g0ff0d711 2018-07-26T10:02:38+0000 linux amd64 © 2017 SIGNAL 18 SARL
Just did it again, first switchover is without activity, second switchover is with lots of activity, here is the log: `2018/11/05 15:58:06 [017_018_cluster_dirk] INFO - Rest API receive Switchover request...
Hi Tanji, You are completely right. Somehow, the proxysql configuration got disabled (and I blame it on our own end). It didn't work after changing the configuration. The result is...
Hi. I have improved on my configuration skills to get closer to the problem. I think I have updated the configuration correctly to support proxysql. I am not sure wether...
Hi, Here is the config file (with masked stuff): ``` ############## ## TOPOLOGY ## ############## # replication-multi-master = false # replication-multi-tier-slave = false [017_018_Cluster_Dirk] title = "Dirk" db-servers-hosts = "srv-sql-017.alpaca.int:3306,srv-sql-018.alpaca.int:3306"...
Hi, I just wanted to inform you guys that I have been absent for some time because my eight year old son is in the hospital. The problem has not...
@tanji I have just sent you an email with screenshots.
Hi, Proxysql works perfectly. I connect through it with my mysql client. I think I have done the configuration correctly, but here is what you asked: MySQL [(none)]> select *...
Yes... MySQL [(none)]> select * from runtime_mysql_servers; +--------------+---------------+------+--------+--------+------------ -+-----------------+---------------------+---------+---------------- +---------+| hostgroup_id | hostname | port | status | weight | compression | | max_connections | max_replication_lag | use_ssl | max_latency_ms...
Yep, that also works fine. Firewalls were specifically configured to allow that... [dirk@SRV-SYS-080 ~]$ mysql -u admin -h srv-sql-018.alpaca.int - pXXX -P 6032Welcome to the MariaDB monitor. Commands end with...