Unable to run Plex Media Scanner - get a database error and an core dump

I am trying to run the Plex Meia Scanner and I am getting the following error when running it as root

Note: if I run it as a standard user I get no error and no information (only thing that works is the help)

/usr/lib/plexmediaserver/Plex\ Media\ Scanner --list
terminate called after throwing an instance of 'soci::soci_error'
  what():  sqlite3_statement_backend::prepare: no such column: library_sections.changed_at for SQL: select library_sections.id as 'library_sections_id', library_sections.library_id as 'library_sections_library_id', library_sections.name as 'library_sections_name', library_sections.name_sort as 'library_sections_name_sort', library_sections.section_type as 'library_sections_section_type', library_sections.language as 'library_sections_language', library_sections.agent as 'library_sections_agent', library_sections.scanner as 'library_sections_scanner', library_sections.user_thumb_url as 'library_sections_user_thumb_url', library_sections.user_art_url as 'library_sections_user_art_url', library_sections.user_theme_music_url as 'library_sections_user_theme_music_url', library_sections.created_at as 'library_sections_created_at', library_sections.updated_at as 'library_sections_updated_at', library_sections.scanned_at as 'library_sections_scanned_at', library_sections.user_fields as 'library_sections_user_fields', library_sections.query_xml as 'library_sections_query_xml', library_sections.query_type as 'library_sections_query_type', library_sections.uuid as 'library_sections_uuid', library_sections.changed_at as 'library_sections_changed_at' from library_sections
****** PLEX MEDIA SCANNER CRASHED, CRASH REPORT WRITTEN: **/root/Library/Application Support/Plex Media Server/Crash Reports/1.11.1.4760-58bcb2957/PLEX MEDIA SCANNER/5c77e908-d586-607e-77375bd2-56fede69.dmp**
Aborted (core dumped)

I am running Version 1.11.1.4760

I double checked the database and it looks clean

/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases# sqlite3 com.plexapp.plugins.library.db "PRAGMA integrity_check"
ok

and just to be sure, I did a dump and recreate and I am still getting the same error. Is it possible something went wrong with the upgrade?

I also noticed something odd in the error – it seems to be writing the log file to the root home directory rather than were the app is installed. That seems a bit odd