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
Describe the Bug
I'm opening this bug on behalf of another user. I've not tested this library before but given the error message I can say CockroachDB does not support pg_advisory_loc() function today. Is there a workaround given this library claims support for CockroachDB?
Steps to Reproduce
Steps to reproduce the behavior:
Can't provide step 1 and 2 as this is not my reproduction
Just saying this for more junior people; yes, using the driver and switching the protocol on the connection string from postgresql://user:password@... to cockroachdb://user:password@... does work.
Describe the Bug
I'm opening this bug on behalf of another user. I've not tested this library before but given the error message I can say CockroachDB does not support
pg_advisory_loc()
function today. Is there a workaround given this library claims support for CockroachDB?Steps to Reproduce
Steps to reproduce the behavior:
Can't provide step 1 and 2 as this is not my reproduction
Expected Behavior
Migration should succeed
Migrate Version
based on the stack trace, the version is
v4@v4.14.1
Loaded Source Drivers
e.g. s3, github, go-bindata, gcs, file
Obtained by running:
migrate -help
N/A
Loaded Database Drivers
e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, pgx, redshift, cassandra, cockroach, mysql
Obtained by running:
migrate -help
N/A
Go Version
e.g. go version go1.11 linux/amd64
Obtained by running:
go version
N/A
Stacktrace
Please see above
The text was updated successfully, but these errors were encountered: