MAR
14
24
Database Migration is the process of transferring definitions(schema) and data from one database management system (DBMS) or database instance to another.
This can involve moving data from one type of database to another (e.g. Oracle to Postgres) or upgrading to a newer version of the same database instance or transferring data between different instances of the same database.
Planning
Schema Migration
Data Migration
Testing
Deployment