チェーンデータを削除せずにキルンを更新するにはどうすればよいですか?
1 回答
- 投票
UbuntuでKilnを更新する場合、最初にKilnをシャットダウンする必要はありません.新しいバージョンをインストールすると、アップグレードが自動的に処理されます.
それがうまくいかず、インストールが破損した場合は、sudo dpkg --purge kiln
を使用してマシンからKilnを完全に削除し、最新バージョンを新しくインストールして、開始することをお勧めします.スナップショットからのノード.
参照用のUbuntuディストリビューションのドキュメントは次のとおりです-
When updating Kiln on Ubuntu, there is no need to shut down kiln first. Installing the new version should automatically handle the upgrade for you.
If that does not work out and your installation gets corrupted, your best bet might be to remove Kiln entirely from your machine with sudo dpkg --purge kiln
, install the newest version fresh, and start your node from a snapshot.
Here's docs for our Ubuntu Distribution as reference - https://gitlab.com/obsidian.systems/tezos-bake-monitor/blob/develop/docs/distros/ubuntu.md
インストールを台無しにせずにubuntuの窯を更新するにはどうすればよいか疑問に思っています.