I use nginx with geo_module for MaxMind GeoIP paid DB. I put a cron script, which downloads a fresh MaxMind GeoIP paid DB every week and replaces the old GeoIP.dat file with the new one.
Is reloading the service after the replacement enough or do I need to restart it?