diff --git a/openerp/tools/config.py b/openerp/tools/config.py
index d1cbc306d8885975c0b5cb2a2377713595e41abd..60fa9c2d73dfe235a81e1b55bf9b9fc961b39305 100644
--- a/openerp/tools/config.py
+++ b/openerp/tools/config.py
@@ -251,7 +251,7 @@ class configmanager(object):
                          type="int")
         group.add_option("--unaccent", dest="unaccent", my_default=False, action="store_true",
                          help="Use the unaccent function provided by the database when available.")
-        group.add_option("--geoip-db", dest="geoip_database", my_default='/usr/share/GeoIP/GeoLiteCity.dat',
+        group.add_option("--geoip-db", dest="geoip_database", my_default='/usr/share/GeoIP/GeoLite2-City.mmdb',
                          help="Absolute path to the GeoIP database file.")
         parser.add_option_group(group)