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

Hey shubham5957



First tell me, how many environments do you have?



Like


  1. DEV,
  2. QA or Test
  3. PreProduction (Preprod)
  4. Production


Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Dev and Prod


Then make sure do the End to End Testing clearly twice or Thrice, before moving Update set Prod.




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Actually i will be moving one module into the prod instance and i have studied that we might have to do regression testing. i also found few steps on community for those case when u dont have test instance.


1. Close all the update sets on dev


2. Export all


3. Clone prod on dev,deploy and test it again


4. Import all the exported update sets and continue your development.


Can you validate and explain those points? and how to do it?


mathuranuneeti
Kilo Expert

Hi Shubham,



I would suggest you to do take a back of all your update sets and clone your Dev from Prod. Then again deploy your update sets to Dev and do end to end testing. Once all this is done and successful, you can move the code to production.



All the best.



Regards,


Anuneeti