mirror of https://github.com/status-im/consul.git
Tweaks title.
This commit is contained in:
parent
689c8bc934
commit
6abc5757b1
|
@ -204,7 +204,7 @@ node3 127.0.0.1:8803 alive server 0.7.5 2 dc1
|
|||
node4 127.0.0.1:8203 alive server 0.8.0 2 dc1
|
||||
```
|
||||
|
||||
### Using migrations without a Consul version change
|
||||
### Migrations Without a Consul Version Change
|
||||
|
||||
The `UpgradeVersionTag` can be used to override the version information used during
|
||||
a migration, so that the migration logic can be used for updating the cluster when
|
||||
|
@ -215,4 +215,4 @@ version in each server's specified [`-node-meta`](/docs/agent/options.html#_node
|
|||
tag. For example, if `UpgradeVersionTag` is set to `build`, and `-node-meta build:0.0.2`
|
||||
is used when starting a server, that server's version will be `0.0.2` when considered in
|
||||
a migration. The upgrade logic will follow semantic versioning and the version string
|
||||
must be in the form of either `X`, `X.Y`, or `X.Y.Z`.
|
||||
must be in the form of either `X`, `X.Y`, or `X.Y.Z`.
|
||||
|
|
Loading…
Reference in New Issue