CI/CD for Databases on Bitbucket Pipelines - Declarative Workflow
Learn how to integrate Atlas with Bitbucket Pipelines to automate declarative database schema migrations. This guide covers schema planning, approvals, and deployment across multiple databases.
CI/CD for Databases on CircleCI - Declarative Workflow
Learn how to integrate Atlas with CircleCI to automate declarative database schema migrations. This guide covers schema planning, approvals, and deployment across multiple databases.
Dev Database
Dev Database is an ephemeral database that Atlas uses to process and validate users' schemas, migrations and more.
Pre-planning Schema Migrations
When using the declarative workflow, users have the option to save migration plans to be reviewed and approved before
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.