From: Stuart Henderson Subject: Re: [update] geo/traccar 6.2 / 6.3 To: Renaud Allard , ports Cc: A Tammy Date: Tue, 30 Jul 2024 23:26:24 +0100 On 2024/07/30 15:43, Stuart Henderson wrote: > I want to check this on my installation first - please ping me if I > haven't committed or replied within a few days. > > > The default.xml configuration file is now obsolete, although it will still > > work if you have it defined in your traccar.xml. ..so this got committed already - but there are problems, and now that it's been committed we can't really revert it because people might run it and trigger schema changes running which may make it hard to go back. - Users who have touched traccar.xml will need to merge in the things you've now added in the patch (i.e. the log path, and only listening to localhost) because there's no automatic way to do that. - The package no longer includes default.xml, so an existing /usr/local/share/traccar/conf/default.xml is not valid. - Did you find the traccar.xml alternative to removing server.statistics from the default config? I guess setting to an empty string _might_ work but not tested yet (I need to setup a test instance again to try this - at the moment I only have my main work one running). (This is all exactly why I did not commit either of these updates yet.)