How do you go about managing the differences between staging and live before deployment as Live will have the count but staging wont. We tried copying the table down to staging but it would not update the front end of staging even though the data is in the staging table?
uIncrement does not support datatransfer between the Umbraco Cloud environments. The reason why your data isn't displayed correctly is because the environment does not share the same content node ids.
A better solution for uIncrement would be to store the guid id that is shared between the environments instead of the nodeId that is unique for each environment.
Staging to Live
How do you go about managing the differences between staging and live before deployment as Live will have the count but staging wont. We tried copying the table down to staging but it would not update the front end of staging even though the data is in the staging table?
Hi David,
uIncrement does not support datatransfer between the Umbraco Cloud environments. The reason why your data isn't displayed correctly is because the environment does not share the same content node ids.
A better solution for uIncrement would be to store the guid id that is shared between the environments instead of the nodeId that is unique for each environment.
I'll add that to the suggestion list.
// Herman
Hi Herman,
It is not actually in the cloud but i get what you mean by not sharing ids :-)
Thanks
David
is working on a reply...