dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Can't migrate dolthub/restaurants on dev

Open druvv opened this issue 1 year ago • 0 comments

Can't migrate this database: https://dolthub.awsdev.ld-corp.com/repositories/dolthub/restaurants

$ dolt migrate
migrating database at tmp dir:  /var/folders/wh/6q0wy65966s8dks8095btf180000gn/T/dolt_migration_1660155649043158000
2022-08-10 18:20:49.052183 +0000 UTC migrating commit 0ljb7alin8umav4ulh38l2v6mh2je0oa
2022-08-10 18:20:49.066095 +0000 UTC migrating commit 8jvujeafe7en5hqlgual5n4c9097fu1p
2022-08-10 18:20:58.72189 +0000 UTC migrating commit ju2sbd3ehj2394184fgd2d96hcbv7u0h
migration failed
cause: differing rows for table hours ([4341,Saturday,<nil>,<nil>] != [4339,Sunday,<nil>,<nil>])
$ dolt migrate
migrating database at tmp dir:  /var/folders/wh/6q0wy65966s8dks8095btf180000gn/T/dolt_migration_1660155673403800000
2022-08-10 18:21:13.418218 +0000 UTC migrating commit 0ljb7alin8umav4ulh38l2v6mh2je0oa
2022-08-10 18:21:13.440846 +0000 UTC migrating commit 8jvujeafe7en5hqlgual5n4c9097fu1p
2022-08-10 18:21:23.026398 +0000 UTC migrating commit ju2sbd3ehj2394184fgd2d96hcbv7u0h
migration failed
cause: differing rows for table hours ([1105,Sunday,2022-03-20 10:45:00 +0000 UTC,2022-03-20 22:00:00 +0000 UTC] != [1105,Saturday,2022-03-19 10:45:00 +0000 UTC,2022-03-19 22:00:00 +0000 UTC])
$ dolt migrate
migrating database at tmp dir:  /var/folders/wh/6q0wy65966s8dks8095btf180000gn/T/dolt_migration_1660155701205263000
2022-08-10 18:21:41.21385 +0000 UTC migrating commit 0ljb7alin8umav4ulh38l2v6mh2je0oa
2022-08-10 18:21:41.226609 +0000 UTC migrating commit 8jvujeafe7en5hqlgual5n4c9097fu1p
2022-08-10 18:21:50.788779 +0000 UTC migrating commit ju2sbd3ehj2394184fgd2d96hcbv7u0h
migration failed
cause: differing rows for table hours ([4341,Saturday,<nil>,<nil>] != [4339,Sunday,<nil>,<nil>])

druvv avatar Aug 10 '22 18:08 druvv