Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e07752d

Browse files
Merge pull request #8424 from magento/MC-39001-slpit-db
Add deprecation notice for the split database feature
2 parents f717ad3 + 600e9e0 commit e07752d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/_includes/layout/page-header.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
</div>
2626
{% endif %}
2727

28+
{% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
29+
<div class="message-banner">
30+
The split database feature was <a href="https://community.magento.com/t5/Magento-DevBlog/Deprecation-of-split-database-functionality-in-Magento-Commerce/ba-p/465187">deprecated</a> in version 2.4.2 of {{ site.data.var.ee }}. See <a href="https://devdocs.magento.com/guides/v2.4/config-guide/revert-split-database.html">Revert from a split database to a single database</a>.
31+
</div>
32+
33+
{% endif %}
34+
2835
<h1 class="page-title">{{ page.title }}</h1>
2936

3037
{% if page.subtitle %}

0 commit comments

Comments
 (0)