Skip to content

Commit

Permalink
Adding a link to the data directory documentation (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice102 authored Nov 4, 2022
1 parent a751525 commit ef6ecf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ There are two primary modes of operation:

In both configurations, a postgres connection string is required. Both DSN and URL formats are supported, [details are available here](https://pkg.go.dev/github.com/jackc/pgx/v4/[email protected]#ParseConfig).

In addition, the indexer uses a data directory that stores data needed for runtime operation and configuration.
See the [Data Directory documentation](docs/DataDirectory.md) for how to (re-)initialize this directory in case it is lost or needs to be re-created.

### Database updater
In this mode, the database will be populated with data fetched from an [Algorand archival node](https://developer.algorand.org/docs/run-a-node/setup/types/#archival-mode). Because every block must be fetched to bootstrap the database, the initial import for a ledger with a long history will take a while. If the daemon is terminated, it will resume processing wherever it left off.

Expand Down

0 comments on commit ef6ecf1

Please sign in to comment.