[PR #4045] [MERGED] Add db health check #9839

Closed
opened 2026-02-07 06:09:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4045
Author: @crobibero
Created: 9/3/2020
Status: Merged
Merged: 9/3/2020
Merged by: @Bond-009

Base: masterHead: health


📝 Commits (3)

  • d6594a8 Add db health check
  • 12c3039 Merge remote-tracking branch 'upstream/master' into health
  • 99b2bc8 ?

📊 Changes

3 files changed (+43 additions, -1 deletions)

View changed files

Jellyfin.Server/HealthChecks/JellyfinDbHealthCheck.cs (+36 -0)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -0)
📝 Jellyfin.Server/Startup.cs (+6 -1)

📄 Description

No description provided


🔄 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/jellyfin/jellyfin/pull/4045 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 9/3/2020 **Status:** ✅ Merged **Merged:** 9/3/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `health` --- ### 📝 Commits (3) - [`d6594a8`](https://github.com/jellyfin/jellyfin/commit/d6594a8a7097c06613b8102dc1fcfb06fc08eacc) Add db health check - [`12c3039`](https://github.com/jellyfin/jellyfin/commit/12c3039185e3f9aae85ad3723a08df3ebf5493d4) Merge remote-tracking branch 'upstream/master' into health - [`99b2bc8`](https://github.com/jellyfin/jellyfin/commit/99b2bc8e06e48ec1752b2e1d6547fb1283859212) ? ### 📊 Changes **3 files changed** (+43 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Server/HealthChecks/JellyfinDbHealthCheck.cs` (+36 -0) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -0) 📝 `Jellyfin.Server/Startup.cs` (+6 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:09:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9839