Skip to content

Commit

Permalink
chore: update docs to reflect live-migration v0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Harkishen-Singh <[email protected]>
  • Loading branch information
Harkishen-Singh committed Feb 28, 2024
1 parent f30b6d0 commit 5ce8315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrate/live-migration/live-migration-from-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docker run --rm -dit --name live-migration \
  -e PGCOPYDB_SOURCE_PGURI=$SOURCE \
  -e PGCOPYDB_TARGET_PGURI=$TARGET \
-v ~/live-migration:/opt/timescale/ts_cdc \
  timescale/live-migration:v0.0.5
  timescale/live-migration:v0.0.6
```

<Highlight type="note">
Expand Down
2 changes: 1 addition & 1 deletion migrate/live-migration/live-migration-from-timescaledb.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker run --rm -dit --name live-migration \
  -e PGCOPYDB_SOURCE_PGURI=$SOURCE \
  -e PGCOPYDB_TARGET_PGURI=$TARGET \
-v ~/live-migration:/opt/timescale/ts_cdc \
  timescale/live-migration:v0.0.5
  timescale/live-migration:v0.0.6
```

<Highlight type="note">
Expand Down

0 comments on commit 5ce8315

Please sign in to comment.