Got "Integrity constraint violation" when run "./flow node:migrate 20150716212459"

After configure multi-language and run “./flow node:migrate 20150716212459”, I got this error.

Successfully applied migration.
An exception occurred while executing ‘UPDATE neos_contentrepository_domain_model_nodedata SET dimensionshash = ?, dimensionvalues = ?, lastmodificationdatetime = ?, version = version + 1 WHERE persistence_object_identifier = ?
AND version = ?’ with params [“e781f29c8dd927c09735547a848e3459”, “{\n
"language”: {\n “0”: “en”\n }\n}", “2018-05-02 15:26:17”,
“07c4e9a5-0ef0-274b-1e3d-c1047be0bdd7”, 5]:

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
’c75139ad2048b8a66f63d3b919ce818e-live-e781f29c8dd927c09735547a84’ for
key ‘UNIQ_CE6515692DBEC7578D94001992F8FB01’

Type: Doctrine\DBAL\Exception\UniqueConstraintViolationException
File: Packages/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriv
er.php
Line: 66

Nested exception:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘c75139ad2048b8a66f63d3b919ce818e-live-e781f29c8dd927c09735547a84’ for key ‘UNIQ_CE6515692DBEC7578D94001992F8FB01’

Type: Doctrine\DBAL\Driver\PDOException
Code: 23000
File: Packages/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
Line: 107

Nested exception:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘c75139ad2048b8a66f63d3b919ce818e-live-e781f29c8dd927c09735547a84’ for key ‘UNIQ_CE6515692DBEC7578D94001992F8FB01’

Type: PDOException
Code: 23000
File: Packages/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
Line: 105

Could someone provide some tips to fix that? My current Neos version is 3.0.15.

Thanks in advance

Any success? I have the same problem :frowning: