-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new env variable GEOIP_DATABASE_URL #11300
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #11300 +/- ##
=======================================
Coverage 60.55% 60.55%
=======================================
Files 846 846
Lines 52477 52477
Branches 6722 6722
=======================================
Hits 31777 31777
Misses 19165 19165
Partials 1535 1535 |
@NyakudyaA the |
Not in all cases, in our case we are deploying through ArgoCD and we cannot mount the DB so we would prefer to have a working link to download the DB and if the link is not available/working we can still provide our own custom link to download the DB |
Out of curiosity:
|
We do use monitoring module. We rarely execute updates on the GeoIP DB. If the |
@NyakudyaA the GeoIP 2 DB can not be shared, it violates MaxMind EULA. You need your own copy of the DB and set the GEOIP_PATH to your convenience. |
No longer useful since monitoring has been dropped |
Fixes #11263
Even though you can a database and use the env variable
GEOIP_PATH=/mnt/volumes/statics/geoip.db
when deploying using CDI i.e Argo CD you have no option to mount volumes with a local DB