You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing restores from filesystem snapshots some times now, as I noticed ownnote looses a note occationally. It seems the "max_allowed_packet" limit is hit in mariadb. Should the notes be perhaps be chopped into smaller chunks while saving? Or saving the images as files instead?
I started collecting a note with pointers to internet, and uploaded some pictures into the note. All the sudden I lost the note :( Checking from database, the "note" entry was empty. I had to recover the database from snapshot, just to get the note back.
I'm running the latest nextcloud with ownnote activated. It's been good for long, but now it won't work any longer. Also the logic of saving the images within the note into the database bloats the DB size quickly. It would be nice if the attached pics would be files e.g. within the notes dir (once the dir + db option activated).
Not sure why that would occur unless max_allowed_packet is set to lower than normal. Notes are already cut into chunks and no longer saved in the note entry of the main table.
Hi,
I have been doing restores from filesystem snapshots some times now, as I noticed ownnote looses a note occationally. It seems the "max_allowed_packet" limit is hit in mariadb. Should the notes be perhaps be chopped into smaller chunks while saving? Or saving the images as files instead?
I started collecting a note with pointers to internet, and uploaded some pictures into the note. All the sudden I lost the note :( Checking from database, the "note" entry was empty. I had to recover the database from snapshot, just to get the note back.
I'm running the latest nextcloud with ownnote activated. It's been good for long, but now it won't work any longer. Also the logic of saving the images within the note into the database bloats the DB size quickly. It would be nice if the attached pics would be files e.g. within the notes dir (once the dir + db option activated).
Here's the error log:
The text was updated successfully, but these errors were encountered: