Hot fix
Hi All,
I couldn't get clear outlook of implementing hot fix in prod environment, when we have development in progress in dev mode. We don't need the development to go to prod only the issue needs to be fixed and later we must progress with the dev model with out loosing the development. I am unclear of how many revision tags are involved in this and restoring model from history. Please some one can elaborate on this. This will be helpful.
Answers
-
@princekokkera123 - You understood the problem correctly that Hotfix is pushing the Bugfix and not loosing the current developments.
Step 1: Make the Bug-fixes and note the current History ID.
Step 2: Revert the model prior to last deployment state.
Step 3: Make the Bug-fix again and create the Revision tag.
Step 4: Push that Revision tag to production
Step 5: Revert the model to current History ID which you noted in Step-1.
In simple words, you're going in past, making a bug-fix and coming back to future and continue making the dev changes! The only catch is you have to make the bug-fixes twice.
3 -
Take a look at this great article written by @DavidSmith
1 -
Good explaination
0