Using PostgreSQL Extensions with Atlas
Question
How do I manage PostgreSQL extensions with Atlas?
How do I manage PostgreSQL extensions with Atlas?
After upgrading Atlas, you might encounter an error stating "Feature X is no longer supported by this release."
For example:
Error: data.external_schema is no longer supported by this release.
This occurs when you install the community version of Atlas, which lacks some features available only in non-community builds.
How do I fix the ModifySchema is not allowed when migration plan is scoped to one schema error?
How can I install Atlas, and why is go install no longer supported?
How to detect schema drift in CI and ensure the migration directory is up to date with the desired schema state - ORM, HCL, SQL, or any other schema definition?
Why does atlas migrate diff fail with the following error after running atlas migrate apply?
Error: sql/migrate: connected database is not clean: found table "atlas_schema_revisions" in schema <schema_name>. baseline version or allow-dirty is required
How to generate an SQL schema file from an existing migrations directory to quickly set up a database for integration tests?