Skip to content

Commit d5b7ca0

Browse files
authored
chore: bump live-sync docker tag to v0.7.0 (#4641)
Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
1 parent dc7fe4f commit d5b7ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_partials/_livesync-terminal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ instance to a $SERVICE_LONG:
175175
As you run the $PG_CONNECTOR continuously, best practice is to run it as a Docker daemon.
176176

177177
```shell
178-
docker run -d --rm --name livesync timescale/live-sync:v0.4.0 run \
178+
docker run -d --rm --name livesync timescale/live-sync:v0.7.0 run \
179179
--publication <publication_name> --subscription <subscription_name> \
180180
--source $SOURCE --target $TARGET --table-map <table_map_as_json>
181181
```
@@ -330,7 +330,7 @@ EOF
330330
Use the `--drop` flag to remove the replication slots created by the $PG_CONNECTOR on the source database.
331331

332332
```shell
333-
docker run -it --rm --name livesync timescale/live-sync:v0.4.0 run \
333+
docker run -it --rm --name livesync timescale/live-sync:v0.7.0 run \
334334
--publication <publication_name> --subscription <subscription_name> \
335335
--source $SOURCE --target $TARGET \
336336
--drop

0 commit comments

Comments
 (0)