Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable GeoIP2 database location #14658

Closed
joseph-long opened this issue Jul 15, 2019 · 1 comment
Closed

Configurable GeoIP2 database location #14658

joseph-long opened this issue Jul 15, 2019 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@joseph-long
Copy link

Is there a way to configure Matomo to look in a different location for the GeoIP2 databases? The matomo source is on a read-only volume, but I have the GeoLite2 databases in /var/lib/geoip-databases if only I could point Matomo there...

@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jul 15, 2019
@tsteur
Copy link
Member

tsteur commented Jul 15, 2019

You can created a file config/config.php and configure an alternative path like

<?php
return array('path.geoip2' => 'your path');

In the future please ask questions in the forums as we usually don't answer them here: https://forum.matomo.org

@tsteur tsteur closed this as completed Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants