Initial commit
This commit is contained in:
13
docs/migrations/2_4_migration.md
Normal file
13
docs/migrations/2_4_migration.md
Normal file
@@ -0,0 +1,13 @@
|
||||
### In Peatio 2.4 introduced InfluxDB for storing trades and building k-lines. For import local historical trades you will need to process severall rake tasks
|
||||
|
||||
1. Import trades to the InfluxDB:
|
||||
|
||||
```bash
|
||||
bundle exec rake import:trade_to_influx
|
||||
```
|
||||
|
||||
2. Build k-lines:
|
||||
|
||||
```bash
|
||||
bundle exec rake import:influx_build_candles
|
||||
```
|
||||
Reference in New Issue
Block a user