https://bugs.kde.org/show_bug.cgi?id=379987

--- Comment #9 from Quincy <bbc.qui...@gmx.de> ---
I'n not in a hurry given the raised points. A new image with localhost/socket
support does not change things.

@Maik: I already went for a more manual (and cumbersome) step-by-step approach
to migrate V7->8:
- doing the intended things ("IF EXISTS") by hand if suitable and commenting
these things in dbconfig.xml
- delete some entries in the Images table because of foreign key violations
(likely rubbish from older versions/crashes). I identified these via SELECT *
FROM ImageMetadata WHERE imageid in (SELECT imageid FROM `ImageMetadata` LEFT
JOIN Images ON(ImageMetadata.imageid=Images.id) WHERE Images.id IS NULL)
- creating faceDB by hand

But your suggestion sounds way easier for possible future updates and maybe
others still being stuck on V7.

@all: Have a good start into 2018

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to