Database not creating 6.11.1

Haim Rodrik 3 months ago

Hi,
Database not creating after fresh install. I installed fresh install when the previous version not forwarded
Thank you

	<entry key='java.home'>C:\Program Files\Traccar\jdk-17.0.2</entry>

	<entry key='web.port'>8099</entry>
	<entry key='web.path'>C:\Program Files\Traccar\web</entry>
	<entry key='logger.file'>C:\Program Files\Traccar\logs\tracker-server.log</entry>
	<entry key='logger.rotate'>true</entry>

	<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
	<entry key='database.url'>jdbc:mysql://localhost:3306/navtrack?zeroDateTimeBehavior=round&amp;serverTimezone=UTC&amp;allowPublicKeyRetrieval=true&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
	<entry key='database.user'>navtrack</entry>
	<entry key='database.password'>f078sff89+33</entry>

	<entry key='database.saveUnknown'>true</entry>
	<entry key='database.registerUnknown'>true</entry>

	<entry key='forward.enable'>true</entry>
	<entry key='forward.json'>false</entry>
	<entry key='forward.url'>http://localhost:7881/?id={uniqueId}&amp;timestamp={fixTime}&amp;lat={latitude}&amp;lng={longitude}&amp;speed={speed}&amp;course={course}&amp;altitude={altitude}&amp;accuracy={accuracy}&amp;battery={battery}&amp;power={power}&amp;ignition={ignition}&amp;charge={charge}&amp;motion={motion}&amp;rpm={rpm}&amp;fuel={fuel}&amp;temperature={temperature}&amp;signal={signal}&amp;odometer={odometer}&amp;driverId={driverUniqueId}</entry>

	<entry key='filter.enable'>true</entry>
	<entry key='filter.duplicate'>true</entry>
	<entry key='filter.distance'>10</entry>
	<entry key='filter.maxSpeed'>1000</entry>
	<entry key='filter.zero'>true</entry>
Martin Pascualon 10 days ago

i have the same issue. I think it's related to mariadb

Captura de pantalla 2026-03-10 111647.png

Not sure if there is a changelog needed for mariadb or some features will not be supported

Anton Tananaev 10 days ago

What you have on the screenshot is completely unrelated. If something is not working, first thing you should do is check logs for errors and warnings.