Skip to content

Commit 30fecbe

Browse files
MetalBlueberrybilly-the-fish
authored andcommitted
Update timescaledb-parallel-copy references (#4019)
* outdated instructions to run timescaledb-parallel-copy
1 parent 9148d05 commit 30fecbe

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

_partials/_add-data-energy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,3 @@ connection.
4646
```
4747

4848
</Procedure>
49-
50-
[parallel-copy]: https://github.com/timescale/timescaledb-parallel-copy

_partials/_add-data-nyctaxis.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ tolls_amount | 0
5858
improvement_surcharge | 0.3
5959
total_amount | 10.3
6060
```
61-
62-
[parallel-copy]: https://github.com/timescale/timescaledb-parallel-copy

_partials/_migrate_using_parallel_copy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
--connection "host=<HOST> \
1818
user=tsdbadmin password=<PASSWORD> \
1919
port=<PORT> \
20-
sslmode=require" \
21-
--db-name tsdb \
20+
dbname=tsdb \
21+
sslmode=require
22+
" \
2223
--table <TABLE_NAME> \
2324
--file <FILE_NAME>.csv \
2425
--workers <NUM_WORKERS> \

0 commit comments

Comments
 (0)