Add support for downloading Geo databases to the management service (#1626)

Adds support for downloading Geo databases to the management service. If the Geo databases are not found, the service will automatically attempt to download them during startup.
This commit is contained in:
Bethuel Mmbaga
2024-02-27 00:49:28 +03:00
committed by GitHub
parent d8ce08d898
commit b65c2f69b0
7 changed files with 404 additions and 37 deletions

View File

@@ -199,6 +199,6 @@ jobs:
- name: test script
run: bash -x infrastructure_files/download-geolite2.sh
- name: test mmdb file exists
run: ls -l GeoLite2-City_*/GeoLite2-City.mmdb
run: test -f GeoLite2-City.mmdb
- name: test geonames file exists
run: test -f geonames.db