From 78b67e10e820726f0db956e9bdef450bce7d9680 Mon Sep 17 00:00:00 2001 From: phahulin Date: Mon, 30 Jul 2018 18:40:01 +0300 Subject: [PATCH] Update version in README --- docs/Update-parity-version.md | 7 +++---- group_vars/upd-parity-version.example | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/Update-parity-version.md b/docs/Update-parity-version.md index 2d27732..cfa3de4 100644 --- a/docs/Update-parity-version.md +++ b/docs/Update-parity-version.md @@ -56,7 +56,7 @@ and check parity version (replace `bootnode` with correct role name ,e.g. `valid sample output: ``` Parity - version Parity/v1.10.6-unstable-bc0d134-20180605/x86_64-linux-gnu/rustc1.26.2 + version Parity/v1.11.8-stable-c754a02-20180725/x86_64-linux-gnu/rustc1.27.2 Copyright 2015, 2016, 2017, 2018 Parity Technologies (UK) Ltd License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. @@ -122,15 +122,14 @@ cp -a backups-version/20180209T214517/node.toml . sample output: ``` Parity - version Parity/v1.8.4-beta-483c306-20171213/x86_64-linux-gnu/rustc1.22.1 -Copyright 2015, 2016, 2017 Parity Technologies (UK) Ltd + version Parity/v1.10.6-unstable-bc0d134-20180605/x86_64-linux-gnu/rustc1.26.2 +Copyright 2015, 2016, 2017, 2018 Parity Technologies (UK) Ltd License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. By Wood/Paronyan/Kotewicz/Drwięga/Volf Habermeier/Czaban/Greeff/Gotchac/Redmann - ``` 9. restart services diff --git a/group_vars/upd-parity-version.example b/group_vars/upd-parity-version.example index 8168c74..55e3cb2 100644 --- a/group_vars/upd-parity-version.example +++ b/group_vars/upd-parity-version.example @@ -11,7 +11,7 @@ PARITY_BIN_SHA256_CENTOS: "3f10fb875c5d51ec890f975c60606fc2c258431814cb8d33c5231 PARITY_VERSION_CHECK: "1.11.8" # backup options -backup_parity_data: "off" +backup_parity_data: "on" # do full resync resync: "off"