Database configuration in case of building from source

steelzen3 months ago

Hi,

I want to change database source from default to my maria mysql database.

I have changed ./setup/traccar.xml but when I built and run, still using default database h2:./data/database.

Is that right set the traccar.xml in ./setup in source code? or is there anyother xml file to set up database?

Thank you.

steelzen3 months ago

I Solved the problem.

It is in debug.xml in root folder.

sdntech3 months ago

@steelzen, can you share some more, I am looking to decouple DB from application so that I can run Auto scaling for web servers. WOuld you like to share how you did it?