diff --git a/_partials/_livesync-terminal.md b/_partials/_livesync-terminal.md index ee950d28b5..e2892596bd 100644 --- a/_partials/_livesync-terminal.md +++ b/_partials/_livesync-terminal.md @@ -175,7 +175,7 @@ instance to a $SERVICE_LONG: As you run the $PG_CONNECTOR continuously, best practice is to run it as a Docker daemon. ```shell - docker run -d --rm --name livesync timescale/live-sync:v0.4.0 run \ + docker run -d --rm --name livesync timescale/live-sync:v0.7.0 run \ --publication --subscription \ --source $SOURCE --target $TARGET --table-map ``` @@ -330,7 +330,7 @@ EOF Use the `--drop` flag to remove the replication slots created by the $PG_CONNECTOR on the source database. ```shell - docker run -it --rm --name livesync timescale/live-sync:v0.4.0 run \ + docker run -it --rm --name livesync timescale/live-sync:v0.7.0 run \ --publication --subscription \ --source $SOURCE --target $TARGET \ --drop