How to update D365FO environments to a new Microsoft version?
In this
article, I will show you how to update your D365FO environment from version 10.0.34 to version 10.0.37 (the
steps should be somehow similar when updating to any new version).
- Make sure the
visual studio in your devBox is closed (I would recommend closing it from task manager because sometimes you will get errors that it is opened, even though you closed it).
- There is a pre-requisite to install VC++ runTime in your devBox before starting with the update. And after you install it, you need to restart your devBox. New VC++ runtime requirement for cloud-hosted environments running version 10.0.36 or later - Finance & Operations | Dynamics 365 | Microsoft Learn
- Sign in to LCS https://lcs.dynamics.com
- Click on the project
that contains the environments you want to update
- Click on cloud hosted environments
- Choose your devBox and click full details
- Scroll down to
“Available updates” section and click “View update”
- Click save package
- Click “Select all”
then “Save package”
- Fill package name,
then click “Save package”. This will save the package in the project asset
library. (saving the package will take some time)
- Once the saving
finishes, click “Done”
- Now click “Maintain”
then choose “Apply updates”
- You’ll be able to
find the service package we saved, select it, then click Apply
- Now the update
will start and it might take around 2.5 hours, then your environment will be
ready.
- You might encounter some errors during the update process, so keep your
eye on the log if you face any, where you can download it to see what caused the failure. Also in case of failure, failure details appear in LCS like the picture below.
Comments
Post a Comment