This is an archive version of the document. To get the most up-to-date information, see the current version.

New-VBRMySQLProcessingOptions

Short Description

Defines settings for processing backed-up MySQL databases.

Applies to: Veeam Agent jobs that back up Linux computers

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides parameter sets that allow you to:

  • Define settings for processing MySQL database transaction logs using credentials.

New-VBRMySQLProcessingOptions [-Credentials <CCredentials>]  [<CommonParameters>]

  • Define settings for processing MySQL database transaction logs using the password file.

New-VBRMySQLProcessingOptions [-PasswordFilePath <string>]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRMySQLProcessingOptions object. This object contains settings for processing backed-up MySQL databases.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Credentials

Specifies the MySQL credentials that Veeam Agent will use to connect to the MySQL Server.

Accepts the CCredentials object. To get this object, run the Get-VBRCredentials cmdlet.

False

Named

False

PasswordFilePath

Specifies the absolute path for the password file. Veeam Agent will use this password file to connect to the MySQL Server.

Default: /root/.my.cnf.

Note:

  • Start the absolute path with the / symbol.
  • The cmdlet will return an error if you provide this parameter when the Credentials parameter is already specified.

String

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

This cmdlet returns the VBRMySQLProcessingOptions object that contains settings for processing backed-up MySQL databases.

Examples

New-VBRMySQLProcessingOptionsExample 1. Defining Settings for Processing Backed-up MySQL Database Using Credentials

New-VBRMySQLProcessingOptionsExample 2. Defining Settings for Processing Backed-up MySQL Database Using Password File

Related Commands

Get-VBRCredentials