From fab5bbfb3d3841f618e65f6fb16b08112f969f16 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Mon, 17 Mar 2025 14:57:59 +0100 Subject: [PATCH 1/4] BaseUrl --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index ef5ff7f..4954b70 100755 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,7 @@ type: install version: 1.7 id: postgres-master-slave -baseUrl: https://raw.githubusercontent.com/jelastic-jps/postgres/v2.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/postgres/JE-73918 homepage: https://www.virtuozzo.com/application-platform-docs/postgresql-database-replication logo: /images/postgres-70x70.png name: PostgreSQL Primary-Secondary Cluster From 178c751f8bb878630fb82e6530108a8664a63031 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Mon, 17 Mar 2025 14:58:26 +0100 Subject: [PATCH 2/4] baseUrl --- addons/auto-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/auto-cluster.yaml b/addons/auto-cluster.yaml index 40d5dab..c23413c 100644 --- a/addons/auto-cluster.yaml +++ b/addons/auto-cluster.yaml @@ -1,6 +1,6 @@ type: update id: postgres-master-slave-auto-cluster -baseUrl: https://raw.githubusercontent.com/jelastic-jps/postgres/v2.0.0 +baseUrl: https://raw.githubusercontent.com/sych74/postgres/JE-73918 logo: /images/postgres-70x70.png name: PostgreSQL Primary-Secondary Auto-Cluster From 13f622f8ceaa5db16b84db6fc500ff5ad04a3391 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Mon, 17 Mar 2025 15:11:13 +0100 Subject: [PATCH 3/4] JE-73918 --- addons/auto-cluster.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/addons/auto-cluster.yaml b/addons/auto-cluster.yaml index c23413c..0cb79a3 100644 --- a/addons/auto-cluster.yaml +++ b/addons/auto-cluster.yaml @@ -4,7 +4,11 @@ baseUrl: https://raw.githubusercontent.com/sych74/postgres/JE-73918 logo: /images/postgres-70x70.png name: PostgreSQL Primary-Secondary Auto-Cluster -targetNodes: none +permanent: true + +targetNodes: + nodeGroup: ${settings.nodeGroup:sqldb} + nodeGroupAlias: ${settings.nodeGroup}: sqldb From ae382aba0ffc61ba2e0a51fb1a68ebc09ce5d636 Mon Sep 17 00:00:00 2001 From: Henadii Sychevskyi Date: Thu, 10 Apr 2025 14:02:51 +0200 Subject: [PATCH 4/4] baseUrl --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 4954b70..ef5ff7f 100755 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,7 @@ type: install version: 1.7 id: postgres-master-slave -baseUrl: https://raw.githubusercontent.com/sych74/postgres/JE-73918 +baseUrl: https://raw.githubusercontent.com/jelastic-jps/postgres/v2.0.0 homepage: https://www.virtuozzo.com/application-platform-docs/postgresql-database-replication logo: /images/postgres-70x70.png name: PostgreSQL Primary-Secondary Cluster