chore: modify db support (#14451)

This commit is contained in:
Marko
2022-12-30 14:08:37 +00:00
committed by GitHub
parent f3dd51029a
commit e048402efb
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Cmd(appCreator servertypes.AppCreator) *cobra.Command {
custom: allow pruning options to be manually specified through 'pruning-keep-recent'.
besides pruning options, database home directory and database backend type should also be specified via flags
'--home' and '--app-db-backend'.
valid app-db-backend type includes 'goleveldb', 'cleveldb', 'rocksdb', 'boltdb', and 'badgerdb'.
valid app-db-backend type includes 'goleveldb', 'rocksdb', 'pebbledb'.
`,
Example: "prune --home './' --app-db-backend 'goleveldb' --pruning 'custom' --pruning-keep-recent 100",
RunE: func(cmd *cobra.Command, _ []string) error {