Fusion 3.3 to Fusion 3.4
Resource changes: none added or removed
Upgrade should be done from Fusion 3.3.
- 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