diff --git a/docs/production-deployment/self-hosted-guide/visibility/index.mdx b/docs/production-deployment/self-hosted-guide/visibility/index.mdx
index d6d41a169c..00fd70fc4e 100644
--- a/docs/production-deployment/self-hosted-guide/visibility/index.mdx
+++ b/docs/production-deployment/self-hosted-guide/visibility/index.mdx
@@ -49,7 +49,7 @@ versions required:
| Store | Advanced Visibility (current) | Standard Visibility (legacy) |
| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------- |
| [Elasticsearch](/self-hosted-guide/visibility/elasticsearch)
Recommended for any setup that spawns more than a few Workflow Executions | v7 on Temporal Server v1.7+, v8 on Temporal Server v1.18+ | Not supported |
-| [OpenSearch](/self-hosted-guide/visibility/elasticsearch) | 2+ on Temporal Server v1.30.1+ | Not supported |
+| [OpenSearch](/self-hosted-guide/visibility/elasticsearch)
Recommended for any setup that spawns more than a few Workflow Executions | 2+ on Temporal Server v1.30.1+ | Not supported |
| [MySQL](/self-hosted-guide/visibility/mysql) | v8.0.17+ on Temporal Server v1.20+ | v5.7+ on older deployments before Temporal Server v1.24 |
| [PostgreSQL](/self-hosted-guide/visibility/postgresql) | v12+ on Temporal Server v1.20+ | v9.6+ on older deployments before Temporal Server v1.24 |
| [SQLite](/self-hosted-guide/visibility/sqlite) | v3.31.0+ on Temporal Server v1.20+ | Not supported |