Skip to content

Releases: ChuckPa/DBRepair

v1.15.00 - Correct DSM 6 start/stop & Address owner/permissions issues

03 Mar 04:34
bd5c469

Choose a tag to compare

v1.15.00

  1. Address DSM 6 Start/Stop problem (it didn't work) -- Sorry

  2. Begin groundwork for handling Username/Permissions (and maybe ACLs) in more restrictive environments.

v1.14.00 - Add check & repair of FTS indexes

24 Jan 20:48
bfc440e

Choose a tag to compare

This release adds support for checking and repairing the Full-Text Search (FTS v4) indexes in the PMS databases.

The error originally manifested as a "500 - internal server error" when dealing with collections.
Given what has been learned, would not be surprised if this feature also corrects other mysterious problems which previously would require a full server rebuild.

The output is currently verbose so we can learn more.

Full and MANY thanks to @maxfield-allison for his great work here.