Overview
Notes from upgrading from ArcGIS Enterprise 10.6.1 to 10.7.
Attempting this on TC-Sandbox-BXUeGIS-RG.
Related doc here
ESRI Powershell DSC has a new version - ArcGIS 2.0.0
Process
Update ARM template to ensure all
timestamp
properties have been increased.Ensure backups are in place to facilitate a restore if something goes awry.
Run ARM template to ensure proper infrastructure config and to re-run the Custom Scripts Extensions.
- CSE will copy new install media and DSC templatesRemote desktop to web/web0 as user cloud\argisservice
Handle multiple versions of the ArcGIS PowerShell Module
May need to update the ArcGIS PowerShell module
Get-InstalledModule -Name "ArcGIS" -RequiredVersion 1.1.3 | Uninstall-Module
Run the script as follows
# Powershell Configure-ArcGIS ` -ConfigurationParametersFile 'D:\DSC\PowerShell DSC\some_upgrade_config.json ` -Mode Upgrade # Optional -Credential [Config RunAs - Optional] -DebugSwitch False
Can this be run as our cloud user with a credential?