File tree Expand file tree Collapse file tree
versioned_docs/version-1.38.0/fundamentals Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments