Skip to main content

6 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.

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.