On Friday, September 26th, 2025 at 11:26 AM, Bren <[email protected]> 
wrote:

> We used to sync some stick tables on reload like this:
> 
> peers local
> peer server 127.0.0.1:10000
> 
> That was really slick. Now we've moved to using bind with SSL and I haven't 
> been able to replicate the above setup.

Today I tried using the following config:

peer 127.0.0.1:10000
peer server2 IP:10000
peer server3 IP:10000

That didn't work, because the port would only be bound on localhost. Then I 
tried:

peer server1 IP:10000
peer server2 IP:10000
peer server3 IP:10000

But that doesn't sync tables on reload either when all servers are reloaded at 
the same time. Looks like you can either set up a peer to sync to localhost, or 
you can sync to other nodes, but not both.

Bren


Reply via email to