Skip to content

Commit e5632d9

Browse files
authored
Merge pull request #1786 from redis/add-reboot-step
RDI: Add Reboot step after parameter group step
2 parents f184901 + 427bf18 commit e5632d9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also create one during database creation by selecting **Create an Aurora
3737

3838
RDI requires some changes to database parameters. On AWS Aurora, you change these parameters via a parameter group.
3939

40-
1. In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) with the following settings:
40+
1. In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings:
4141

4242
| Name | Value |
4343
| :-- | :-- |
@@ -64,6 +64,9 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes
6464

6565
Select **Save changes** to apply the parameter group to the new database.
6666

67+
1. Reboot your database instance. See [Rebooting a DB instance within an Aurora cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-reboot-db-instance.html) for more information.
68+
69+
6770
{{< embed-md "aur-rds-mysql-create-debezium-user.md" >}}
6871

6972
-tab-sep-
@@ -72,7 +75,7 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes
7275

7376
RDI requires some changes to database parameters. On AWS RDS, you change these parameters via a parameter group.
7477

75-
1. In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) with the following settings:
78+
1. In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings:
7679

7780
| Name | Value |
7881
| :-- | :-- |
@@ -96,6 +99,8 @@ RDI requires some changes to database parameters. On AWS RDS, you change these p
9699

97100
Select **Save changes** to apply the parameter group to the new database.
98101

102+
1. Reboot your database instance. See [Rebooting a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html) for more information.
103+
99104
{{< embed-md "aur-rds-mysql-create-debezium-user.md" >}}
100105

101106
{{< /multitabs >}}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you
5050

5151
Select **Save changes** to apply the parameter group to your database.
5252

53+
1. Reboot your database instance. See [Rebooting a DB instance within an Aurora cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-reboot-db-instance.html) or [Rebooting a DB instance (RDS)](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html) for more information.
54+
5355
## Create Debezium user
5456

5557
The Debezium connector needs a user account to connect to PostgreSQL. This

0 commit comments

Comments
 (0)