Hey everyone!
So I have configured Matomo to use MaxMind’s geolocation database via Settings: System: Geolocation
, including the URL for the automatic updates and it is working fine.
I was wondering whether Matomo would allow telling it a location of an existing database, which is already available in the system (downloaded via the geoipupdate
package of Debian). Basically it would be something like:
Path to GeoLite2 City database: /var/lib/GeoIP/GeoLite2-City.mmdb
And instruct Matomo not to worry about updating it every time core:archive
is executed.
Is there a way to do this?