From 84ff9852e2b85de4edf39956afcbf1d1b41bf714 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 4 Feb 2026 22:27:42 -0700 Subject: [PATCH] repl new --- lxc1/p0-infrastructure/mgdb.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lxc1/p0-infrastructure/mgdb.yml b/lxc1/p0-infrastructure/mgdb.yml index 8289c11..c771d02 100644 --- a/lxc1/p0-infrastructure/mgdb.yml +++ b/lxc1/p0-infrastructure/mgdb.yml @@ -15,6 +15,7 @@ services: - /docker/maria/init:/docker-entrypoint-initdb.d command: - mariadbd + - --wsrep-new-cluster - --wsrep-on=ON - --wsrep-provider=/usr/lib/galera/libgalera_smm.so - --wsrep-cluster-name=mgdev1 @@ -30,7 +31,7 @@ services: - --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true - +################ # Pass these through for the init script #- APP_REGISTRY=${APP_REGISTRY} #- REPL_USER=${REPL_USER}