You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary
When using Atlas CLI to manage schema migrations with Amazon Aurora PostgreSQL Limitless, it fails due to database-specific limitations. Specifically, commands that require advisory locks or rely on certain PostgreSQL system catalogs do not function correctly.
Steps to Reproduce
Set up an Aurora PostgreSQL Limitless instance.
Configure Atlas CLI to connect to the database.
Run a schema migration or schema inspection command, such as:
Issue Summary
When using Atlas CLI to manage schema migrations with Amazon Aurora PostgreSQL Limitless, it fails due to database-specific limitations. Specifically, commands that require advisory locks or rely on certain PostgreSQL system catalogs do not function correctly.
Steps to Reproduce
atlas migrate apply --url "postgres://user:password@aurora-limitless-endpoint/postgres_limitless"
Expected Behavior
Atlas CLI should be able to:
Actual Behavior
Commands fail with errors such as:
ERROR: acquiring pg_advisory_lock is not supported in limitless database
Additional Details
Database Version: Amazon Aurora PostgreSQL 16.6-limitless
Atlas CLI Version: v0.29.1-ebcd381-canary
Suggested Fix or Workaround
References
AWS Aurora PostgreSQL Limitless Documentation
The text was updated successfully, but these errors were encountered: