Question
I lost all my data
I stopped the server, restarted, and lost all my sqlite3 data.
forever stop index.js
forever start index.js
That didn't work. So I tried with node:
```
[root@dhtmlkitchen ~]# node index.js
Ghost is running...
Listening on 127.0.0.1:2368
Url configured as: http://dhtmlkitchen.com/
Ctrl+C to shut down
ERROR: The currently active theme dhtmlkitchen is missing.
ErrorPage
Ghost caught a processing error in the middleware layer.
```
Theme 'dhtmlkitchen' was not found. What happened to it? I don't know what happened to all of my entries but they are gone. All of my data from the sqlite3 db is old and out of date, too. Do you have a backup? Can you please restore my data?
hostname: dhtmlkitchen.com
IP Address: 162.243.241.121
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×