Upgrade DB-IP Country Lite database to 2026-06#4
Merged
Conversation
Bump the bundled free-tier DB-IP IP-to-Country Lite database from the 2026-03 release to the latest available 2026-06 release, and update the default geodb path accordingly. Source: https://db-ip.com/db/download/ip-to-country (CC-BY-4.0) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Greptile SummaryRoutine monthly database refresh: the bundled DB-IP Country Lite
Confidence Score: 5/5Safe to merge — the change is a straightforward binary database swap with a matching one-line path update. Only a binary asset and a single string literal are touched; the schema is unchanged, the GEO_DBIP_PATH env-var override still works, and the old file is cleanly removed. Nothing in the changed code affects control flow or data handling. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Upgrade DB-IP Country Lite database to 2..." | Re-trigger Greptile |
ChiragAgg5k
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrades the bundled free-tier DB-IP IP-to-Country Lite database from the
2026-03release to the latest available2026-06release.app/assets/dbip/dbip-country-lite-2026-03.mmdb→dbip-country-lite-2026-06.mmdbgeodbpath insrc/Geo/Server/Server.phpDetails
dbip-country-lite-2026-03.mmdbdbip-country-lite-2026-06.mmdbThe database is the free Lite tier from DB-IP, distributed under the Creative Commons Attribution 4.0 International License. Downloaded from https://db-ip.com/db/download/ip-to-country.
No code changes beyond the filename reference — the schema/fields are unchanged, and
GEO_DBIP_PATHcan still override the path.🤖 Generated with Claude Code