From 4a339ce1aa37fe09823d9c81bc2540507881735b Mon Sep 17 00:00:00 2001 From: Hardy Johnson Date: Sat, 1 Mar 2025 16:18:19 -0800 Subject: [PATCH] Update split database information and link. --- environments/customizing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/environments/customizing.md b/environments/customizing.md index 48eb48e..236c606 100644 --- a/environments/customizing.md +++ b/environments/customizing.md @@ -77,7 +77,13 @@ The `.modman` folder and the corresponding `.basedir` file will be recognized an ## Magento 2 Specific Customizations -The following variables can be added to the project's `.env` file to enable additional database containers for use with the Magento 2 (Commerce Only) [split-database solution](https://devdocs.magento.com/guides/v2.3/config-guide/multi-master/multi-master.html). +:::{note} + +The split database feature has been deprecated as of Adobe Commerce 2.4.2 and is not supported on Adobe Commerce cloud infrastructure. + +:::: + +The following variables can be added to the project's `.env` file to enable additional database containers for use with the Magento 2 (Commerce Only) [split-database solution](https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/storage/split-db/multi-master). * `WARDEN_SPLIT_SALES=1` * `WARDEN_SPLIT_CHECKOUT=1`