- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 10:19 PM
Hello Community,
I need to upgrade my Client instance from Vancouver to Washington DC. How can i achieve that
Props an Cons. And what security measure has to take before upgrade.
Thanks,
Daiva.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 11:23 PM
Hi @daiva
Upgrades are critical for any org/ client and it is good to see what is required before upgrade.
There is no specific list of plus or minus but you can have a look at checklist provided by SN.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:45 AM
Hi Daiva,
I recently upgraded our dev instance from Vancouver to Washington.
What help are you looking for ?
Its always better to be on latest version or at least N-1 version. If SN support for Vancouver is ending soon then upgrading is the best option.
Your upgrade plan would be specific to your client and the modules they are using.
1. As an initial start, go through the release notes, to see the latest features, changes etc.
2. Learn about cloning the instance from prod to dev.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715621
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1214608
3. Learn on how to Request upgrade from HI portal
4. Once the instance is upgraded next would be to work on skipped logs. Learn about it below.
5. While working on skipped logs, capture the changes in update set.
6. Verify if the dev instance is working fine as per clients requirement.
if yes, proceed to do the steps 2, 3, in UAT.
then move the update sets from dev to UAT.
Test UAT instance
Proceed to upgrade Prod
Move update sets from UAT to Dev.
This would be a good learning experience, and if any concerns raise in our SN community.
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 10:56 PM
Hey Daiva,
How many instances does the client have? Generally it is Dev/UAT/Prod.
This is the approach we have been using for the upgrade.
1. Clone Production instance to Dev instance - This is done so that we have the latest replica of production instance and running upgrade on Dev will let us know the potential issues that we might face and the actions we can take on those.
Note: Before cloning make sure all updatesets are pushed to Prod instance (if for some reason you are not ready to push it to prod then taking XML backup is essential)
2. Upgrade Dev instance, capture skipped logs changes in update set.
3. Clone Prod to UAT instance
4. Upgrade UAT instance, move skipped logs update set to UAT from DEV
5. Upgrade Prod, move skipped logs to Prod from UAT.
these are high level upgrade steps, like I said in my previous post, please go through all the docs.
Your query
When we clone InstanceA - InstanceB
A has Vanc
B has Vanc
I cloned A to B and then A is upgraded to Washington then i clone back B - A >> This is an incorrect approach, here you are cloning back Vancouver version to Washington.
Ideally if you have just 2 instances then
Instance A (Dev) - Vancouver
Instance B (Prod) - Vancouver
1. Clone B to A
2. Upgrade A to Washington
3. Capture skipped logs of A in an update set and then test all your functionalities in A.
4. Upgrade B
5. Move update set to B from A
6. Test B (if possible)
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 11:05 PM
Hi @daiva
Cloning is first step.
Always Clone Dev from Prod and then upgrades the dev instance.
As I shared the checklist not sure why it was not marked as solution accepted, if you see that check list it is mention Clone from Prod to dev.
After Clone, upgrade Dev then see if any issue there fix that and the move test means Clone test from Prod and sane process.
When wecsay Clone, it means full copy paste, means all Data of Prod will come in lower Environment.
My video also help you, as that has step by step execution of Clone n upgrade.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 11:23 PM
Hi @daiva
Upgrades are critical for any org/ client and it is good to see what is required before upgrade.
There is no specific list of plus or minus but you can have a look at checklist provided by SN.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:45 AM
Hi Daiva,
I recently upgraded our dev instance from Vancouver to Washington.
What help are you looking for ?
Its always better to be on latest version or at least N-1 version. If SN support for Vancouver is ending soon then upgrading is the best option.
Your upgrade plan would be specific to your client and the modules they are using.
1. As an initial start, go through the release notes, to see the latest features, changes etc.
2. Learn about cloning the instance from prod to dev.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715621
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1214608
3. Learn on how to Request upgrade from HI portal
4. Once the instance is upgraded next would be to work on skipped logs. Learn about it below.
5. While working on skipped logs, capture the changes in update set.
6. Verify if the dev instance is working fine as per clients requirement.
if yes, proceed to do the steps 2, 3, in UAT.
then move the update sets from dev to UAT.
Test UAT instance
Proceed to upgrade Prod
Move update sets from UAT to Dev.
This would be a good learning experience, and if any concerns raise in our SN community.
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 10:08 PM
Thanks @JohnnySnow @Dr Atul G- LNG
For the insights.
i'm not clear about cloning.
When we clone InstanceA - InstanceB
A has Vanc
B has Vanc
I cloned A to B and then
A is upgraded to Washington then i clone back B - A
What about the data present in B(before cloning) will i able to get it or i loose?
Can i use Rollback Functionality instead of Cloning?
Cz we need to Upgrade all 3 Instances to Washington From Vanc.
Thanks,
Daiva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 10:56 PM
Hey Daiva,
How many instances does the client have? Generally it is Dev/UAT/Prod.
This is the approach we have been using for the upgrade.
1. Clone Production instance to Dev instance - This is done so that we have the latest replica of production instance and running upgrade on Dev will let us know the potential issues that we might face and the actions we can take on those.
Note: Before cloning make sure all updatesets are pushed to Prod instance (if for some reason you are not ready to push it to prod then taking XML backup is essential)
2. Upgrade Dev instance, capture skipped logs changes in update set.
3. Clone Prod to UAT instance
4. Upgrade UAT instance, move skipped logs update set to UAT from DEV
5. Upgrade Prod, move skipped logs to Prod from UAT.
these are high level upgrade steps, like I said in my previous post, please go through all the docs.
Your query
When we clone InstanceA - InstanceB
A has Vanc
B has Vanc
I cloned A to B and then A is upgraded to Washington then i clone back B - A >> This is an incorrect approach, here you are cloning back Vancouver version to Washington.
Ideally if you have just 2 instances then
Instance A (Dev) - Vancouver
Instance B (Prod) - Vancouver
1. Clone B to A
2. Upgrade A to Washington
3. Capture skipped logs of A in an update set and then test all your functionalities in A.
4. Upgrade B
5. Move update set to B from A
6. Test B (if possible)
Johnny
Please mark this response as correct or helpful if it assisted you with your question.