|
2 | 2 |
|
3 | 3 | ## From D13 based setups
|
4 | 4 |
|
5 |
| -=== "Installing on same server" |
| 5 | +Install Voi Swarm on your server by importing your existing wallet using your mnemonic: |
6 | 6 |
|
7 |
| - To help migrate from D13 based setups, there's a migration command available. This command will |
| 7 | +```bash |
| 8 | +export VOINETWORK_IMPORT_ACCOUNT=1 |
| 9 | +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/voi-swarm/main/install.sh)" |
| 10 | +``` |
8 | 11 |
|
9 |
| - 1. Duplicate telemetry settings, including existing telemetry name and GUID, without affecting rewards. |
10 |
| - 2. Stop the host-based Voi service |
11 |
| - 3. Restart Voi Swarm |
| 12 | +=== "Installing on same server" |
| 13 | + |
| 14 | + To migrate your setup on an existing server you must first install Voi Swarn on your server using the |
| 15 | + [installation instructions](../installation/installation/#using-an-existing-accountaddress-with-mnemonic), after this |
| 16 | + you can migrate your existing setup by running this command: |
12 | 17 |
|
13 |
| - To run this command, you must [install Voi Swarm](../installation/installation/) first. Then run the following command: |
14 | 18 |
|
15 | 19 | ```bash
|
16 | 20 | ~/voi/bin/migrate-from-d13-setup
|
17 | 21 | ```
|
18 | 22 |
|
| 23 | + This command will do the following steps for you: |
| 24 | + |
| 25 | + 1. Duplicate telemetry settings, including existing telemetry name and GUID, without affecting rewards. |
| 26 | + 2. Stop the host-based Voi service |
| 27 | + 3. Restart Voi Swarm |
| 28 | + |
19 | 29 | === "Installing on a new server"
|
20 | 30 |
|
21 |
| - To migrate to a new server, you must first [install Voi Swarm](../installation/installation/) on the new server. |
| 31 | + To migrate your setup to a new server you must first install Voi Swarm on the new server using the |
| 32 | + [installation instructions](../installation/installation/#using-an-existing-accountaddress-with-mnemonic), after this |
| 33 | + you can migrate your existing setup by following these steps: |
22 | 34 |
|
23 | 35 | 1. Run the following command on the old server to get the telemetry name and GUID:
|
24 | 36 |
|
|
0 commit comments