Open
Description
The postgres
driver doesn't play nice with the newly GAed AWS Aurora DSQL.
While DSQL is based on Postgres, there are many things that aren't supported. One thing that isn't supported is locks, which is used in migrate by the postgres driver.
This causes migrations to fail with:
$ migrate -database "$DATABASE_URL" -path db/migrations up
error: failed to open database: try lock failed in line 0: SELECT pg_advisory_lock($1) (details: pq: function pg_advisory_lock not supported)
Metadata
Metadata
Assignees
Labels
No labels