Mendeley Migration
Alreet.Sometimes Mendeley content has to move. There’s no easy way to tell Mendeley that. So.
sudo apt-get install sqlitebrowser
cd ~/.local/share/data/Mendeley\ Ltd./Mendeley\ Desktop/
sqlitebrowser <you@whatever>@www.mendeley.com.sqlite
- Go to »Execute sql«-tab
update Files set localUrl = replace(localUrl, 'file:///old/path/‘, 'file:///media/new/path/‘);
- click »Execute« (or F5 or ctrl+return)
- click »Write changes«
- Done. Easy, right?
Thanks to 3.14a and jordi’s comment there. For related Mendeley grievances see khufkens, who can tell you how to sync Mendeley to your own server (instead of feeding Elsevier’s questionable pricing model).