Skip to main content

7 docs tagged with "schema plan"

View all tags

Dev Database

Dev Database is an ephemeral database that Atlas uses to process and validate users' schemas, migrations and more.

Pre-planning Schema Migrations

Save a declarative migration plan with atlas schema plan so it can be reviewed, edited, and approved before atlas schema apply runs it against the database.

Setup CI/CD for Declarative Migrations

Learn how to set up continuous integration and continuous deployment for your database schema migrations with Atlas. This guide covers CI (schema planning, pre-approval, ad-hoc approval, schema push) and CD (per-environment deployment) workflows for declarative migrations.

Testing Migration Plans

Learn how to test declarative schema migration plans in Atlas using `atlas schema plan test` to validate planned changes before applying.