Operations Management

Migration

English

Overview

Moving a schema or data to another environment or version.

Details

The work of moving a database's structure and data to a new environment as part of a schema change or version upgrade. Migration tools that manage the history of changes as code, such as Rails' Active Record or Flyway, are commonly used.

More Database terms