tweak warning about force promoting replication clusters (#5439)
This commit is contained in:
parent
e41b388edd
commit
5a8a12aa58
|
@ -46,7 +46,8 @@
|
|||
</label>
|
||||
</div>
|
||||
<p class="help has-text-grey">
|
||||
Promote the cluster even if certain safety checks fail.
|
||||
<em class="has-text-danger">Caution</em>: Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
||||
promotes the cluster even if certain safety checks fail.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -101,7 +102,8 @@
|
|||
</label>
|
||||
</div>
|
||||
<p class="help has-text-grey">
|
||||
Promote the cluster even if certain safety checks fail.
|
||||
<em class="has-text-danger">Caution</em>: Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
||||
promotes the cluster even if certain safety checks fail.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue