Skip to content

Update live-sync console limitation #4023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _partials/_livesync-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import TuneSourceDatabaseAWSRDS from "versionContent/_partials/_livesync-configu

## Limitations

- Indexes(including Primary Key and Unique constraints) are not migrated by $SERVICE_LONG.

We recommend that you create only necessary indexes on the target $SERVICE_LONG depending on your query patterns.

<LivesyncLimitations />

## Set your connection string
Expand Down
2 changes: 1 addition & 1 deletion _partials/_livesync-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
LiveSync does not create extensions on the target. If the table uses column types from an extension,
first create the extension on the target $SERVICE_LONG before syncing the table.
* There is WAL volume growth on the source PostgreSQL instance during large table copy.
* This works for PostgreSQL databases only as source. Timescaledb is not yet supported.
* This works for PostgreSQL databases only as source. TimescaleDB is not yet supported.
9 changes: 5 additions & 4 deletions _partials/_livesync-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@ The `<user>` in the `SOURCE` connection must have the replication role granted i

<Tabs label="Live migration">

<Tab title="From PostgreSQL">
<Tab title="From AWS RDS/Aurora">

<Procedure>

<LivesyncConfigureSourceDatabase />
<TuneSourceDatabaseAWSRDS />

</Procedure>

</Tab>
<Tab title="From AWS RDS/Aurora">

<Tab title="From PostgreSQL">
<Procedure>

<TuneSourceDatabaseAWSRDS />
<LivesyncConfigureSourceDatabase />

</Procedure>

Expand Down