Skip to content

Commit c37f8cf

Browse files
joe-alewinedenyeart
authored andcommitted
[FAB-17240] Small fix to upgrade doc
Word "peer" was omitted in one doc. Change-Id: Ib132c5f3ea216cf3bf675c0cdee3c727a0bb6893 Signed-off-by: joe-alewine <Joe.Alewine@ibm.com>
1 parent 2e44a2a commit c37f8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/upgrade_to_newest_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The databases of all peers (which include not just the state database but the hi
3636

3737
For information about how to upgrade peers, check out our documentation on [upgrading components](./upgrading_your_components.html). During the process for [upgrading your peers](./upgrading_your_components.html#upgrade-the-peers), you will need to pass a `peer node upgrade-dbs` command to drop the databases of the peer.
3838

39-
Follow the commands to upgrade a command up until the `docker run` command you see to launch the new peer container (you can skip the step where you set an `IMAGE_TAG`, since the `upgrade dbs` command is for the v2.0 release of Fabric only). Instead of that command, run this one instead:
39+
Follow the commands to upgrade a peer until the `docker run` command you see to launch the new peer container (you can skip the step where you set an `IMAGE_TAG`, since the `upgrade dbs` command is for the v2.0 release of Fabric only). Instead of that command, run this one instead:
4040

4141
```
4242
docker run -d --rm -v /opt/backup/$PEER_CONTAINER/:/var/hyperledger/production/ --name $PEER_CONTAINER hyperledger/fabric-peer:2.0 peer node upgrade-dbs

0 commit comments

Comments
 (0)