v1.11.05 - Cleanup menu

This commit is contained in:
ChuckPa 2025-06-05 13:30:24 -04:00
parent f2a821c170
commit ea78ea663e
No known key found for this signature in database
GPG Key ID: 38D684FFA607AF70
2 changed files with 10 additions and 7 deletions

View File

@ -2,12 +2,12 @@
#########################################################################
# Database Repair Utility for Plex Media Server. #
# Maintainer: ChuckPa #
# Version: v1.11.04 #
# Date: 03-Jun-2025 #
# Version: v1.11.05 #
# Date: 05-Jun-2025 #
#########################################################################
# Version for display purposes
Version="v1.11.04"
Version="v1.11.05"
# Have the databases passed integrity checks
CheckedDB=0
@ -1964,8 +1964,7 @@ do
echo " 88 - 'update' - Check for updates."
echo " 98 - 'quit' - Quit immediately. Keep all temporary files."
echo " 99 - 'exit' - Exit with cleanup options."
echo " "
echo "911 - 'deflate' - Deflate a bloated PMS database"
fi
if [ $Scripted -eq 0 ]; then

View File

@ -8,11 +8,15 @@
![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)
# Release Info:
v1.11.05
1. Remove menu option - Deflate menu option wasn't previously removed. Now removed.
v1.11.04
1. Binhex start/stop - Add support for stopping and starting PMS in Binhex containers.
1. Restart after update - Add option to restart after live updating.
2. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability
2. Restart after update - Add option to restart after live updating.
3. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability
v1.11.01 - v1.11.03 - Temporary versions to assist PMS database bloat issue.