-
Notifications
You must be signed in to change notification settings - Fork 550
Migration not working with cockroachdb #3561
Copy link
Copy link
Description
The migrate command below fails
cloudquery migrate src-aws.yaml dest-cockroachdb.yaml
Loading spec(s) from legionx/src-aws.yaml, dest-cockroachdb.yaml
Starting migration for: aws -> [postgresql]
Error: failed to migrate source aws: failed to migrate source aws on destination postgresql : failed to call Migrate: rpc error: code = Unknown desc = failed to commit transaction to recreate primary keys: ERROR: transaction committed but schema change aborted with error: (23505): failed to ingest index entries during backfill: duplicate key value violates unique constraint "aws_elasticache_engine_versions_cqpk" (SQLSTATE XXA00)I'm using the latest version of everything, postgresql dest v1.6.0, aws source v4.1.0
cloudquery --version
cloudquery version 1.5.1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels