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.
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.
Learn how to troubleshoot migration failures with Atlas, including inspecting migration status, setting migration versions, and resolving partial or failed schema changes.
Learn how to define and run pre-migration checks in Atlas to validate schema conditions before applying migrations, ensuring safe database changes.
Learn how to report schema migrations to Atlas Cloud, enabling streamlined deployment and management of migrations across environments.
In our previous sqlc guide, we saw how we can use Atlas to handle the schema