Plex DB¶
What is it?¶
plex-db
runs some database maintenance tasks on the plex databases for each of your defined plex instances:
- Check if main database passes integrity_check
- Check if blobs database passes integrity_check
- Back up databases
- does a sqlite 'VACUUM' operation on the main database
- does a sqlite 'VACUUM' operation on the blobs database
- does a sqlite 'REINDEX' operation on the main database
- does a sqlite 'REINDEX' operation on the blobs database
If any of those operations fail, the backup databases are restored.
The plex containers are stopped for the duration of this process.
1. Installation¶
sb install plex-db
Further information: