From 466f345f647fa54fbdec46f6cc6733c8fe7e4a47 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Feb 2026 08:14:37 -0700 Subject: [PATCH] trying bootstrap again --- lxc1/p0-infrastructure/mgdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc1/p0-infrastructure/mgdb.yml b/lxc1/p0-infrastructure/mgdb.yml index 0db27fa..eda7ff3 100644 --- a/lxc1/p0-infrastructure/mgdb.yml +++ b/lxc1/p0-infrastructure/mgdb.yml @@ -31,4 +31,4 @@ services: - --wsrep-sst-method=mariabackup - --wsrep-sst-auth=sstuser:${SST_PASSWORD} # Weight 2 on Node 1 forces it to be the leader during reboots/resets - - --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true;pc.weight=${MARIA_PC_WEIGHT} \ No newline at end of file + - --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true;pc.weight=${MARIA_PC_WEIGHT};pc.bootstrap=true \ No newline at end of file