Files
pgsql-jellyfin/docs/INDEX.md
T
wjones 78c8d4256c Docs reorg, config refactor, and ItemValues index fix
- Moved all documentation to docs/ and updated README with categorized links and new docs/INDEX.md
- Added HOW_TO_SWITCH_DATABASE.md and several new analysis/action docs
- Introduced db-config.ps1 for centralized DB config; all scripts now use it for easy DB switching
- Added db-quick.ps1 for interactive diagnostics and index management
- Updated Add-All-Indexes.bat to use db-config.ps1
- Added Fix-ItemValues-Performance.ps1 to create 3 critical indexes on ItemValues, addressing 1.3B row seq scan issue
- Updated performance_indexes.sql with new ItemValues indexes and ANALYZE
- Updated diagnostics.sql and database_report.txt for improved output and clarity
- All scripts and docs now reference the new config and index optimization workflow
2026-02-28 16:23:43 -05:00

5.1 KiB

📚 Documentation Index

Complete documentation for the PostgreSQL-enabled Jellyfin fork.


🚀 Getting Started

Start here if you're new:


⚙️ Configuration

Basic Configuration

Database Configuration


🗄️ PostgreSQL

Setup & Installation

Troubleshooting


Performance Optimization

Index Management

Database Analysis

Remote Database Optimization


💾 Backup & Recovery


📦 Installation & Deployment

Windows Installer

Build & Publish


📋 Project Information

Status & Completion

Pull Requests


"I want to set up PostgreSQL"

  1. QUICKSTART_POSTGRESQL.md
  2. OS_SPECIFIC_STARTUP_CONFIG.md

"My database is slow"

  1. DIAGNOSTICS_COMPLETE_SUMMARY.md
  2. ADD_INDEXES_GUIDE.md
  3. ITEMVALUES_INDEXES_ADDED.md

"I want to install Jellyfin"

  1. INSTALLER_QUICK_START.md
  2. INSTALLER_GUIDE.md

"I want to migrate from SQLite"

  1. POSTGRESQL_MIGRATION_COMPLETE.md
  2. MERGE_MIGRATIONS_GUIDE.md

"I want to build from source"

  1. CENTRALIZED_LIB_FOLDER.md
  2. QUICK_REFERENCE.md

"I need to publish/deploy"

  1. QUICK_PUBLISH_REFERENCE.md
  2. SQL_FILES_PUBLISH_FIX.md

📊 Documentation Statistics

  • Total Documents: 35+
  • Categories: 8
  • Getting Started Guides: 3
  • Configuration Docs: 5
  • Performance Guides: 11
  • Installation Guides: 7

🔍 Search Tips

Use your browser's Find function (Ctrl+F / Cmd+F) or search by keywords:

  • Performance: diagnostics, indexes, optimization, analysis
  • Setup: installation, configuration, quickstart
  • Migration: SQLite, PostgreSQL, migration
  • Troubleshooting: issues, errors, fix
  • Remote: remote database, network, connection

Last Updated: 2026-02-28
Maintainer: wjones

← Back to README