Horizontal scaling configuration

memesaregood2 months ago

Are the following broadcast config keys required to be set on both of the machines running Traccar software in order for horizontal scaling to work? Anything else to be set?

'broadcast.interface'
'broadcast.address'
'broadcast.port'
Anton Tananaev2 months ago

https://www.traccar.org/configuration-file/

Yes, you have to set it on all servers. There are other parameters available.

memesaregood2 months ago

How do I check if horizontal scaling is really working?

Anton Tananaev2 months ago

Connect app to one server and device to another. Check that you get location updates and events.

memesaregood2 months ago

Both machines are using the same DB. Is this allowed by design using horizontal scaling?

Anton Tananaev2 months ago

Not only allowed, but it is required.