Set-VBRMySQLProcessingOptions
Short Description
Modifies settings for processing backed-up MySQL databases for Veeam Agent backup jobs.
Applies to:
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Modify settings for processing backed-up MySQL database using credentials.
Set-VBRMySQLProcessingOptions -Options <VBRMySQLProcessingOptions> [-Credentials <CCredentials>] [<CommonParameters>] |
- Modify settings for processing backed-up MySQL database using the password file.
Set-VBRMySQLProcessingOptions -Options <VBRMySQLProcessingOptions> [-PasswordFilePath <string>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings for processing backed-up MySQL databases for Veeam Agent backup jobs.
Note |
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Options | Specifies settings for backed-up MySQL database. The cmdlet will modify these settings. | Accepts the VBRMySQLProcessingOptions object. To create this object, run the New-VBRMySQLProcessingOptions cmdlet. | True | Named | True (ByValue) |
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:
| String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRMySQLProcessingOptions object that contains settings for processing backed-up MySQL databases.
Examples
Example 1. Modifying Credentials for MySQL Database Processing Settings
This example shows how to modify credentials for MySQL database processing settings.
Perform the following steps:
|
Example 2. Modifying Absolute Path of Password File for MySQL Database Processing Settings
This example shows how to modify absolute path of a password file for MySQL database processing settings.
Perform the following steps:
|
Related Commands