Record PostgreSQL collation maintenance
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 06:58:21 +02:00
parent 53bbb45d6b
commit 21b84dae6c
3 changed files with 31 additions and 0 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 37 Tower PostgreSQL collation maintenance (2026-06-17)
- Created a live Tower database backup before collation maintenance: `backups/geointel-before-collation-refresh-20260617-065707.dump`.
- Ran `REINDEX DATABASE geointel;` and `ALTER DATABASE "geointel" REFRESH COLLATION VERSION;` against the all-in-one PostGIS runtime.
- Verified the reused database volume now reports matching collation versions: `stored=2.36 actual=2.36`.
- Re-ran live migration smoke, browser runtime smoke, GIS runtime smoke and demo/export/golden QA workflow smoke successfully against `http://192.168.10.150:1202`.
- No API contracts, migrations, product features, provider fetching or AI behavior were introduced.
## Sprint 36 PostgreSQL collation maintenance visibility (2026-06-17)
- Added database collation version reporting to `scripts/live_migration_smoke.sh`.