I have umbraco site 6.0.5 also using latest courier. We have a dev instance and staging instance. The instance is where stuff is built out using teamcity so dlls / macros / css etc. On staging we have content client only has access to staging. After a build I courier any bits over to staging I DO NOT COURIER CONTENT also I make sure when using courier that the correct level of dependancies to courier is correct most of the time selected item only.
The issue is that the client is reporting nodes going missing on staging. So they have created bunch of pages now they are gone. Also stuff that has been deleted is re appearing. Not sure if it is courier or another issue. Anyone seen this before?
OK Per mystery solved. The build transform was not right. It was targeting db update //appSettings/add[@key = 'umbracoDbDSN']/@value which is not correct becuase in 6.0.5 the connection string is in connection strings section. I updated and now all is well. I blame Anthony ;-}
Courier issue maybe?
I have umbraco site 6.0.5 also using latest courier. We have a dev instance and staging instance. The instance is where stuff is built out using teamcity so dlls / macros / css etc. On staging we have content client only has access to staging. After a build I courier any bits over to staging I DO NOT COURIER CONTENT also I make sure when using courier that the correct level of dependancies to courier is correct most of the time selected item only.
The issue is that the client is reporting nodes going missing on staging. So they have created bunch of pages now they are gone. Also stuff that has been deleted is re appearing. Not sure if it is courier or another issue. Anyone seen this before?
Regards
Ismail
Well, first of all, content cant go missing because of courier, as it simply cant delete content, its not included in its datalayer.
Do you have the revisions you've transfered stored some-where, then we can have a look to see what they actually include
Per,
Not been doing revisions just transferring single items. I guess there should be stufff in the revisions dir in courier dir?
Regards
Ismail
OK Per mystery solved. The build transform was not right. It was targeting db update //appSettings/add[@key = 'umbracoDbDSN']/@value which is not correct becuase in 6.0.5 the connection string is in connection strings section. I updated and now all is well. I blame Anthony ;-}
Regards
Ismail
you can always blame Anthony :) - great you found the cause
is working on a reply...