From 8148b8a4d932ed8b63d64f25cb1be623e003e7b0 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 27 Aug 2024 10:09:02 +0200 Subject: [PATCH] Documentation is confusing mariadb_server_id needs to be unique and usually replica is 2 (different from primary that is 1). Thanks @jamilabidi for the notice! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47eec5a..98ca0cf 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ mariadb_expire_logs_days: 10 ```yaml mariadb_replication_role: replica -mariadb_server_id: 1 +mariadb_server_id: 2 mariadb_replication_primary_ip: IP ```