Tag Archives: database schema migration

How To Inspect, Plan, Migrate DB Schemas With Atlas

If you have a database (as almost everyone does), you must have a tool to manage its schema. That’s where Atlas comes in. It plans and applies schemas defined in a declarative format (HCL) or as versioned migrations. As an added bonus, it works both as a standalone CLI and as a Terraform provider.

Continue reading
Advertisement

SchemaHero: Database Schema Migrations Inside Kubernetes

Can we incorporate database schema migrations into our processes? Can we do it in a Kubernetes-native way and through GitOps tools like Argo CD or Flux? Can SchemaHero be the solution? It works with PostgreSQL, MySQL, CockroachDB, Cassandra, and SQLite (with more to come).

Continue reading