Error during Upgrade from 11.0.0 to 11.0.3

Hi All,

We encountered a very strange error during sugarCRM upgrade from 11.0.0 to 11.0.3 could anyone please suggest us how to fix this error.

any suggestion would be highly appreciated. below are the Error message which you found on upgrade export log file.

ERROR: Duplicate install for upgrade package, md5:d41d8cd98f00b204e9800998ecf8427e

Thanks in Advance

Parents
  • Hello,

    This error is because you have a matching entry in the upgrade_history table of the instance. Run the following query to confirm:

    Fullscreen
    1
    SELECT id, name, type, status, version, date_entered FROM upgrade_history WHERE md5sum = 'd41d8cd98f00b204e9800998ecf8427e';
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    An existing entry is typically because the upgrade_history table was restored from a prior upgraded instance or the upgrade has already been applied to your instance.

    Chris

  • Hi  

    Thanks for your quick response, we have run the query and we got the result, however in the query result sugar version is showing 10.0.4 but we are currently upgrading the instance from 11.0.0 to 11.0.3

    Please suggest us for further process. Below query result for your reference

  • That is strange. The package should have a name associated and your result shows NULL. My recommendation is to remove that row from the table and proceed with the upgrade.

    Chris

Reply Children
No Data