Skip to main content

11 docs tagged with "deployment"

View all tags

Deploying Schema Migrations

Learn how to effectively deploy schema migrations as part of your deployment process. Understand the importance of treating schema changes as deployments and explore strategies for running migrations safely.

Running Schema Migrations on AWS ECS/Fargate using Atlas

Learn how to deploy schema migrations to AWS ECS/Fargate using Atlas. This guide covers prerequisites, storing database credentials in Secrets Manager, reading secrets during deployment, and running migrations before the application starts.

Using Atlas with Fly.io

Learn how to use Atlas to perform database schema migrations on Fly.io. This guide covers deploying with Docker, configuring release commands, managing secrets, and best practices for running migrations on Fly.io using Atlas.

Using SSL Certs with the Atlas Operator

Learn how to use SSL/TLS certificates with the Atlas Operator on Kubernetes. This guide provides step-by-step instructions for creating a secret, mounting certificates, and using them in database URLs.