ChaosBlades
Contributor
- Joined
- Jul 4, 2015
- Messages
- 137
Tried to follow the plex support article but the database is blank.
support.plex.tv
Tried...
I am moving my install from TrueNAS Core to Ubuntu Server until I can migrate to TrueNAS SCALE.

Move Viewstate/Ratings from One Install to Another
The watched/unwatched, view progress, and ratings are stored in an install-independent fashion that makes them easy to move between installations...
pkg install sqlite3
but I only get this in the settings.sqlecho ".dump metadata_item_settings" | sqlite3 com.plexapp.plugins.library.db | grep -v TABLE | grep -v INDEX > settings.sql
Anyone with some knowledge of SQLite know what is going on here?PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
COMMIT;
I am moving my install from TrueNAS Core to Ubuntu Server until I can migrate to TrueNAS SCALE.