Skip to content
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

Adjust day to fetch new geo location databases when done monthly #21468

Merged
merged 1 commit into from
Nov 2, 2023

Commits on Nov 1, 2023

  1. Don't fetch geolocation database that may not exist yet

    When geolocation database updates are configured to be done monthly,
    they were scheduled on the 3rd day of _the week_, so Wednesday. For
    months that start on a Wednesday, that means that we tried to fetch a
    file that might not exist yet.
    
    We now schedule on the 3rd day of _the month_, as I believe was the
    original intent of dc98a97 that introduced the behavior a long time
    ago. So this gives 3 days to db-ip.com to update their files in all
    cases.
    
    Fixes matomo-org#18427
    PowerKiKi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6d222e1 View commit details
    Browse the repository at this point in the history