What is the best way to migrate from a dev instance to prod?

joaosantos
Mega Expert

Can i just clone dev to prod? how long would it take?

1 ACCEPTED SOLUTION

lSurya 24
Giga Guru

Hello Santos,



You should never clone from lower instance to higher instance(Here high refers to prod and lower refers dev). It is not a best practice to do that unless you have very strong reason to do that.


The best approach to your question would be capture all customizations in an UpdateSet and later on move them to Prod environment.


View solution in original post

5 REPLIES 5

lSurya 24
Giga Guru

Hello Santos,



You should never clone from lower instance to higher instance(Here high refers to prod and lower refers dev). It is not a best practice to do that unless you have very strong reason to do that.


The best approach to your question would be capture all customizations in an UpdateSet and later on move them to Prod environment.