docs/guide: specify that folder is not deleted, but backed up

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2017-12-12 10:33:28 +01:00
parent 5200aadac6
commit af3a8cfbf5

View File

@ -352,7 +352,7 @@ To update the state format, run `ipfs-cluster-service state upgrade`. This:
* Reads the last Raft snapshot
* Migrates to the new format
* Deletes all previous snapshots and saves a new one in the new format.
* Backups the `ipfs-cluster-data` folder and creates a new snapshot in the new format.
On the next run, `ipfs-cluster-service` should start normally. Any peers with a blank state should pick it up from the migrated ones as the Raft Leader sends the new snapshot to them.