Skip to main content

19 docs tagged with "versioned migrations"

View all tags

Applying Migrations

With the atlas migrate apply command, users can apply pending migrations to database(s). The typical flow for introducing

Automatic Migration Planning

The atlas migrate diff command streamlines the process of writing schema migrations by automatically generating the

Connect Migration Directories

The following guide explains how to connect a migration directory to Atlas Cloud. Once connected, Atlas provides a list

Down Migrations

The atlas migrate down command allows reverting applied migrations. Unlike the traditional approach, where down files

Manual Migrations

In some cases it is desirable to add a migration file manually. This could be done

Pre-migration checks

Atlas supports the concept of pre-migration checks, where each migration version can include a list of assertions

Verifying migration safety

The atlas migrate lint command enables team members to work together on database schemas, ensuring they are synchronized