Hi all,
I am wondering about the requirements for LiteReplicate in a Windows Server environment.
Let's assume the following scenario:
- Master DB on Windows Server 01
- Replication DB on Windows Server 02
Naturally, I guess we'd need the port open on both machines which is used for the replication. For instance port 1234:
“file:/path/to/main.db?replica=master&slave=tcp://WindowsServer02.ip:1234”
I wonder if there are further/other requirements such us authenticating to the according Windows Server Machine (e. g. NTLM or Keberos) so that we can access the server and the file system. This would also imply that futher ports might be required to be opened (e. g. 445 for SMB) and we'd need to somehow authenticate in order to be able to access the target machine / file system.
Many thanks,
Alex