You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Connect to your database with the credentials or $PG connection string. This is the connection string for [`<livesync username>`][livesync-tune-source-db].
87
-
1.Click `Continue`.
88
-
$CONSOLE connects to the source database and retrieves the schema information.
83
+
1. Click `Connectors` > `PostgreSQL`.
84
+
1. Set the name for the new connector by clicking the pencil icon.
85
+
1.Check the boxes for `Set wal_level to logical` and `Update your credentials`, then click `Continue`.
86
+
1.Enter your database credentials or a $PG connection string, then click `Connect to database`.
87
+
This is the connection string for [`<pg connector username>`][livesync-tune-source-db]. $CONSOLE connects to the source database and retrieves the schema information.
89
88
90
-
1.**Optimize the data to synchronize in hypertables**
89
+
1.**Optimize the data to synchronize in $HYPERTABLEs**
1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated.
106
+
107
+
1. To review the syncing progress for each table, click `Connectors` > `Source connectors`, then select the name of your connector in the table.
108
+
109
+
1.**Manage the connector**
110
+
111
+

112
+
113
+
1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. You can rename the connector, delete or add new tables for syncing.
98
114
99
-
$CONSOLE starts $LIVESYNC between the source database and the target $SERVICE_SHORT and displays the progress.
115
+
1. To pause a connector, click `Connectors` > `Source connectors`, then open the three-dot menu on the right and select `Pause`.
100
116
101
-
1.**Monitor syncronization**
102
-
1. To view the progress of the $LIVESYNC, click the name of the $LIVESYNC process:
1. To delete a connector, click `Connectors` > `Source connectors`, then open the three-dot menu on the right and select `Delete`. You must pause the connector before deleting it.
106
118
107
119
</Procedure>
108
120
109
-
And that is it, you are using $LIVESYNC to synchronize all the data, or specific tables, from a $PG database
110
-
instance to your $SERVICE_LONG in real time.
121
+
And that is it, you are using the $PG_CONNECTOR to synchronize all the data, or specific tables, from a $PG database
0 commit comments