Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.98 KB

File metadata and controls

74 lines (47 loc) · 1.98 KB

Upgrading the Vault Client

The Vault client is constantly being improved. Follow this guide to get the latest version of the Vault client.

At the end of this document you will have:

  • Upgraded your Vault client to the latest version
  • Restarted the Vault client to connect to the bridge

We will announce on public channels when a new release is made available for the Vault client. The changelog and binaries will be published on the release page. Depending on the method of installation:

!> Occasionally, breaking changes will be introduced to the Vault client. In these cases it is important to update your Vault client in a timely manner to not run the risk of being slashed. We will notify on our channels (Discord, Twitter, Telegram) when this is the case.

Quickstart Installation

1. Stop the containers

docker-compose down

2. Re-download the script

rm docker-compose.yaml
wget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/docker-compose.yml -O docker-compose.yml

3. Restart the containers

docker-compose up

Standard Installation

1. Stop the service

sudo systemctl stop interbtc-vault.service

OR terminate the process with Ctrl+C.

2. Re-download the binary and setup script

Testnet

wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.5.4/vault-parachain-metadata-testnet

Kintsugi

wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.5.4/vault-parachain-metadata-kintsugi
wget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/setup -O setup
chmod +x ./setup && sudo ./setup

3. Restart the service

sudo systemctl start interbtc-vault.service

OR start the process manually.