From 9f89bee7b44625419922b5d72209a59f40f7f62f Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Mon, 15 Jul 2024 11:11:13 -0700 Subject: [PATCH] #4911: updated changelog/readme --- services/horizon/internal/ingest/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/services/horizon/internal/ingest/README.md b/services/horizon/internal/ingest/README.md index 7e28b32321..12982b5047 100644 --- a/services/horizon/internal/ingest/README.md +++ b/services/horizon/internal/ingest/README.md @@ -153,9 +153,10 @@ Run the `db reingest` sub-command, configured to import tx meta from your GCS bu ```$ DATABASE_URL= \ 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`