Well, the problem is that courier doesnt know these 2 nodes are identical, and as by design, it doesnt delete items, because it has no way of keeping track of the items being deleted, its something that will be added to courier 3, but it requires some changes on the datalayer level, so the plan is to switch to umbraco 6's native datalayer and through that have a more solid delete strategy.
For now, you either have to go on the live site and delete these nodes manually, or push the content from the recycle bin, which will move the content into recycle bin on the live site.
Duplicate nodes in Courier
How to reproduce:
Create a node on preview/staging site.
Push to live with Courier.
Delete the node on preview/staging.
Create a new node on preview/staging with the same name.
Push to live with Courier.
You now have 2 nodes on live which have the same name. It does not matter if the nodes are published or not.
Is there any way around this?
Hi anthony
Well, the problem is that courier doesnt know these 2 nodes are identical, and as by design, it doesnt delete items, because it has no way of keeping track of the items being deleted, its something that will be added to courier 3, but it requires some changes on the datalayer level, so the plan is to switch to umbraco 6's native datalayer and through that have a more solid delete strategy.
For now, you either have to go on the live site and delete these nodes manually, or push the content from the recycle bin, which will move the content into recycle bin on the live site.
/per
is working on a reply...