maxmind / geoipupdate-legacy

GeoIP update client code
GNU General Public License v2.0
258 stars 63 forks source link

Tool does not download CSV version #91

Closed fxfitz closed 6 years ago

fxfitz commented 6 years ago

Just started using the geoipupdate tool and realized that it does not download the CSV version of the tool, which is a non-starter for us.

How can I get an updated version of the CSV?

oschwald commented 6 years ago

As you noticed, this tool is only for the binary databases. For the CSVs, I would recommend a simple script using curl. The reason why this tool is specific to the binary databases is that it is designed to be used with our database libraries. With the CSVs, the deployment requirements are going to be very specific to how they are used. If you are a paying client, support@maxmind.com would be happy to provide more assistance.

fxfitz commented 6 years ago

Just saw the Readme!

The GeoIP Update program performs automatic updates of GeoIP2 and GeoIP Legacy binary databases. CSV databases are not supported.

Okay, I'll contact them. Thanks!