mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-10 05:08:56 -05:00
Compare commits
No commits in common. "e2acd24593d45fd95ce172e97ed64c8049c74c3f" and "32d5f8f73793426d8727fbc8d6fe71b4a4736d58" have entirely different histories.
e2acd24593
...
32d5f8f737
@ -2,12 +2,12 @@
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
# Database Repair Utility for Plex Media Server. #
|
# Database Repair Utility for Plex Media Server. #
|
||||||
# Maintainer: ChuckPa #
|
# Maintainer: ChuckPa #
|
||||||
# Version: v1.11.08 #
|
# Version: v1.11.07 #
|
||||||
# Date: 06-Jul-2025 #
|
# Date: 25-Jun-2025 #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Version for display purposes
|
# Version for display purposes
|
||||||
Version="v1.11.08"
|
Version="v1.11.07"
|
||||||
|
|
||||||
# Have the databases passed integrity checks
|
# Have the databases passed integrity checks
|
||||||
CheckedDB=0
|
CheckedDB=0
|
||||||
@ -2408,7 +2408,7 @@ do
|
|||||||
WriteLog "Restarting after upgrade"
|
WriteLog "Restarting after upgrade"
|
||||||
Output "Restarting"
|
Output "Restarting"
|
||||||
export DBRepairRestartedAfterUpdate=1
|
export DBRepairRestartedAfterUpdate=1
|
||||||
exec "$ScriptWorkingDirectory/$ScriptName" "$*"
|
exec "$0" "$@"
|
||||||
else
|
else
|
||||||
Output "Restart to launch updated DBRepair.sh ($LatestVersion)"
|
Output "Restart to launch updated DBRepair.sh ($LatestVersion)"
|
||||||
WriteLog "Update - Updated to version $LatestVersion."
|
WriteLog "Update - Updated to version $LatestVersion."
|
||||||
|
|||||||
10
README.md
10
README.md
@ -268,10 +268,14 @@ Attention:
|
|||||||
-- This is for when DB operations keep getting worse and you don't know what to do.
|
-- This is for when DB operations keep getting worse and you don't know what to do.
|
||||||
"99" is an old 'Get Smart' TV series reference where agent 99 would try to save agent 86 from harm.
|
"99" is an old 'Get Smart' TV series reference where agent 99 would try to save agent 86 from harm.
|
||||||
|
|
||||||
Community feedback has resulted in:
|
"99" was originally going to be "Quit immediately save all files" but development feedback
|
||||||
|
resulted in this configuration
|
||||||
|
|
||||||
"99" or "Exit" - Preferred way to exit and cleanup temp databases
|
"Exit" is the preferred method to leave.
|
||||||
"98" or "Quit" - Get out now without deleting the temp databases (Usually used only during unexpected failures)
|
|
||||||
|
"Quit" was desired instead of "99" but there are those who didn't understand the difference or references.
|
||||||
|
|
||||||
|
If community feedback wants both "Quit. save temps" and "Exit, delete temps", behavior is easily changed.
|
||||||
|
|
||||||
Also please be aware the script understands interactive versus scripted mode.
|
Also please be aware the script understands interactive versus scripted mode.
|
||||||
|
|
||||||
|
|||||||
@ -8,10 +8,6 @@
|
|||||||

|

|
||||||
|
|
||||||
# Release Info:
|
# Release Info:
|
||||||
v1.11.08
|
|
||||||
|
|
||||||
1. Restart after update - Sometimes restart after update would reference the wrong path. Fixed.
|
|
||||||
|
|
||||||
v1.11.07
|
v1.11.07
|
||||||
|
|
||||||
1. Add support FreeBSD - Add support for FreeBSD (14+)
|
1. Add support FreeBSD - Add support for FreeBSD (14+)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user