Purge Plex Content From Ombi

  1. sudo service ombi stop
  2. cd /opt/Ombi (Or wherever your Ombi DB is located)
  3. sudo sqlite3 Ombi.db
  4. DELETE FROM PlexServerContent;
  5. DELETE FROM PlexEpisode;
  6. DELETE FROM PlexSeasonsContent;
  7. .quit
  8. sudo service ombi start
  9. Within Ombi, disable email notifications: “Settings -> Notifications -> Email -> Uncheck Enabled” (This prevents your users from receiving tons of spam for their existing requests)
  10. Within Ombi go to “Settings -> Media Server -> Plex -> Click ‘Manually Run Full Sync'”
  11. After the scan has completed, re-enable email notifications.