You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
ADR: Migration from Legacy MS Access/SQL Server Database to GCP Postgres/PostGIS
Status: In Progress
Date: 2025-08-26
Deciders: [Team/Project Name]
Context: Migration of legacy geospatial and tabular data
Context
The current data management system relies on a combination of Microsoft Access and SQL Server databases. These systems have several limitations:
The organization is standardizing on Google Cloud Platform (GCP) and requires a modern, cloud-native, scalable, and geospatially enabled database.
Requirements driving the migration:
Decision
We will migrate the legacy MS Access/SQL Server databases into a Postgres/PostGIS instance hosted on Google Cloud SQL.
The migration approach will be:
Schema Redesign
Data Extraction
Data Transformation
Yes/No→ PostgresBOOLEAN, geometry strings → PostGIS geometries).Data Loading
COPYfor efficiency.Validation
Deployment & Operations
Alternatives Considered
Lift-and-shift with no schema redesign
ETL via commercial tools (e.g., Fivetran, Talend, Informatica)
Using Google BigQuery instead of Postgres/PostGIS
Consequences
Positive
Negative
Notes
Migration will be phased:
Documentation and repeatable scripts will ensure smooth onboarding for new team members and support audits.
Beta Was this translation helpful? Give feedback.
All reactions