From 2952d3565099998bd7d8dd0ef83cef1422bba221 Mon Sep 17 00:00:00 2001 From: Eckart Liemke Date: Fri, 19 Sep 2025 16:38:53 +0200 Subject: [PATCH 1/3] hint for initial scaling of mtxs sidecar --- guides/multitenancy/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/multitenancy/index.md b/guides/multitenancy/index.md index e6667b254..05ba1087d 100644 --- a/guides/multitenancy/index.md +++ b/guides/multitenancy/index.md @@ -772,6 +772,12 @@ cds up --to k8s ::: +:::tip +To avoid potential race conditions during the initial creation of the MTXS Metadata Container `t0`, it is recommended to do the +initials deployment with only one instance of the MTXS Sidecar. +::: + + ### Subscribe **Create a BTP subaccount** to subscribe to your deployed application. This subaccount has to be in the same region as the provider subaccount, for example, `us10`. From 8f5b529960f57bc0545086ea900ab968965f8931 Mon Sep 17 00:00:00 2001 From: Eckart Liemke Date: Fri, 19 Sep 2025 16:48:14 +0200 Subject: [PATCH 2/3] add hint to cds-mtx script --- guides/multitenancy/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/multitenancy/index.md b/guides/multitenancy/index.md index 05ba1087d..8956ff7d4 100644 --- a/guides/multitenancy/index.md +++ b/guides/multitenancy/index.md @@ -774,7 +774,8 @@ cds up --to k8s :::tip To avoid potential race conditions during the initial creation of the MTXS Metadata Container `t0`, it is recommended to do the -initials deployment with only one instance of the MTXS Sidecar. +initials deployment with only one instance of the MTXS Sidecar.
+As alternative, you can run command `cds-mtx upgrade t0` before, e. g. as [cf hook](https://help.sap.com/docs/btp/sap-business-technology-platform/module-hooks). ::: From d2730c2e3cae009a4d33ad09f9ea42c86c785b9d Mon Sep 17 00:00:00 2001 From: ecklie <52252271+ecklie@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:47:02 +0200 Subject: [PATCH 3/3] Update guides/multitenancy/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Jeglinsky --- guides/multitenancy/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/multitenancy/index.md b/guides/multitenancy/index.md index 8956ff7d4..3defaffdb 100644 --- a/guides/multitenancy/index.md +++ b/guides/multitenancy/index.md @@ -773,9 +773,9 @@ cds up --to k8s ::: :::tip -To avoid potential race conditions during the initial creation of the MTXS Metadata Container `t0`, it is recommended to do the -initials deployment with only one instance of the MTXS Sidecar.
-As alternative, you can run command `cds-mtx upgrade t0` before, e. g. as [cf hook](https://help.sap.com/docs/btp/sap-business-technology-platform/module-hooks). +To prevent potential conflicts during the initial creation of the MTXS Metadata Container `t0`, it is recommended to perform the +initial deployment with only one instance of the MTXS Sidecar.
+As an alternative, you can run the command `cds-mtx upgrade t0` beforehand, such as in a [cf hook](https://help.sap.com/docs/btp/sap-business-technology-platform/module-hooks). :::