function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nil.m.7nil.m.7 

How much time Config only sandbox will take to refresh from Production.

How much time Config only sandbox will take to refresh from Production.

Sonam_SFDCSonam_SFDC

This actually depends on the amount of configuration you have in your production which needs to be copied over to the sandbox.

 

 

nil.m.7nil.m.7
Config only will copy code and metadata only while refreshing.
My production instance contain 4.5 Lac charcters of apex code.

How much time it will take to refresh all apex code and all metadata?

Sonam_SFDCSonam_SFDC

yes, that is correct - it will copy the  configurations (declarative + code) to the sandbox.

 

When you submit the sandbox for refresh , it actually goes to a queue and the processing start when its has its turn.

 

So you can say the time taken is the amount of time in the queue plus the time to copy content to the new ORG created when refreshing.
We cannot calculate the exact amount of time taken but if the config is more - time taken will be more.

 

You can keep  track of the Refresh status and surely reach out to support in case you feel its takes more time than usual to refresh the sandbox.