caffeinated92
caffeinated92
Hi @peterpan104, can you give me the state of mysql_servers and runtime_mysql_servers in the proxysql DB before and after switchover? I need to know if your mysql_servers having the correct...
can you give me the result of ls -lah /var/lib/replication-manager/cluster2/192.168.18.55_3307
Can you try to restart the replication manager?
can you show me: `show slave hosts` from each instance? time="2024-04-08 11:29:06" level=debug msg="Server 192.168.18.55:3307 has no slaves " cluster=cluster2 time="2024-04-08 11:29:06" level=debug msg="Server 192.168.18.55:3308 has no slaves " cluster=cluster2...
can you try to `touch /var/lib/replication-manager/cluster2/192.168.18.55_3307/serverstate.json`
Wait, if it's different VM, do you have the required privileges? db-servers-credential = "firdi:firdi123" are you using the correct username? Please use `mariadb -h 192.168.18.55 -u firdi -pfirdi123 -P3307` to...
can you try to set the log to verbose let me know what it logs?
Okay. I'm on my way checking. Hope it will be solved soon
I will check on this again and make sure if everything works well
options already added in #562 added ssh method for backup binlogs added status for show that master is backing up binlog (previously it will be purged by force-binlog-purge-on-restore)