Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log file in PowerShell version #183

Closed
mprachar opened this issue Jan 20, 2025 · 3 comments
Closed

Log file in PowerShell version #183

mprachar opened this issue Jan 20, 2025 · 3 comments

Comments

@mprachar
Copy link

Hello - I recently used the PowerShell version and it worked perfectly. I would love to know more about what it found but I cannot locate dbrepair.log anywhere.

@ChuckPa
Copy link
Owner

ChuckPa commented Jan 21, 2025

DBRepair.log should be in the same folder as the databases.

As for what you'll see, most minor issues in the DB are silently repaired without logging as part of the "auto" process.

The "Check Databases" will report all errors which will cause PMS to have operational issues (malformed / corrupted databases messages in logs).

Constraint errors (major DB corruption) will be reported even in "IGNORE" mode. This is intentional.
They are reported but ignored so the DB will continue to rebuild without manual intervention.

Index errors are minor. These only impact performance. They are corrected as part of the reindex phase (phase 3 of 'auto')

@drumtechphoto
Copy link

Hello - I recently used the PowerShell version and it worked perfectly. I would love to know more about what it found but I cannot locate dbrepair.log anywhere.

@mprachar have you seen @ChuckPa reply and been able to find and review the log(s)? Your request for assistance is still open.

@mprachar
Copy link
Author

mprachar commented Jan 26, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants