[KB5662] How do I upgrade or migrate my ESET Remote administrator database?

Issue

Supported database types

This article focuses primarily on two SQL database types supported by ESET Remote Administrator:

  • Microsoft SQL Server (Express and Standard) 2008, 2008 R2, 2012, 2014
  • MySQL Server 5.5, 5.6

 

Solution

Complete the steps below to migrate your database, complete all steps in part I before you proceed to part II.

I. Upgrade your existing SQL database server to a later version

  1. Stop all running ESET Remote Administrator Server (ERA Server) or Proxy (ERA Proxy) instances that connect to the database you plan to upgrade.
    • Follow the steps from this article but select Stop rather than Start in the Services window.
       
  2. Ensure that the database you plan to upgrade has been properly backed up.
     
  3. Follow the instructions from the appropriate article below for your database type:

 

II. Migrate your ERA database to a new SQL database server instance

Click your database type below to view instructions:

Microsoft SQL

Prerequisites

  • The source and target SQL Server instances must be installed. They may be hosted on different machines.
  • The target SQL Server instance must have at least the same version as the source instance. Downgrading is not supported
  • SQL Server Management Studio should be installed on both machines

Procedure

  1. Stop the ERA Server or ERA Proxy service.
    • Follow the steps from this article but select Stop rather than Start in the Services window.
       
  2. Log in to the source SQL Server instance using SQL Server Management Studio.
     
  3. Create a full database backup of the database that will be migrated. To do so, follow the steps below:
    1. Right-click the database in SQL Server manager and select Tasks → Back Up.
       
    2. Provide a new, unique backup set name in the Name field.