|
| 1 | +--- |
| 2 | +Title: Create data pipeline |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rc |
| 8 | +description: Create and troubleshoot your data pipeline. |
| 9 | +hideListLinks: true |
| 10 | +weight: 2 |
| 11 | +--- |
| 12 | + |
| 13 | +After you have [prepared your source database]({{<relref "content/operate/rc/databases/rdi/setup">}}) and connection information, you can set up your new pipeline. |
| 14 | + |
| 15 | +1. In the [Redis Cloud console](https://cloud.redis.io/), go to your target database and select the **Data Pipeline** tab. |
| 16 | +1. Select **Start pipeline setup**. |
| 17 | +1. Enter a **Pipeline name**. This pipeline name will be the prefix to all keys generated by this pipeline in the target database. |
| 18 | +1. Enter the **Deployment CIDR** for your pipeline, or use the one generated for you. This CIDR should not conflict with your apps or other databases. |
| 19 | +1. In the **Connectivity** section, enter the **PrivateLink service name** of the [PrivateLink connected to your source database]({{< relref "/operate/rc/databases/rdi/setup#set-up-connectivity" >}}). |
| 20 | +1. Enter your database details. This depends on your database type, and includes: |
| 21 | + - **Port**: The database's port |
| 22 | + - **Database**: Your database's name, or the root database |
| 23 | + - **Database Server ID**: Unique ID for the replication client. Leave as default if you don't use replication *(mySQL and mariaDB only)* |
| 24 | + - **PDB**: Name of the Oracle pluggable database *(Oracle only)* |
| 25 | +1. Enter the ARN of your [database credentials secret]({{< relref "/operate/rc/databases/rdi/setup#share-source-database-credentials" >}}) in the **Source database secrets ARN** field. |
| 26 | +1. Select **Start pipeline setup**. |
| 27 | + |
| 28 | +At this point, Redis Cloud will attempt to create your new pipeline. |
| 29 | + |
| 30 | +Pipelines are created in the background. While they're being created, you aren't allowed to make changes. This process will take some time. |
| 31 | + |
| 32 | +See [Pipeline creation errors](#pipeline-creation-errors) to view a list of errors that can occur at this point. |
| 33 | + |
| 34 | +When your pipeline is created, select **Complete setup**. You will then [define your data pipeline]({{<relref "content/operate/rc/databases/rdi/define">}}). |
| 35 | + |
| 36 | +## Pipeline creation errors |
| 37 | + |
| 38 | +Add errors here. |
0 commit comments