You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wsrep-system-index.md
+5-14
Original file line number
Diff line number
Diff line change
@@ -1254,11 +1254,11 @@ Defines storage for streaming replication fragments. The available values are `t
1254
1254
| Config File: | Yes |
1255
1255
| Scope: | Global |
1256
1256
| Dynamic: | No |
1257
-
| Default Value: |``xtrabackup-v2`, `clone``|
1257
+
| Default Value: |``xtrabackup-v2, clone``|
1258
1258
1259
1259
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`.
1260
1260
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`.
1262
1262
1263
1263
### `wsrep_sst_donor`
1264
1264
@@ -1325,22 +1325,13 @@ Defines the method or script for [State Snapshot Transfer](state-snapshot-transf
1325
1325
1326
1326
Available values are:
1327
1327
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
1330
1330
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.
1331
1331
1332
1332
*`clone`: Introduced in Percona XtraDB Cluster 8.4.4-4, uses the [clone method for SST](clone-sst.md).
1333
1333
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.
0 commit comments