Skip to main content

Community Edition

Obtaining Community Binaries

Users that want to use the Community Edition of Atlas which is built directly from the Atlas GitHub repository and licensed under the Apache 2.0 license can do so by following the instructions below.

To download and install the latest release of the Atlas CLI, simply run the following in your terminal:

curl -sSf https://atlasgo.sh | sh -s -- --community

Community vs Other Editions

License

The Community Edition of Atlas is licensed under the Apache 2.0 license, while the Open Edition is based on both the open-source codebase with some additional proprietary features. Usage of the Open Edition is free under the terms of the Atlas EULA.

Features Unavailable in the Community Edition

The Community Edition does not support the following commands and integrations:

Versioned Migrations

  • migrate checkpoint - Create a checkpoint for the current state of the database.
  • migrate down - Roll back the last migration.
  • migrate rebase - Reverting applied migration files from the database.
  • migrate edit - Edit a migration file.
  • migrate rm - Remove a migration file.
  • migrate push - Push the migration files to Atlas Registry.
  • migrate test - Run tests using the Atlas Testing Framework.

Declarative Migrations

Integrations and Providers

Database Features

The following database features are not supported in the Community Edition:

  • Views
  • Triggers
  • Functions and Procedures
  • Materialized Views
  • Row-level security (RLS)
  • Domain types
  • Extensions
  • Sequences
  • Composite types

Drivers

The following drivers are not supported in the Community Edition:

  • SQL Server
  • ClickHouse
  • Redshift