Record PostgreSQL collation maintenance
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user