Skip to content

Upgrade DB-IP Country Lite database to 2026-06#4

Merged
lohanidamodar merged 1 commit into
mainfrom
chore/upgrade-dbip-country-lite-2026-06
Jun 3, 2026
Merged

Upgrade DB-IP Country Lite database to 2026-06#4
lohanidamodar merged 1 commit into
mainfrom
chore/upgrade-dbip-country-lite-2026-06

Conversation

@lohanidamodar

Copy link
Copy Markdown
Member

What

Upgrades the bundled free-tier DB-IP IP-to-Country Lite database from the 2026-03 release to the latest available 2026-06 release.

  • Replaces app/assets/dbip/dbip-country-lite-2026-03.mmdbdbip-country-lite-2026-06.mmdb
  • Updates the default geodb path in src/Geo/Server/Server.php

Details

Old New
File dbip-country-lite-2026-03.mmdb dbip-country-lite-2026-06.mmdb
Size 7.3 MB 8.25 MB
Released 2026-03 2026-06

The 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_PATH can still override the path.

🤖 Generated with Claude Code

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-apps

greptile-apps Bot commented Jun 3, 2026

Copy link
Copy Markdown

Greptile Summary

Routine monthly database refresh: the bundled DB-IP Country Lite .mmdb file is upgraded from the March 2026 release to the June 2026 release, and the one-line default path in Server.php is updated to match.

  • The old dbip-country-lite-2026-03.mmdb (7.3 MB) is deleted and replaced by dbip-country-lite-2026-06.mmdb (8.25 MB); both files use the same MaxMind DB schema, so no downstream code changes are needed.
  • GEO_DBIP_PATH can still override the path at runtime, keeping the existing override behaviour intact.

Confidence Score: 5/5

Safe 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

Filename Overview
src/Geo/Server/Server.php Single-line update to the default DB-IP database path, pointing from the 2026-03 to the 2026-06 release; no logic changes.
app/assets/dbip/dbip-country-lite-2026-06.mmdb New DB-IP Country Lite binary database for 2026-06 (8.25 MB), replacing the 2026-03 file.
app/assets/dbip/dbip-country-lite-2026-03.mmdb Old 2026-03 DB-IP database removed as part of the upgrade.

Reviews (1): Last reviewed commit: "Upgrade DB-IP Country Lite database to 2..." | Re-trigger Greptile

@lohanidamodar lohanidamodar merged commit a974188 into main Jun 3, 2026
4 of 5 checks passed
@lohanidamodar lohanidamodar deleted the chore/upgrade-dbip-country-lite-2026-06 branch June 3, 2026 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants