services.mysql.galeraCluster.sstMethod

NixOS option

Method for the initial state transfer (wsrep_sst_method) when a node joins the cluster. Be aware that rsync needs SSH keys to be generated and authorized on all nodes!

type: one of "rsync", "mariabackup"
Default
"rsync"
Example
"mariabackup"
declared in: nixos/modules/services/databases/mysql.nixView source on NixOS/nixpkgs →