cmd/geth: drop upgradedb subcommand since it's unfeasible

This command was meant as a hackish way to upgrade our chain database way back
when nobody cared for live updates and the size of the database along with its
import times was small. With the current database weighing hundreds of GBs and
processing times of many days, this command is just ludicrous.
This commit is contained in:
Péter Szilágyi
2017-02-23 16:35:16 +02:00
parent 5ee00209d2
commit aca066f337
2 changed files with 0 additions and 61 deletions

View File

@ -65,7 +65,6 @@ func init() {
initCommand,
importCommand,
exportCommand,
upgradedbCommand,
removedbCommand,
dumpCommand,
// See monitorcmd.go: