From 45194e87556a25ea7a10ff2d3e7c4d74037e818f Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:16:25 +0100 Subject: [PATCH 1/6] baseUrl --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 8a86271a..68203adf 100644 --- a/manifest.yml +++ b/manifest.yml @@ -17,7 +17,7 @@ logo: /images/mysql-mariadb-percona-logo.png?_r=1 onBeforeInit: /scripts/settings.js?_r=${fn.random} -baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/mysql-cluster/JE-73464 settings: fields: From b56d0c3621a187be8d5f1ef7506127d7f313c221 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:17:04 +0100 Subject: [PATCH 2/6] baseUrl --- addons/auto-clustering/auto-cluster.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/auto-clustering/auto-cluster.jps b/addons/auto-clustering/auto-cluster.jps index d3209ef1..d5498d82 100644 --- a/addons/auto-clustering/auto-cluster.jps +++ b/addons/auto-clustering/auto-cluster.jps @@ -9,7 +9,7 @@ description: healthcheck and autodiscovery of newly added DB nodes short: Scalable MySQL cluster with ProxySQL for even load distribution -baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/mysql-cluster/JE-73464 logo: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/master/images/mysql-logo.png From 07376608469589c3fec1fef317cb3a7abcbccc41 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:17:33 +0100 Subject: [PATCH 3/6] baseUrl --- scripts/master-slave.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/master-slave.jps b/scripts/master-slave.jps index a9e36c27..8af1d8c1 100644 --- a/scripts/master-slave.jps +++ b/scripts/master-slave.jps @@ -3,7 +3,7 @@ id: mysql-master-slave-replication-cluster name: MySQL/MariaDB/Percona Primary-Secondary Replication Database Cluster description: 'DB Auto Clustering: 1 x Primary + N x Secondary' -baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/mysql-cluster/JE-73464 success: text: /texts/phpmyadmin-credentials.md From abd3ebad1e97014027a0437b8ee4a860f7bb4c74 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:18:16 +0100 Subject: [PATCH 4/6] JE-73464 --- configs/slave.cnf | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/slave.cnf b/configs/slave.cnf index 1aff20e6..5af14e07 100644 --- a/configs/slave.cnf +++ b/configs/slave.cnf @@ -5,6 +5,5 @@ relay-log = /var/lib/mysql/mysql-relay-bin relay-log-index = /var/lib/mysql/mysql-relay-bin.index replicate-wild-ignore-table = performance_schema.% replicate-wild-ignore-table = information_schema.% -replicate-wild-ignore-table = mysql.% read_only = 1 report_host = From 3e1edc61a5029fc80d8de9fda89f6d459a00907f Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:18:35 +0100 Subject: [PATCH 5/6] JE-73464 --- configs/master.cnf | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/master.cnf b/configs/master.cnf index d63f75ef..b18dd112 100644 --- a/configs/master.cnf +++ b/configs/master.cnf @@ -11,6 +11,5 @@ relay-log = /var/lib/mysql/mysql-relay-bin relay-log-index = /var/lib/mysql/mysql-relay-bin.index replicate-wild-ignore-table = performance_schema.% replicate-wild-ignore-table = information_schema.% -replicate-wild-ignore-table = mysql.% read_only = 0 report_host = From 1e82f45ce0400234731f5afeff59c1c283064032 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Tue, 7 Jan 2025 15:25:11 +0100 Subject: [PATCH 6/6] baseUrl --- scripts/master-master.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/master-master.jps b/scripts/master-master.jps index 50d42f8c..80385c5f 100644 --- a/scripts/master-master.jps +++ b/scripts/master-master.jps @@ -3,7 +3,7 @@ id: mysql-master-master-replication-cluster name: MySQL/MariaDB/Percona Primary-Primary Replication Database Cluster description: 'DB Auto Clustering: 1 x Primary + N x Secondary' -baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/mysql-cluster/JE-73464 success: text: /texts/phpmyadmin-credentials.md