Gregory Oschwald

Results 152 comments of Gregory Oschwald

Even with those options, the database would be corrupt while it is being copied over. You would need to atomically replace the database file, e.g., with `mv` on the same...

You may also be interested in the [next gen version of geoipupdate](https://github.com/maxmind/geoipupdate2). It is written in Go and should work on Windows without issue. We plan on providing binaries for...

Would it be possible to add a random delay to that? The primary issue we have with default timers for `geoipupdate` is tens of thousands of hosts making requests at...

I am unable to reproduce this on 2.5.0. Would you be able to update and try again? If it still happens, please attach the full `GeoIP.conf` you used along with...

If you read the comment on the document, it says: ``` # For geoipupdate versions earlier than 2.5.0, use ProductIds here instead of EditionIDs. ``` You need to do this...

@root360-AndreasUlm is correct. The GeoLite Legacy databases are no longer available from `geoipupdate` unless you have a redistribution license. We have stopped updating the free version of GeoLite Legacy. Please...

Based on the error, I suspect the host has a version of the `maxminddb` C extension that is older than 1.5.0 (released in 2019). This is not compatible with newer...

Sorry, I don't think I phrased my comment well. I was trying to say that the host likely has a very old version of the [`maxminddb` PECL extension](https://pecl.php.net/package/maxminddb) installed. You...

Our PPA currently doesn't provide ARM builds. We don't have immediate plans to add them, but we can look at how much work is involved next time we do a...