Configuring a MySQL Server Instance That Is Hosted in the Amazon RDS Cloud

To configure a MySQL server instance that is hosted in the Amazon RDS cloud, create an EC2 instance in the Amazon cloud to function as the proxy client computer, add the proxy client computer in the CommCell Console, create a virtualization client to function as the pseudoclient, and then add the MySQL server instance to the pseudoclient.

The EC2 instance must have access to the AWS service endpoints. The EC2 instance that is acting as a proxy must have communication with the RDS instances that will be backed up. To ensure this connectivity, the security group rule for RDS instance must be added. This allows connection from the proxy on the port where the RDS instance is running. The default port for MySQL is 3306.

Step 1: Configure a Proxy Client Computer

  1. Create an EC2 instance in the Amazon cloud to function as the proxy client computer.

    The instance can be a Linux client computer or a Windows client computer.

    For instructions, see Amazon Elastic Compute Cloud Documentation.

  2. Add the proxy client computer in the CommCell Console.

  3. To enable the CommServe host, the MediaAgent, and the proxy client computer to communicate with each other, establish the connections.

  4. Install the MySQL Agent software on the proxy client computer.

    The database application must be of the same major version as the MySQL server instance in the cloud and does not need to be in a running state.

By default, the MySQL binaries are installed for MySQL versions 5.6, 5.7, 8.0 and MariaDB versions 10.2, 10.3 at the following paths:

  • For UNIX, the binaries are installed at /opt/commvault/CVCloudAddOns/MySQL.

  • For Windows, the binaries are installed at C:\Program Files\Commvault\ContentStore\CVCloudAddOns\MySQL.

Step 2: Configure the Pseudoclient

  1. Install the Virtual Server package on a Windows client computer or a Linux client computer.

    For instructions, see Client Installations.

    Note

    If you configure a Linux client computer, the Mono package is required on the client computer.

    For SP17 and more recent service packs, after you install the Virtual Server Agent on a Linux machine and start services, the software checks to see whether Mono is installed and, if necessary, installs the required version of the Mono package. You do not need to install the Mono package manually.

  2. Create a virtualization client to function as the pseudoclient.

    Add the client computer that you installed the Virtual Server package on as the proxy server.

    For instructions, see Creating an Amazon RDS Pseudo-Client.

  3. Add the MySQL Agent to the pseudoclient.

    When adding the agent, select the proxy client computer in the Cloud Configuration tab.

    For instructions, see Adding the MySQL Database Agent to the Pseudoclient.

    You can configure the MySQL database version of the pseudoclient.

Step 3: Configure MySQL Server on the Pseudoclient

Note

The supported TLS versions to create Amazon SSL encrypted MySQL instances are TLS 1.0, 1.1 and 1.2.

  1. Add a MySQL server instance to the pseudoclient.

  2. To include a subset of the databases in the backup, then create a subclient for the data.

Step 4: Run the First Backup Operation and the First Restore Operation

  1. Perform a backup operation.

    For instructions, see Performing Backup of a MySQL Database.

  2. Perform a restore operation.

    For instructions, see MySQL Instance Restore Operations.

Loading...