Copied to clipboard

Flag this post as spam?

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


  • Sergei 6 posts 76 karma points
    Jan 19, 2022 @ 10:52
    Sergei
    0

    Migrating from 7.15.7 to 8.2.1. No contents

    Hi

    I am migrating my DB from 7.15.7 to 8.2.1v. I found all solutions for my issues here except last one (I hope so). After 10 hours migrating, I have DB 8.2.1v. I have members, media, document types... But there are no any contents. That's what I found in my logs :

    "StartMessage":"Loading content from database","TimingId":"b822952","SourceContext":"Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService"....
    "Skip item id=1159, both draft and published data are null.", SourceContext":"Umbraco.Web.PublishedCache.NuCache.ContentStore"...
    "Skip item id=61147, could not find parent id=1159.", "SourceContext":"Umbraco.Web.PublishedCache.NuCache.ContentStore"...
    "Skip item id=1160, could not find parent id=1159.", "SourceContext":"Umbraco.Web.PublishedCache.NuCache.ContentStore"...
    ...
    

    "item id=1159" this is my root item for the rest. I dug into the DB structure, and found out that "publish info" stored in cmsContent (if I am not mistaken). And here the xml for this record:

    <Folder 
    id="1159" 
    key="01323bc0-b398-40f7-b5c1-6fa4fda76d8b" 
    parentID="-1" 
    level="1" 
    creatorID="0" 
    sortOrder="2" 
    createDate="2012-10-04T17:34:51" 
    updateDate="2017-04-20T13:03:50" 
    nodeName="TravelOracle" 
    urlName="traveloracle" 
    path="-1,1159" 
    isDoc="" 
    nodeType="1083" 
    creatorName="admin" 
    writerName="admin"
    writerID="0" 
    template="1060" 
    nodeTypeAlias="Folder" 
    isPublished="true">    
    <umbracoInternalRedirectId><![CDATA[61147]]></umbracoInternalRedirectId>  
    </Folder>
    

    Before start migration I executed the following:

     var contentService = ApplicationContext.Current.Services.ContentService;
     contentService.RePublishAll();
     umbraco.library.RefreshContent();
    

    I am stuck with this issue. Thanks in advance

  • Sergei 6 posts 76 karma points
    Jan 19, 2022 @ 12:46
    Sergei
    0

    found out that "publish info" stored in cmsContent

    I guess it is wrong. As I understand I should look at cmsDocument table. Is it correct? But why unpublished content was not migrated?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies