-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
[BUG] Error downloading database #933
Comments
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
We do not handle the crontab entry ourselves, this mod simply installs libmaxminddb from the alpine repo. That said, when you opened this, the mod was likely 3.19 and lacking the ability to follow links with that said, i think this issue (caused by upstream) is resolved? |
Just tested by deleting the existing database, yes it works! |
Is there an existing issue for this?
Name of mod
The MaxMind database is not being downloaded, instead giving a
tar: short read
log message (see below).This has already been reported (along with a solution) in the last reply of #833, but since that ticket is already closed (and its problem description was somewhat confusing), I figured I'd make a new one here.
The curl command in
/etc/periodic/weekly/libmaxminddb
is the culprit as it is not following redirects. Adding the-L
flag will solve the issue.Name of base container
swag
Current Behavior
No database file is being downloaded automatically.
Expected Behavior
No response
Steps To Reproduce
Simply run the compose script (with a valid license key)
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: