Skip to content

Commit 8634572

Browse files
authored
Merge pull request #230 from percona/patrickbirch-patch-1
Update wsrep-system-index.md
2 parents 613c553 + 80d7c37 commit 8634572

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

docs/wsrep-system-index.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -1254,11 +1254,11 @@ Defines storage for streaming replication fragments. The available values are `t
12541254
| Config File: | Yes |
12551255
| Scope: | Global |
12561256
| Dynamic: | No |
1257-
| Default Value: | ``xtrabackup-v2`, `clone`` |
1257+
| Default Value: | ``xtrabackup-v2, clone`` |
12581258

12591259
Percona XtraDB Cluster 8.4.4-1 adds `clone` to the default value. For older versions of Percona XtraDB Cluster, the default value is `xtrabackup-v2`.
12601260

1261-
This variable limits SST methods accepted by the server for [wsrep_sst_method](#wsrep_sst_method) variable. The default value is `xtrabackup-v2`.
1261+
This variable limits SST methods accepted by the server for [wsrep_sst_method](#wsrep_sst_method) variable. The default value is `xtrabackup-v2` or `clone`.
12621262

12631263
### `wsrep_sst_donor`
12641264

@@ -1325,22 +1325,13 @@ Defines the method or script for [State Snapshot Transfer](state-snapshot-transf
13251325

13261326
Available values are:
13271327

1328-
* `xtrabackup-v2`: Uses *Percona XtraBackup* to perform SST. This value is the default.
1329-
Privileges and permissions for running *Percona XtraBackup*
1328+
* `xtrabackup-v2`: Uses Percona XtraBackup to perform SST. This value is the default.
1329+
Privileges and permissions for running Percona XtraBackup
13301330
can be found in [Percona XtraBackup documentation](https://docs.percona.com/percona-xtrabackup/8.0/privileges.html). For more information, see [Percona XtraBackup SST Configuration](xtrabackup-sst.md#xtrabackup-sst). The `xtrabackup-v2` method supports clusters with GTIDs and async replicas.
13311331

13321332
* `clone`: Introduced in Percona XtraDB Cluster 8.4.4-4, uses the [clone method for SST](clone-sst.md).
13331333

1334-
* `skip`: Use this to skip SST.
1335-
**Removed in Percona XtraDB Cluster 8.0.33-25.** This value can be used when initially starting the cluster
1336-
and manually restoring the same data to all nodes.
1337-
This value should not be used permanently because it could lead to data inconsistency across the nodes.
1338-
1339-
* `ist_only` : **Introduced in Percona XtraDB Cluster 8.0.33-25.** This value allows only Incremental State Transfer (IST). If a node cannot sync with the cluster with IST, abort that node's start. This action leaves the data directory unchanged. This value prevents starting a node, after a manual backup restoration, that does not have a `grastate.dat` file. This missing file could initiate a full-state transfer (SST) which can be a more time and resource-intensive operation.
1340-
1341-
!!! note
1342-
1343-
``xtrabackup-v2`` provides support for clusters with GTIDs and async replicas.
1334+
* `ist_only`: This value allows only Incremental State Transfer (IST). If a node cannot sync with the cluster with IST, abort that node's start. This action leaves the data directory unchanged. This value prevents starting a node that does not have a `grastate.dat` file after a manual backup restoration. This missing file could initiate a full-state transfer (SST), which can be more time- and resource-intensive.
13441335

13451336
!!! admonition "See also"
13461337

0 commit comments

Comments
 (0)