Moving an Onsite Manager is an intensive and hands-on process. This guide will walk you through preparing and executing a proper migration to a new device within your environment. Read this How-To end to end to ensure you understand the process and reach out to Support if you are stuck.
Preparing for the Migration
Before you begin, you must ensure that the Onsite Manager is fully current. This can be checked in Service Center > Update Center > Products. The following steps assume you have updated the OM to the last release.
On both the existing OM and the new OM device, download and install SQL Server Management Studio (SSMS)
Installing SQL Server Express and Setting up the Instance
Follow the steps below to prepare a new device for the SQL Instance, Database Migration and OM installation.
Steps for setting up SQL Server 2022 Express on the NEW Onsite Manager Device
- Download SQL Server 2022 Express
- Move the SQL2022-SSEI-Expr.exe file into
C:\Temp
folder. - Open a Command Prompt as Administrator.
- Run the following command:
C:\Temp\SQL2022-SSEI-Expr -x:C:\SQLServer
- Select Basic Install.
- Accept the Microsoft SQL Server License Terms
- Select Install on the location screen, and the download and installation process will begin
- Once at the successful installation screen, click Close
Enter the following command in the same Command Prompt:
This installs SQL Server 2022 Express and creates the SQL Instance required to migrate your On-Site Manager.
Performing the SQL Database Back-up
- Uninstall your Onsite Manager from the old device.
- Load SSMS and expand your LPIMWOMEXPRESS instance.
- Expand Databases.
- Right-click on MWData.
- Select Tasks.
- Select Backup.
- Add a disk destination and back up the database.
Restore the MWData database
- Transfer that backup up to the new OM device and save it to
C:\Temp
. - Open SSMS on the new OM.
- Expand LPIMWOMEXPRESS.
- Right-click Databases.
- Select Restore Database.
- Target the MWData backup in
C:\Temp
. - Set the database's compatibility under Properties > Options to the latest version available.
Install the On-Site Manager and Complete the Migration
- Download the Onsite Manager package from Barracuda Campus.
- Scroll down to Begin the Download and select the Onsite Manager download
- Unblock the package, unzip and run SetupOM as administrator.
- Support recommends that as you installed SSMS already, run Advanced Installer and unselect SQL Tools
- Continue through the installation and enter the public SCMessaging URL in your service center under Configuration > System Settings > Communication Settings.