**Error: Encountered unsupported archive type 'mmdb.gz'** MaxMind geoip2 uses new format for goip database with .mmdb file ending. e.g. GeoLite2-City.mmdb http://dev.maxmind.com/geoip/geoip2/geolite2/ The download url for the file is: http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz cron/archive.php generates an error when auto updating. ``` INFO CoreAdminHome[2016-12-20 01:13:21] [d3190] Scheduler: executing task Piwik\Plugins\UserCountry\GeoIPAutoUpdater.update... ERROR UserCountry[2016-12-20 01:13:21] [d3190] /var/www/example.com/plugins/UserCountry/GeoIPAutoUpdater.php(489): Encountered unsupported archive type 'mmdb.gz'. #0 /var/www/example.com/plugins/UserCountry/GeoIPAutoUpdater.php(471): Piwik\Plugins\UserCountry\GeoIPAutoUpdater::checkForSupportedArchiveType('mmdb.gz') #1 /var/www/example.com/plugins/UserCountry/GeoIPAutoUpdater.php(134): Piwik\Plugins\UserCountry\GeoIPAutoUpdater::getGeoIPUrlExtension('http://geolite....') #2 /var/www/example.com/plugins/UserCountry/GeoIPAutoUpdater.php(96): Piwik\Plugins\UserCountry\GeoIPAutoUpdater->downloadFile('loc', 'http://geolite....') #3 [internal function]: Piwik\Plugins\UserCountry\GeoIPAutoUpdater->update(NULL) #4 /var/www/example.com/core/Scheduler/Scheduler.php(227): call_user_func(Array, NULL) #5 /var/www/example.com/core/Scheduler/Scheduler.php(124): Piwik\Scheduler\Scheduler->executeTask(Object(Piwik\Plugins\UserCountry\GeoIPAutoUpdater)) #6 /var/www/example.com/plugins/CoreAdminHome/API.php(58): Piwik\Scheduler\Scheduler->run() #7 /var/www/example.com/core/CronArchive.php(536): Piwik\Plugins\CoreAdminHome\API->runScheduledTasks() #8 /var/www/example.com/core/CronArchive.php(290): Piwik\CronArchive->runScheduledTasks() #9 /var/www/example.com/core/Access.php(469): Piwik\CronArchive->Piwik\{closure}() #10 /var/www/example.com/core/CronArchive.php(292): Piwik\Access::doAsSuperUser(Object(Closure)) #11 /var/www/example.com/plugins/CoreAdminHome/API.php(179): Piwik\CronArchive->main() #12 [internal function]: Piwik\Plugins\CoreAdminHome\API->runCronArchiving() #13 /var/www/example.com/core/API/Proxy.php(219): call_user_func_array(Array, Array) #14 /var/www/example.com/core/API/Request.php(236): Piwik\API\Proxy->call('\\Piwik\\Plugins\\...', 'runCronArchivin...', Array) #15 /var/www/example.com/plugins/API/Controller.php(40): Piwik\API\Request->process() #16 [internal function]: Piwik\Plugins\API\Controller->index() #17 /var/www/example.com/core/FrontController.php(518): call_user_func_array(Array, Array) #18 /var/www/example.com/core/FrontController.php(122): Piwik\FrontController->doDispatch('API', false, Array) #19 /var/www/example.com/core/dispatch.php(34): Piwik\FrontController->dispatch() #20 /var/www/example.com/index.php(27): require_once('/var/www/exampl...') #21 /var/www/example.com/misc/cron/archive.php(70): require_once('/var/www/exampl...') #22 {main} INFO CoreAdminHome[2016-12-20 01:13:21] [d3190] Scheduler: finished. Time elapsed: 0.013s ```