Fusion 3.4 to Fusion 3.5
Resource changes: none added or removed
Upgrade should be done from Fusion 3.4. To Upgrade from previous versions select the version you are currently on from the version drop down and view the upgrade paths.
- If upgrading a "dev" environment and preserving SQL Server is desired, set "tagControllerDevSqlServer = false" (in the main tf file; see Configuration Instructions above
terraform refresh -var pre_install=true- If upgrading an Elevate system, to prevent data loss, stop all Elevate services.
terraform apply -var lock=falseterraform apply- Run the following commands in PowerShell to restart all Azure WebApps
$allSites = Get-AzWebApp -ResourceGroupName <RESOURCE_GROUP_NAME>@($allSites).GetEnumerator() | Restart-AzWebApp