migrate-data command

The migrate-data command imports configuration and reports data from an existing Insite installation.

  1. Download the migration tool for your platform from the Fortra Support Portal. See Installing or Updating Powertech Antivirus. Select from:

    • Insite Migration Tool (Windows) Software for Windows: (windows-conversion)

    • Insite Migration Tool (Linux) Software for Linux: (linux-conversion)

    • Insite Migration Tool (Power Big Endian) Software for Linux on Power Big Endian: (linux-conversion-ppc64)

    • Insite Migration Tool (Power Little Endian) Software for Linux on Power Little Endian: (linux-conversion-ppc64le)

  2. Extract the files to a directory on Powertech Antivirus Server.

  3. Run the following command:

    tar -xvf <downloadfilename>

  4. This extracts the files "export-servers" "and migrate data".

  5. Execute "migrate-data" with the following options:

IMPORTANT: The -insiteHost flag must be specified to run the migrate-data command.
If -insiteHost is not specified, the command will fail.

Options

  • Insite database password:

    -insiteDbPassword string

  • Insite database port (default 5432):

    -insiteDbPort int

  • Insite database username:

    -insiteDbUsername string

  • Insite host (default "localhost"):

    -insiteHost string

  • Generates a log file (default true):

    -log

  • Migrates scan configurations from Insite database (default true):

    -migrateConfigs

  • Migrates reports from Insite database (default true):

    -migrateReports

  • Migrates reports' data from Insite database (default true):

    -migrateReportsData

  • Powertech Antivirus database password:

    -ptavDbPassword string

  • Powertech Antivirus database port (default 5432):

    -ptavDbPort int

  • Powertech Antivirus database username:

    -ptavDbUsername string

  • Powertech Antivirus host (default "localhost"):

    -ptavHost string