Skip to content

Commit 57d0e20

Browse files
committed
Add the parameter group back in to Aurora
1 parent db49868 commit 57d0e20

File tree

1 file changed

+15
-0
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds

1 file changed

+15
-0
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,21 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes
4949

5050
Select **Create** to create the parameter group.
5151

52+
1. Navigate to **Parameter groups** in the console. Select the parameter group you have just created and then select **Edit**. Change the following parameters:
53+
54+
| Name | Value |
55+
| :-- | :-- |
56+
| `binlog_format` | `ROW` |
57+
| `binlog_row_image` | `FULL` |
58+
| `gtid_mode` | `ON` |
59+
| `enforce_gtid_consistency` | `ON` |
60+
61+
Select **Save Changes** to apply the changes to the parameter group.
62+
63+
1. Go back to your target database on the RDS console, select **Modify** and then scroll down to **Additional Configuration**. Set the **DB Cluster Parameter Group** to the group you just created.
64+
65+
Select **Save changes** to apply the parameter group to the new database.
66+
5267
{{< embed-md "aur-rds-mysql-create-debezium-user.md" >}}
5368

5469
-tab-sep-

0 commit comments

Comments
 (0)