Deployment Notes 2.6.8
Introduction
Artifacts can be downloaded from the download page.
The following sections outline the deployment actions for this release.
Database Migration
- Run
MigrationDbrefactor script MigrationDb.17.1.sql in all Migration databases - Run
ProjectDbrefactor script ProjectDb.07.0.sql in all Project databases - Run
MasterDbrefactor script MasterDb.12.sql in Master database on the Master server
Important
Please back up all databases before running refactor scripts
Redeploy Portal
- Download the appropriate zip file from the download page depending on your installation
- If you are using the Portal including all modules (Item Manager and Planning), download
portalwithmodules.zip - Otherwise, download
portal.zipand - if relevant -ext-itemmgr.ziporext-planning.zip
- If you are using the Portal including all modules (Item Manager and Planning), download
- Redeploy the Portal web application.
- Preserve and re-establish the
appsettings.jsonfile - If you are hosting the Portal in an IIS sub-folder, you should also preserve and re-establish the
<base>tag in thewwwroot/index.htmlfile
- Preserve and re-establish the
If you are selectively deploying the Item Manager or Planning modules, you need to copy the contents of the Server and Client folders from the zip file
to their respective locations in the Extensions folder under the Portal application folder
Upload new runtime to the Portal
- Download the
runtime.zipfrom the download page - Upload new
runtime.zipto the Portal (Configuration → Operations → Runtime → Upload) - Set the new runtime version active
Execution Servers
Reinstall Hopp Agent Service
Reinstall the Hopp Agent Service:
note
Make sure you have the application credentials (UserId/Password) ready for the Hopp Service account
- Download the
Hopp.Director.Agent.msiinstaller from the download page - Stop the Hopp Agent Service before uninstall
- Open the
ServicesControl Panel Add On - search for 'services' in the Windows Start Menu - Locate and stop the Hopp Agent Service
- Open the
- Preserve the
MigFx.Agent.dll.configfile in the installation folder (normallyC:\Program Files\HoppTech\migFx\Agent) - Run the Hopp Agent Service installer
- Re-establish the
MigFx.Agent.dll.configfile - Re-enter the application credentials as logon for the Hopp Agent Service
- Start the Hopp Agent Service
Workstations
Reinstall Visual Studio Extension
- Make sure you have at least Visual Studio 2022 version
17.4installed - Open Visual Studio and in Extensions → Manage Extensions, mark the installed
Hopp Migrationextension for un-install - Close Visual Studio. The Microsoft Visual Studio extension installer will launch to uninstall the previous version. Follow the guidance in the installer
- Install the Hopp Visual Studio extension (double-click
VsExtension.2022.vsix) - Follow the guidance in the installer
Update Engine Generator
-
If using Nuget
- Update the Hopp.Generator tool
dotnet tool update hopp.tools.enginegenerator --global
- Update the Hopp.Generator tool
-
If using local libraries
- Reinstall
MigFx.EngineGeneratorfrom download page
- Reinstall