diff --git a/DBRepair.sh b/DBRepair.sh index 3e8905b..3ea0122 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -2,12 +2,12 @@ ######################################################################### # Database Repair Utility for Plex Media Server. # # Maintainer: ChuckPa # -# Version: v1.13.02 # -# Date: 04-Dec-2025 # +# Version: v1.14.00 # +# Date: 24-Jan-2026 # ######################################################################### # Version for display purposes -Version="v1.13.02" +Version="v1.14.00" # Have the databases passed integrity checks CheckedDB=0 diff --git a/ReleaseNotes b/ReleaseNotes index b78c8cc..aa3cd14 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -8,6 +8,16 @@ ![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg) # Release Info: +v1.14.00 + + 1. Full-Text Search - Check and repair Full-Text Search (FTS) database indexes. + Damaged indexes often manifests as "500" internal errors. (Collections) + This release adds support for checking those indexes and rebuilding as needed. + ( Full credit & thanks to @maxfield-allison for this great work ) + + Do not be surprised if your Blobs DB has damaged indexes and needs repair. + Even "Known Good" databases have shown FTS index problems. + v1.13.02 1. Autoincrement - Adjust statistics_bandwidth table per Plex engineering suggestion.