Skip to content

Commit fbbf808

Browse files
committed
Update configuration options
1 parent 88530fc commit fbbf808

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/fundamentals/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ The configuration options are case-sensitive and can be defined only once unless
9191
The path to the Nethermind database directory. Defaults to `db`.\
9292
Deprecates `--baseDbPath` `-d`.
9393

94+
- #### `--force-resync` \{#force-resync\}
95+
96+
Deletes all database files except peer and discovery data, forcing a full resync on startup.
97+
9498
- #### `-?, -h, --help` \{#help\}
9599

96100
Shows the full list of available command line options.
@@ -109,6 +113,10 @@ The configuration options are case-sensitive and can be defined only once unless
109113
The path to the Nethermind plugins directory. Defaults to `plugins`.\
110114
Deprecates `--pluginsDirectory` `-pd`.
111115

116+
- #### `--purge-db` \{#purge-db\}
117+
118+
Deletes the entire database directory, including peer and discovery data.
119+
112120
- #### `--version` \{#version\}
113121

114122
Shows the Nethermind version information.

versioned_docs/version-1.38.0/fundamentals/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ The configuration options are case-sensitive and can be defined only once unless
9191
The path to the Nethermind database directory. Defaults to `db`.\
9292
Deprecates `--baseDbPath` `-d`.
9393

94+
- #### `--force-resync` \{#force-resync\}
95+
96+
Deletes all database files except peer and discovery data, forcing a full resync on startup.
97+
9498
- #### `-?, -h, --help` \{#help\}
9599

96100
Shows the full list of available command line options.
@@ -109,6 +113,10 @@ The configuration options are case-sensitive and can be defined only once unless
109113
The path to the Nethermind plugins directory. Defaults to `plugins`.\
110114
Deprecates `--pluginsDirectory` `-pd`.
111115

116+
- #### `--purge-db` \{#purge-db\}
117+
118+
Deletes the entire database directory, including peer and discovery data.
119+
112120
- #### `--version` \{#version\}
113121

114122
Shows the Nethermind version information.

0 commit comments

Comments
 (0)