Skip to main content
Back to Tags

Database Migration

35 items tagged with "database-migration"

Filter by type:

Blueprints10

Blueprint

Oracle to PostgreSQL Migration Blueprint

Migrate an Oracle Database workload to PostgreSQL, converting PL/SQL, data types, and schema while preserving data integrity.

Blueprint

SQL Server to PostgreSQL Migration Blueprint

Migrate Microsoft SQL Server to PostgreSQL, converting T-SQL, data types, and schema to remove licensing cost.

Blueprint

MySQL to Amazon Aurora Migration Blueprint

Migrate self-managed MySQL to Amazon Aurora MySQL-Compatible for managed scaling, HA, and reduced operational toil.

Blueprint

On-Prem Database to Cloud Managed Database Blueprint

Move an on-premises relational database to a cloud managed service (RDS, Cloud SQL, or Azure Database) for elasticity and reduced ops.

Blueprint

Relational to MongoDB Migration Blueprint

Re-model a normalized relational schema into MongoDB document collections for flexible schemas and scale-out reads.

Blueprint

Relational to Apache Cassandra Migration Blueprint

Migrate a relational workload to Apache Cassandra with query-first data modeling for write-heavy, globally distributed scale.

Blueprint

Single Database to Database-per-Service Blueprint

Decompose a shared monolithic database into per-service data stores to enable independent microservice deployment.

Blueprint

Build a Change Data Capture (CDC) Pipeline Blueprint

Stand up a CDC pipeline with Debezium and Kafka to stream database changes in real time to downstream consumers.

Blueprint

Elasticsearch to OpenSearch Migration Blueprint

Migrate an Elasticsearch cluster to OpenSearch to stay on an Apache 2.0-licensed, community-driven search engine.

Blueprint

Self-Managed Elasticsearch to Amazon OpenSearch Service Blueprint

Move a self-managed Elasticsearch cluster to the managed Amazon OpenSearch Service for reduced operational overhead.

Checklists11

Checklist

Database Migration Checklist

Detailed checklist for safely migrating databases with minimal downtime

Checklist

Database-Per-Service Decoupling Checklist

Separate a shared database into per-service ownership so microservices can deploy and scale independently without hidden coupling.

Checklist

Database Migration Cutover Checklist

Step-by-step verification for safely switching production traffic from a source database to a migrated target with minimal risk.

Checklist

Oracle to PostgreSQL Pre-Flight Checklist

Pre-migration readiness checks for moving an Oracle database to PostgreSQL, covering data types, PL/SQL, and feature gaps.

Checklist

Zero-Downtime Database Migration Checklist

Checks for migrating a production database with no service interruption using dual-write, CDC, and gradual cutover techniques.

Checklist

Schema Change Safety Checklist

Safety checks for applying database schema changes to production without locking tables or breaking running applications.

Checklist

MongoDB to PostgreSQL Migration Checklist

Readiness checks for migrating a document database on MongoDB to a relational PostgreSQL model.

Checklist

Database Version Upgrade Checklist

Checks for upgrading a database engine to a new major version with minimal risk to data integrity and availability.

Checklist

SQL Server to PostgreSQL Migration Checklist

Pre-migration readiness checks for moving a Microsoft SQL Server database to PostgreSQL, covering T-SQL, data types, and feature gaps.

Checklist

SAP S/4HANA Readiness Checklist

Assess data, custom code, and integrations before migrating an SAP ECC landscape to S/4HANA.

Checklist

Oracle Forms Modernization Assessment Checklist

Assess an Oracle Forms application for modernization to a modern web stack, covering inventory, business logic, and data access.