Horizontal scaling configuration

memesaregood10 hours 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 Tananaev10 hours ago

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

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

memesaregood10 hours ago

How do I check if horizontal scaling is really working?

Anton Tananaev10 hours ago

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

memesaregood10 hours ago

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

Anton Tananaev10 hours ago

Not only allowed, but it is required.