<div dir="ltr"><div dir="ltr"><div>Hi.</div><div>After moving my collection to a new NAS drive I really need to tell dk about the new location. Having dk to read everything again is no solution, since it would take a long time and I would loose information in the database.</div><div>I can't find the feature I need, so I used some quick bash. Here it is, step by step (with dk off):</div><div><div><br></div><div>mysqldump --all-databases -p >a.sql</div><div>sed 's|/oldpath/PictureLibrary|/newpath/PictureLibrary|g' <a.sql >b.sql</div><div>cat b.sql | mysql -p</div><br></div><div>As you can see I am using Linux and MySql. A permanent built-in solution would have to handle all combinations of os and db.</div><div><br></div><div><div>I also found out the best way (for me) to alternate between the linux desktop and the win10 laptop. I run the desktop with Remote Desktop Connection from the laptop. Not for editing but absolutely ok for tagging and other administrative tasks. No need to relocate any more.</div><br class="gmail-Apple-interchange-newline"></div><div>/Bengt</div><div><br></div><div><br></div></div></div>