File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ```
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
You can’t perform that action at this time.
0 commit comments