Skip to content

Commit

Permalink
stellar#4911: updated changelog/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 15, 2024
1 parent c3cb5bb commit 9f89bee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions services/horizon/internal/ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,10 @@ Run the `db reingest` sub-command, configured to import tx meta from your GCS bu
```$ DATABASE_URL=<your db host dsn> \
NETWORK=testnet \
stellar-horizon db reingest range \
--parallel-workers, 2 \
--ledgerbackend, "datastore" \
--datastore-config, "config.storagebackend.toml",
--parallel-workers 2 \
--ledgerbackend "datastore" \
--datastore-config "config.storagebackend.toml" \
100 200
```
Notice, even though we no longer need to provide stellar-core related config for binary or config file, we do still need to provide network related config, using convenience parameter `NETWORK=testnet|pubnet` or directly with `NETWORK_PASSPHRASE` and `HISTORY_ARCHIVE_URLS`

Expand Down

0 comments on commit 9f89bee

Please sign in to comment.