A big thank you, Torben, all running and works like a charm!
Run the clone again.
This is the message: [FireDAC][Phys][MySQL] Got a packet bigger than 'max_allowed_packetâbytes
Done it again but now whit out saving playlist and then it runs till the end
And I donât need old playlistâs so itâs fine by me.
So also a Big thanks Torben and Tondose
Hi Henk, Hi Torben, also untick Icons to make the Clone work. @Torben See Bugreport earlier Today.
Cheers Wilbert
My nas (Synology) runs on 6.2 yesterday I got an email that support ends 24 Oktober. You should upgrade to 7 but 7 donât support maria bd 5. So I need to upgrade to Maria db 10 before I upgrade to version 7. On the Synology website it looks quite simple export the database in maria db 5 and Import it in 10. Are there additional staps in mairlist to make or is it that simple?
Try to clone the database , get tis message . anny smart way to remove the items
Apparently some leftover data from deleted items. Should not happen, but SQLite is not so strict about foreign keys.
You can repair it like this in the SQL Console (DB App About menu):
DELETE FROM item_attributes WHERE item NOT IN (SELECT idx FROM items);
(Remember to keep a backup when fiddling around!)