[PR #4063] [MERGED] docs: add self-hosted LangSmith disaster recovery guide #4066

Closed
opened 2026-06-05 19:12:38 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4063
Author: @sriputhucode-ops
Created: 5/18/2026
Status: Merged
Merged: 6/2/2026
Merged by: @sriputhucode-ops

Base: mainHead: docs/self-host-disaster-recovery


📝 Commits (8)

  • b606268 docs: add self-hosted LangSmith disaster recovery guide
  • 1d78141 Update src/langsmith/self-host-disaster-recovery.mdx
  • e03d7ed Update src/langsmith/self-host-disaster-recovery.mdx
  • 93eb26f Update src/langsmith/self-host-disaster-recovery.mdx
  • 8b61448 Update src/langsmith/self-host-disaster-recovery.mdx
  • f2f231f Update src/langsmith/self-host-disaster-recovery.mdx
  • ae1b221 Update src/langsmith/self-host-disaster-recovery.mdx
  • 6144bcf docs(langsmith): address langchain-infra review on self-host DR page

📊 Changes

2 files changed (+284 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
src/langsmith/self-host-disaster-recovery.mdx (+283 -0)

📄 Description

Self-hosted LangSmith disaster recovery guide

Summary

Adds a new page, Disaster recovery, under Self-hosted → Manage an installation, consolidating the DR guidance that today is scattered across scalability-and-resilience.mdx, the per-cloud architecture pages, and the external-service pages (Postgres, ClickHouse, Redis, blob storage).

The page covers:

State inventory: what is durable vs. ephemeral across LangSmith services, Postgres, ClickHouse, Redis, blob storage, and Kubernetes config
RPO and RTO planning, with three target profiles (snapshot-only, Multi-AZ HA, cross-region DR)
Backup, replication, and PITR guidance for each data store, with AWS / GCP / Azure tabs for managed-service options
Recommended deployment patterns (Multi-AZ baseline, cross-region active/passive)

Why

Self-hosted customers currently piece together DR plans from several pages and the shared responsibility model. Enterprise prospects and existing self-hosted customers regularly ask support for a consolidated reference. This page is the answer.

Scope

Covers the LangSmith observability and evaluation surface (frontend, backend, platform backend, queue, ingest queue, Playground, ACE + Postgres / ClickHouse / Redis / blob storage). LangSmith Deployment (control plane + data plane) and Standalone Agent Server can be added in follow-up pages once we have explicit guidance for the operator, listener, and Agent Server pods.

Release Note

Adds a Disaster recovery guide for self-hosted LangSmith covering backup, replication, and recovery procedures across Postgres, ClickHouse, Redis, and blob storage.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4063 **Author:** [@sriputhucode-ops](https://github.com/sriputhucode-ops) **Created:** 5/18/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@sriputhucode-ops](https://github.com/sriputhucode-ops) **Base:** `main` ← **Head:** `docs/self-host-disaster-recovery` --- ### 📝 Commits (8) - [`b606268`](https://github.com/langchain-ai/docs/commit/b606268a6e38bb3f76541297222500798f5b3ce2) docs: add self-hosted LangSmith disaster recovery guide - [`1d78141`](https://github.com/langchain-ai/docs/commit/1d781417f04a6119250ab6f6312f6f39285b01f9) Update src/langsmith/self-host-disaster-recovery.mdx - [`e03d7ed`](https://github.com/langchain-ai/docs/commit/e03d7ed001037cb7a6f23098b54c4b9c07a8af70) Update src/langsmith/self-host-disaster-recovery.mdx - [`93eb26f`](https://github.com/langchain-ai/docs/commit/93eb26fd42f698d06147e28cee6f41448300df78) Update src/langsmith/self-host-disaster-recovery.mdx - [`8b61448`](https://github.com/langchain-ai/docs/commit/8b61448a297185a68b7a3931e4af856a0c5acbf3) Update src/langsmith/self-host-disaster-recovery.mdx - [`f2f231f`](https://github.com/langchain-ai/docs/commit/f2f231fb76c7b0cb1d52a57fcbe02ae134b289a0) Update src/langsmith/self-host-disaster-recovery.mdx - [`ae1b221`](https://github.com/langchain-ai/docs/commit/ae1b22155922c49676b8402266d01335d67eb565) Update src/langsmith/self-host-disaster-recovery.mdx - [`6144bcf`](https://github.com/langchain-ai/docs/commit/6144bcf56cc0465f3607b89ff1caac066ec12bd5) docs(langsmith): address langchain-infra review on self-host DR page ### 📊 Changes **2 files changed** (+284 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/self-host-disaster-recovery.mdx` (+283 -0) </details> ### 📄 Description **Self-hosted LangSmith disaster recovery guide** ## Summary Adds a new page, `Disaster recovery`, under **Self-hosted → Manage an installation**, consolidating the DR guidance that today is scattered across `scalability-and-resilience.mdx`, the per-cloud architecture pages, and the external-service pages (Postgres, ClickHouse, Redis, blob storage). The page covers: State inventory: what is durable vs. ephemeral across LangSmith services, Postgres, ClickHouse, Redis, blob storage, and Kubernetes config RPO and RTO planning, with three target profiles (snapshot-only, Multi-AZ HA, cross-region DR) Backup, replication, and PITR guidance for each data store, with AWS / GCP / Azure tabs for managed-service options Recommended deployment patterns (Multi-AZ baseline, cross-region active/passive) ## Why Self-hosted customers currently piece together DR plans from several pages and the shared responsibility model. Enterprise prospects and existing self-hosted customers regularly ask support for a consolidated reference. This page is the answer. ## Scope Covers the LangSmith observability and evaluation surface (frontend, backend, platform backend, queue, ingest queue, Playground, ACE + Postgres / ClickHouse / Redis / blob storage). LangSmith Deployment (control plane + data plane) and Standalone Agent Server can be added in follow-up pages once we have explicit guidance for the operator, listener, and Agent Server pods. ## Release Note Adds a Disaster recovery guide for self-hosted LangSmith covering backup, replication, and recovery procedures across Postgres, ClickHouse, Redis, and blob storage. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:12:38 -04:00
yindo closed this issue 2026-06-05 19:12:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4066