<div dir="ltr">Hi, <div><br></div><div>After a couple of years without using my DK, I finally returned to it. </div><div><br></div><div>So, I've upgraded from version 7.4 to 8.1. </div><div>I used the Internal MySQL before because I have ~80k photos.</div><div>Now, to solve an old issue with face recognition, I decided to rerun it over all my albums to exclude the faces from all photos and detect all again ( not people, yet, only detect faces). </div><div>I've done that using MySQL as a database.</div><div><br></div><div>During this process, rereading the manuals, I saw there is an essential improvement on sqlite, where it became recommended even for libraries with ~100k photos.</div><div><br></div><div>When I finished all face recognition, which took ~ 1 week, I migrate my database back to sqlite. </div><div>The migration ran fine. </div><div>However, when I set the DK to sqlite and put my albums to now recognize the faces, they give the error message : "face recognition is aborted, because there are no identities to recognize. Please add new identities"</div><div><br></div><div>Then I connected both databases and did a count(*) on tables and see at recognition.db, no data was imported.</div><div>I tried this migration twice, one with WAL enabled and the second attempt with it disabled. </div><div><br></div><div>Is that expected or is it a defect?</div><div><br></div><div><br></div><div>MySQL</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">Settings          |count(*)|<br></font><font face="monospace">------------------+--------+<br></font><font face="monospace">Settings          |      20|<br></font><font face="monospace">Identities        |     148|<br></font><font face="monospace">IdentityAttributes|     444|<br></font><font face="monospace">FaceMatrices      |   14687|<br></font><font face="monospace">KDTree            |       0|</font></blockquote><div><br></div></blockquote>SQLite - after migration <br><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace"><br></font><font face="monospace">"Settings"        |count(*)|<br></font><font face="monospace">------------------+--------+<br></font><font face="monospace">Settings          |       2|<br></font><font face="monospace">Identities        |       0|<br></font><font face="monospace">IdentityAttributes|       0|<br></font><font face="monospace">FaceMatrices      |       0|<br></font><font face="monospace">KDTree            |       0|</font></blockquote></blockquote></div>