I don’t have a way to restore it, but one thing I have to remind you is that you need to back up your data regularly. Especially the database file of sqlite3. First of all, the file is not large under normal circumstances and it is easy to back up. Secondly, all your articles are in it. If you don’t back it up, it will be tragic~
sqllite3 crashed. Try to install it as 1L said. If you want to restore the data segment, find the source file of sqllite and use a third-party tool to open and copy.
Try it
npm install
I don’t have a way to restore it, but one thing I have to remind you is that you need to back up your data regularly. Especially the database file of sqlite3. First of all, the file is not large under normal circumstances and it is easy to back up. Secondly, all your articles are in it. If you don’t back it up, it will be tragic~
The content directory stores data. If this is still in the data, there will be no problem
I haven’t upgraded yet, so I can’t help much. Please read the official upgrade tutorial
Your articles are all in the database
sqllite3 crashed. Try to install it as 1L said. If you want to restore the data segment, find the source file of sqllite and use a third-party tool to open and copy.