Tezosブロックチェーンデータを別のパーティションに移動するにはどうすればよいですか?
1 回答
- 投票
-
- 2019-03-20
ノード構成ファイルとコンテキストディレクトリを別のフォルダに移動し、tezosノードの「—data-dir」オプションを使用して、ノードの起動時にそこを指すことができます
詳細については、こちらをご覧ください
https://tezos.gitlab.io/tezos/introduction/howto.html
または、コンテキストを別のドライブに移動して、tezosディレクトリにシンボリックリンクを作成するだけです
You can move the node config file and context dir to a different folder and use the ‘—data-dir’ option of the tezos node to point there when you start your node
For more details you can look here
https://tezos.gitlab.io/tezos/introduction/howto.html
Alternatively just move the context to another drive and create a symlink in your tezos directory
-
これを拡張できますか?設定ファイルを移動したくありません.大きなブロックチェーンデータだけです.Can you expand on this? I don't want to move my config file. Just the big blockchain data.
- 0
- 2019-03-20
- Svante
-
設定ファイルも移動する必要があると思います.または、コンテキストフォルダを他の場所にシンボリックリンクすることもできます.私はこの選択肢を追加するために私の答えを編集しました.I believe you need to move the config file too. Alternatively you can just symlink the context folder to some other location. I edited my answer to add this alternative.
- 0
- 2019-03-20
- Ezy
サーバーにTezosノードをほぼデフォルト設定でセットアップしました.しかし現在、
~/.tezos-node/context
および~/.tezos-node/store
ディレクトリはすべてのブロックチェーンデータで非常に大きくなっています.このデータを別のハードディスクドライブの別のパーティションに移動し、代わりにそれを使用するようにTezosノードに指示するにはどうすればよいですか?