In my source umbraco, I have a folder with say 5 content pages. If I delete a content page, edit another, when I push to my target using courier, the target doesn't delete the page (but the edited page is pushed correctly).
I right clicked on the folder, and selected courier, advanced and all the checkboxes where selected.
I want to push the updates to the target installation such that it matches exactly how the source umbraco has it.
Is this not possible? Will it only push the updates, and not mirror things exactly?
Currently courier does not support deletes - I guess that much is clear. The way courier creates a dependency graph makes determining what has been deleted impossible. For the current courier versions we are not able to add this feature.
However, for the v.next verison of courier (codename "deploy") we are changing how the dependency graph and "sitemap" are compared so deletes will be supported.
Target doesn't seem to delete content pages
In my source umbraco, I have a folder with say 5 content pages. If I delete a content page, edit another, when I push to my target using courier, the target doesn't delete the page (but the edited page is pushed correctly).
I right clicked on the folder, and selected courier, advanced and all the checkboxes where selected.
I want to push the updates to the target installation such that it matches exactly how the source umbraco has it.
Is this not possible? Will it only push the updates, and not mirror things exactly?
I do believe that is the intended behavior. Couriers are for moving things, not removing things. :) Lau
Hi,
I've just come across this post, don't get me wrong I know its from sometime ago but do you remember your solution?
This is a feature request currently for a work around on http://issues.umbraco.org/issue/COU-164
Craig
Currently courier does not support deletes - I guess that much is clear. The way courier creates a dependency graph makes determining what has been deleted impossible. For the current courier versions we are not able to add this feature. However, for the v.next verison of courier (codename "deploy") we are changing how the dependency graph and "sitemap" are compared so deletes will be supported.
is working on a reply...