Server Version#: 1.19.4.2902
Player Version#: N/A
I’m attempting to move my watched status from an unRAID Docker (PMS Official) to a newly provisioned Windows VM living on ESXi. I have added all of my Libraries and allowed the new Plex instance to pull-down the metadata; everything is working as expected.
The one issue I’m running into is migrating all of the Local and Remote (Shared User) watched status to the new instance. I referenced this article: https://support.plex.tv/articles/201154527-move-viewstate-ratings-from-one-install-to-another/
I’ve successfully dumped the necessary tables to the settings.sql file and I’m able to execute the command. However, the issue is the amount of columns doesn’t line up and results in the error below:
Error: near line 69331: table metadata_item_settings has 13 columns but 14 values were supplied
It’s also worth noting that I’ve been running Plex for 8+ years so this DB has gone thru a lot of updates :).