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:
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 :
"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:
Before start migration I executed the following:
I am stuck with this issue. Thanks in advance
I guess it is wrong. As I understand I should look at cmsDocument table. Is it correct? But why unpublished content was not migrated?
is working on a reply...