Skip to content

Commit

Permalink
Update split-storage-archival.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
gmilescu authored Mar 12, 2024
1 parent e9d3146 commit 2d1a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/archival/split-storage-archival.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ CONFIG_BKP=$NEAR_HOME/config.json.backup
cp $CONFIG $CONFIG_BKP # preserving your old config
cat <<< $(jq '.cold_store = null | .archive = false' $CONFIG) > $CONFIG # adjust config to open hot-data as rpc db
./neard --home $NEAR_HOME database change-db-kind --new-kind HOT change-hot # change DbKind of hot-data to HOT
./neard --home $NEAR_HOME database change-db-kind --new-kind Hot change-hot # change DbKind of hot-data to Hot
cp $CONFIG_BKP $CONFIG # return original config
```
8. Restart your node.
Expand Down

0 comments on commit 2d1a641

Please sign in to comment.