codimd icon indicating copy to clipboard operation
codimd copied to clipboard

Where Markdown File is persisted?

Open joujou77 opened this issue 4 years ago • 1 comments
trafficstars

I have an installation of CodiMD but it's down at the moment due to internal DB issues. I have edited one note/file there that I need urgently before the issue is resolved and teh instance will be up and running again.

Is there a way to locate that one content file and copy the markdown? iow, where the user contents are persisted?

Thank you!

joujou77 avatar Oct 27 '21 18:10 joujou77

They are stored in the database (table Revisions? if I remember correctly)

94rain avatar Nov 02 '21 23:11 94rain

They are all in the DB. Note stores in Notes table, content is the text body field. Previous versions of the notes stores in Revisions table. Hope this helps.

jackycute avatar Jan 13 '23 07:01 jackycute