Ad-hoc Approvals for Declarative Schema Migrations Using GitHub Actions
Learn how to implement ad-hoc approvals in GitHub Actions for Atlas schema migrations. This guide shows how to set up manual approval steps for schema changes.
Learn how to implement ad-hoc approvals in GitHub Actions for Atlas schema migrations. This guide shows how to set up manual approval steps for schema changes.
Learn how to use GitHub Actions to automate database schema migrations with Atlas. This guide covers setup, testing, linting, deploying, and integrating Atlas into your CI/CD workflows for MySQL, PostgreSQL, SQLite, and more.
Learn how to connect Atlas to your database from GitHub Actions workflows. This guide covers different methods for allowing Atlas to interact with your database securely.
Learn how to automate database schema migrations to Google Cloud SQL using GitHub Actions and Atlas. This guide covers secure authentication, Cloud SQL Auth Proxy setup, and best practices for CI/CD database deployments on Google Cloud Platform.
When developing an application that uses a database, it's important to test your application
Learn how to set up pre-approved schema migrations using GitHub Actions. This guide walks you through the process of planning, approving, and applying schema changes in a controlled manner.
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.