Fix and supplement backup_restore.md based on java-tron source#331
Open
abn2357 wants to merge 5 commits into
Open
Fix and supplement backup_restore.md based on java-tron source#331abn2357 wants to merge 5 commits into
abn2357 wants to merge 5 commits into
Conversation
- Default data directory is the relative path 'output-directory', not '/output-directory/' (per CommonParameter#outputDirectory default). - Jar file name is 'FullNode.jar', not 'fullnode.jar' (per framework/build.gradle binaryRelease task). - Use lowercase 'v' in GreatVoyage-v4.1.0 to match the actual git tag.
…b convert - Document the default 'database/' subdirectory under output-directory (controlled by storage.db.directory), so backup/restore steps account for a renamed directory. - Add a Note bullet for vm.saveCancelAllUnfreezeV2Details, including the prerequisite that vm.saveInternalTx and vm.saveFeaturedInternalTx must both be enabled. - Point users with a LevelDB snapshot at the toolkit Data Conversion Tool when they want to run the node with RocksDB.
- Add spaces between Chinese text and inline code for consistency with surrounding bullets. - Collapse double blank lines between section headings to a single blank line. - Trim trailing whitespace after the '注意:' marker and at the end of a list item.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
using_javatron/backup_restore.md(default data directory, jar name capitalization, version case)database/subdirectory, thevm.saveCancelAllUnfreezeV2Detailsoption, and the LevelDB→RocksDB conversion tooldevelopers.tron.networkAPI links with local HTTP API pagesTest plan
mkdocs serveand verify the layout under the 注意 section is intactgettransactioninfobyidandgetaccountbalancelinks resolve to local HTTP API pagestoolkit.md#_13) still navigates correctly