Moving a database from one environment, platform, or version to another while maintaining data integrity and minimizing downtime. Like carefully relocating a filing cabinet full of important documents to a new building without losing or damaging any files. Cloud providers offer managed migration services like AWS DMS, Azure Database Migration Service, Google Cloud Database Migration Service, and OCI Database Migration to automate and simplify this process.
A retail company migrates their on-premises Oracle database to Amazon RDS for PostgreSQL using AWS DMS, which handles the schema conversion and continuous data synchronization. The service allows them to test the migration in a staging environment first, then perform a cutover with minimal downtime — their application switches to the cloud database while AWS DMS ensures no orders are lost during the transition.