Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kris Janssen 210 posts 569 karma points c-trib
    Jun 07, 2014 @ 19:31
    Kris Janssen
    0

    Upgrade issues 6.2.1 -> 7.0.2

    Hi guys,

    A rather annoying issue: during the install the DB upgrade fails with following message:

    The database configuration failed with the following message: The operation failed because an index or statistics with name 'IXumbracoNodeTrashed' already exists on table 'umbracoNode'. Please check log file for additional information (can be found in '/AppData/Logs/UmbracoTraceLog.txt')

    Any idea? UmbracoTraceLog.txt is empty of course...

  • Kris Janssen 210 posts 569 karma points c-trib
    Jun 07, 2014 @ 19:38
    Kris Janssen
    0

    Trying to delete the index mentioned causes another warning:

    The database configuration failed with the following message: The operation failed because an index or statistics with name 'IXcmsContentVersionContentId' already exists on table 'cmsContentVersion'. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')

    To be continued...

  • Stephen Dougherty 23 posts 45 karma points
    Jul 14, 2014 @ 00:31
    Stephen Dougherty
    0

    Did you ever get a resolution here. I have the same issue.

  • Jonas 123 posts 206 karma points
    Oct 22, 2014 @ 09:27
    Jonas
    0

    Have this message that may be related.

    The database failed to upgrade. ERROR: The database configuration failed with the following message: The index 'IXmacroPropertyType' is dependent on column 'macroPropertyType'. ALTER TABLE DROP COLUMN macroPropertyType failed because one or more objects access this column. Please check log file for additional information (can be found in '/AppData/Logs/UmbracoTraceLog.txt')

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 22, 2014 @ 19:40
    Jan Skovgaard
    0

    Hi Jonas

    Have you been following this guide? http://our.umbraco.org/documentation/Installation/Upgrading/v7-upgrade

    /Jan

  • Martin Kyukov 36 posts 231 karma points
    Nov 16, 2017 @ 09:41
    Martin Kyukov
    0

    Yet another unresolved question on Our :) Did anybody get this working? It's been stale for 3 years now and I just got the same issue. (Upgrading from 7.2.8 to 7.6.5)

  • Kieron McIntyre 116 posts 359 karma points
    Apr 02, 2018 @ 15:22
    Kieron McIntyre
    0

    I just got this issue upgrading from 6.2.6 to 7.0.4 (long story). You can safely delete each of the indexes the install complains about (there are a further three). The install will recreate the indexes.

    If you are at all worried they may not be recreated, just script them first so that they can be reapplied later if necessary.

    Ideally, these should have been conditionally checked for and dropped or ignored.

Please Sign in or register to post replies

Write your reply to:

Draft