visit:download-db does not seem to be downloading the geo database #1841
-
Right now we aren't seeing the geo locations for the analytics resolved. Running the following the command line, form with the Docker images results in an error. cmd: output:
Trying the download command: /etc/shlink # ./bin/cli visit:download-db
Downloading GeoLite2 db file...
0 [>---------------------------]
[OK] GeoLite2 db file properly downloaded. Looking in
Doing a search in the docker image finds no 'GeoLite2-City.mmdb'. Can anyone suggest what I might be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I would suggest passing SHELL_VERBOSITY=3, to see exactly what's failing. Also, what Shlink version are you using? |
Beta Was this translation helpful? Give feedback.
-
I am assuming From what I see we are using 3.6.3, based on |
Beta Was this translation helpful? Give feedback.
-
Yes, that's an env var, but I thought you were seeing that error during a docker container startup (my mistake). Instead, try running |
Beta Was this translation helpful? Give feedback.
Created an issue to tackle this #1877