How+often+should+we+snapshot+our+streams?
Accepted answer
You can snapshot as often as you like. Certainly it's a good idea to snapshot for every build, and in fact you can configure the JBE to do this for you.
Beyond that there's no need to snapshot with any set frequency; just do it whenever it makes sense for your business. As one example, I like to snapshot before any sort of major code refactoring.
Beyond that there's no need to snapshot with any set frequency; just do it whenever it makes sense for your business. As one example, I like to snapshot before any sort of major code refactoring.
One other answer
Hi Eddie,
A snapshot is a record of the configuration of all components in a stream or work-space.
Snapshots are useful for capture the complete state of the Major release (Its created when something major changes in releases so that we can record the major milestone configuration changes).
Please let me know the above information is useful.
Regards,
Arun.