Hello!
I’m working with a master with several slaves. Some of those slaves are in a VPN and can’t be reached from the outside. The master is not in this VPN, so obviously when I run pt-table-checksum on the master the program is not able to connect to those slaves. So my question is: is it in any way possible to run pt-table-checksum and find differences on those slaves in the VPN? Will it work to run the command on a server inside this VPN and use --recursion-method option and provide DSNs with IPs inside the VPN?
Thanks in advance!