mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-05 08:52:31 -05:00
v1.11.02
1. Handle Databases not on same storage as AppSuppDir 2. Calculate SpaceNeeded based on $DBDIR 3. Fix menu items 4. Fix reporting of SpaceNeeded when unable to process. v1.11.02 Add DEFLATE command to provide fast database cleanup while Plex engineering fixes the root problems.
This commit is contained in:
20
ReleaseNotes
20
ReleaseNotes
@@ -8,6 +8,26 @@
|
||||

|
||||
|
||||
# Release Info:
|
||||
v1.11.02 - Special release
|
||||
|
||||
1. Database bloat - (Enh) A better method was found to handle bloat processing.
|
||||
This new method works on SSD/HDDs where the disk is full and PMS can't run.
|
||||
There is no free space required to perform this task.
|
||||
|
||||
Each "block" being removed is 100 million records.
|
||||
The CPU will have one core maxed at 100% for the duration.
|
||||
|
||||
Before & after info will be printed after final cleanup is finished.
|
||||
|
||||
New command name: Deflate ( # 911 )
|
||||
|
||||
v1.11.01
|
||||
|
||||
1. Database bloat - (New) Database bloat processing now surrounded by TRANSACTION/COMMIT to speed processing.
|
||||
2. Space Needed - (Fix) Handle cases where "Databases" directory is not on the same volume as AppSuppDir.
|
||||
3. Menu options - (New) Add option 98 = quit. Rename 99 = exit.
|
||||
4. Reporting - (Fix) When insufficient space available, Now print out how much is needed
|
||||
|
||||
v1.11.00
|
||||
|
||||
1. Rename Utility - Rename this tool to be compliant with Plex inc. Trademark Policy.
|
||||
|
||||
Reference in New Issue
Block a user