rawlinp opened a new issue #5683:
URL: https://github.com/apache/trafficcontrol/issues/5683


   ## I'm submitting a ...
   -  bug report
   
   ## Traffic Control components affected ...
   -  Traffic Ops (`postinstall`)
   
   ## Current behavior:
   
https://github.com/apache/trafficcontrol/blob/95db4e8ef65c22f6af17aa6f63733ef80322a02f/traffic_ops/install/bin/postinstall.py#L722-L738
   
https://github.com/apache/trafficcontrol/blob/95db4e8ef65c22f6af17aa6f63733ef80322a02f/traffic_ops/install/bin/_postinstall#L654-L674
   `postinstall` will attempt to install both of these broken URLs:
   ```
   https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
   
https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
   ```
   
   ## Expected behavior:
   Since maxmind moved to a license-based model requiring an account, we should 
probably just remove the option to download a maxmind database from 
`postinstall` and add it to the documentation as an installation step instead 
(if not already).
   
   ## Minimal reproduction of the problem with instructions:
   Run both versions of `postinstall`, and choose the option to download a 
maxmind database.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to