diff --git a/manifest.jps b/manifest.jps index 57d663d..8ac356a 100644 --- a/manifest.jps +++ b/manifest.jps @@ -13,7 +13,7 @@ categories: - apps/clusters - apps/databases -baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-multiregion/master +baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-multiregion/JE-71061 onBeforeInit: /scripts/onBeforeInit.js settings: diff --git a/scripts/setupReplication.jps b/scripts/setupReplication.jps index e5952d7..59010c5 100644 --- a/scripts/setupReplication.jps +++ b/scripts/setupReplication.jps @@ -2,10 +2,10 @@ type: update name: Setup Replication mixins: - - https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v2.5.0/scripts/common.yml + - https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0/scripts/common.yml globals: - PATH: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v2.5.0 + PATH: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 DB_USER: ${settings.db_user:user-test} DB_PASS: ${settings.db_pswd:abcABC123} PRIMARY1_IP: ${settings.primary1_ip:} diff --git a/scripts/sqldb.jps b/scripts/sqldb.jps index d8976a2..abe26d1 100644 --- a/scripts/sqldb.jps +++ b/scripts/sqldb.jps @@ -14,7 +14,7 @@ nodes: REPLICA_PSWD: ${settings.repl_pswd:abcABC123} mixins: - - https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v2.5.0/scripts/common.yml + - https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0/scripts/common.yml onBeforeClone: stopEvent: @@ -37,7 +37,7 @@ onBeforeAddNode[sqldb]: message: Scaling is not supported for multiregion cluster. globals: - PATH: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v2.5.0 + PATH: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0 DB_USER: ${settings.db_user:user-test} DB_PASS: ${settings.db_pswd:abcABC123} vpnAppid: ${settings.vpnAppid}