matomo-org/docker

GeoLite DB in Apache version doesn't work

jameswassink opened this issue · 4 comments

The link in the apache Dockerfile is https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz but this doesn't work - on the Geolocation settings page it says "This GeoIP implementation was not able to find any database."

I downloaded the new one from https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz and unzipped it to the misc folder of my container and it worked.

I'm on matomo:3.7-apache and it tells me GeoIP is not installed (neither php nor apache)

@crazy-max seems to handle GeoIP2 with his image : https://github.com/crazy-max/docker-matomo

J0WI commented

GeoIP2 is already bundled with Matomo, but the old database format is no longer available. See #134.

J0WI commented

I think this can be closed after #134 has been merged.