corrected variable

This commit is contained in:
admin 2026-02-03 08:11:19 -07:00
parent 29c2f6b9bb
commit dd373871a6

View file

@ -31,4 +31,4 @@ services:
- --wsrep-sst-method=mariabackup - --wsrep-sst-method=mariabackup
- --wsrep-sst-auth=sstuser:${SST_PASSWORD} - --wsrep-sst-auth=sstuser:${SST_PASSWORD}
# Weight 2 on Node 1 forces it to be the leader during reboots/resets # 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=${NODE_WEIGHT} - --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true;pc.weight=${MARIA_PC_WEIGHT}