# sqlite3 com.plexapp.plugins.library.db .dump > dump.sql
# rm com.plexapp.plugins.library.db
# sqlite3 com.plexapp.plugins.library.db < dump.sql
Error: near line 464165: no such collation sequence: naturalsort
I’ve also tried dropping the index as suggested on that same page, but to no avail.
I get the same error when trying to create a playlist with PlexPlaylistImporter. Happy to send the sql dump to someone to look at, but would prefer not to post them publicly… Any thoughts on how to resolve are much appreciated…
Thanks…
Server Version#: 1.13.9.5456 (Plex Pass)
Ubuntu Server 14.04
Line 122: INSERT INTO "schema_migrations" VALUES('20180501000000','DROP index ''index_title_sort_naturalsort''',1);
Line 321886: INSERT INTO "sqlite_stat1" VALUES('metadata_items','index_title_sort_naturalsort','36955 2');
Line 464165: CREATE INDEX 'index_title_sort_naturalsort' ON 'metadata_items' ('title_sort' COLLATE naturalsort);
Line 464165: CREATE INDEX 'index_title_sort_naturalsort' ON 'metadata_items' ('title_sort' COLLATE naturalsort);