Skip to main content
Version: 3.5

Fusion 3.3 to Fusion 3.5

Resource changes: none added or removed

Upgrade should be done from Fusion 3.3. To Upgrade from previous versions select the version you are currently on from the version drop down and view the upgrade paths.

  1. If upgrading a "dev" environment and preserving SQL Server is desired, set "tagControllerDevSqlServer = false" (in the main tf file; see Configuration Instructions above)
  2. terraform refresh -var pre_install=true
  3. If upgrading an Elevate system, to prevent data loss, stop all Elevate services.
  4. terraform apply -var lock=false
  5. terraform apply
  6. Run the following commands in PowerShell to restart all Azure WebApps $allSites = Get-AzWebApp -ResourceGroupName <RESOURCE_GROUP_NAME> @($allSites).GetEnumerator() | Restart-AzWebApp