Skip to main content

7 docs tagged with "ci"

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.

CI/CD for Databases on GitLab

Learn how to integrate Atlas with GitLab CI/CD to automate and manage database schema migrations. This guide covers both versioned and declarative workflows, including schema linting, migration planning, approvals, and deployment across multiple databases.

Connect Migration Directories

Learn how to connect your migration directory to Atlas Cloud, enabling streamlined migration management, CI/CD integration, and Slack notifications.

Detecting inline REFERENCES clauses (MY102)

Learn how to detect inline REFERENCES clauses in MySQL using Atlas's linting capabilities. Understand the implications of inline foreign key constraints and how to prevent them in your migrations.

Preventing accidental column deletion on MySQL

Learn how to prevent accidental column deletion in MySQL databases using Atlas's linting capabilities. Understand the impact of dropping columns and how to enforce policies against destructive changes.

Set Up CI for Your Database with Atlas

Learn how to set up continuous integration (CI) for your database schema changes using Atlas Cloud and GitHub Actions. This guide covers prerequisites, creating a bot token, installing the Atlas GitHub CLI extension, and configuring the GitHub Action.