codership / documentation

Galera Cluster Library
http://galeracluster.com/library/
24 stars 64 forks source link

wsrep_sst_method accepted values #388

Open sjaakola opened 1 year ago

sjaakola commented 1 year ago

Document the accepted values for wsrep_sst_method variable. Validity checks for this variable will be worked on by: https://github.com/codership/mysql-wsrep-bugs/issues/1594

byte commented 8 months ago

So, I have found docs in:

and on galera cluster very own website: https://galeracluster.com/library/documentation/mysql-wsrep-options.html#wsrep-sst-method

@sjaakola can you tell me what else needs to be done, so I can assign it appropriately?

kirjaamo commented 8 months ago

@byte I guess the following changes are needed:

byte commented 8 months ago

@byte I guess the following changes are needed:

  • xtrabackup becomesxtrabackup-v2
  • Add ist-only
  • Remove rsync_wan
  • Add mariabackup

We actually include: wsrep_recover wsrep_sst_clone wsrep_sst_common wsrep_sst_mysqldump wsrep_sst_rsync wsrep_sst_xtrabackup wsrep_sst_xtrabackup-v2

also @sjaakola did we ever port this? I can't find the test, so i'm guessing validiting checking isn't ready yet

byte commented 8 months ago

Worth noting the above is for Galera Cluster with MySQL 8

From MariaDB Server 10.11: wsrep_sst_common wsrep_sst_mariabackup wsrep_sst_mysqldump wsrep_sst_rsync wsrep_sst_rsync_wan

and wsrep_sst_rsync_wan is a symlink to wsrep_sst_rsync