Hello,
I was wondering, what is the suggested way of deploying new customizations from development environments to the production?
Suppose that we have 3 environments: development, test and production. How would you create the solutions that has your custom entities?
I was thinking about exporting and importing them as unmanaged between test and development, then create a new solution as managed when you are ready for production, and import the managed version in prod.
But Microsoft documentation says that: "Only export a solution as a managed solution when you intend to distribute it." However, if we import it as unmanaged at production, it would overwrite and it wouldn't be possible to rollback unless we backed up the previous state as another solution, correct?
So my general question is, how do you go about this customization deployment? what is the suggested habits?
Thanks.
*This post is locked for comments
I have the same question (0)