Moving from dev to production

shubham5957
Mega Contributor

What are the steps to keep in while moving from dev to production? Is there any way where I can check my dev instance is working fine as i dont have test instance before moving to production?

13 REPLIES 13

palmen
Tera Guru

You just need to do the testing in your dev instance in case you don't have a test instance.


When testing is OK you move the update set to production and commit it.


I have already done the testing and it works fine but what should be the plan for deployment plan for the current live instance so that nothing goes wrong in the prod?


Hi Shubham,



Since you do not have TEST/UAT instance available you can validate stuffs in DEV if it works well you can push it to PRD. In any which case it does not work then you can backout related update sets from PRD. Also, make sure that DEV & PRD are almost in sync with the development being done & pushed. Data mismatch is fine & should not be an issue.


I already validate most of the thing but how we can make sure that everything will work fine after moving to production. Can't we do something else in order to check it?