Horizontal scaling configuration

memesaregooda month 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 Tananaeva month ago

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

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

memesaregooda month ago

How do I check if horizontal scaling is really working?

Anton Tananaeva month ago

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

memesaregooda month ago

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

Anton Tananaeva month ago

Not only allowed, but it is required.