Skip to main content

5 docs tagged with "migrate apply"

View all tags

Applying Schema Migrations

Learn how to use the `atlas migrate apply` command to apply versioned schema migrations to your database. This page covers the full workflow for managing, validating, and deploying database schema migrations with Atlas.

Migration Troubleshooting

Learn how to troubleshoot migration failures with Atlas, including inspecting migration status, setting migration versions, and resolving partial or failed schema changes.

Pre-migration checks

Learn how to define and run pre-migration checks in Atlas to validate schema conditions before applying migrations, ensuring safe database changes.