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.
I Solved the problem.
It is in debug.xml in root folder.
@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?
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.