Report this

What is the reason for this report?

I lost all my data

Posted on May 5, 2014

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



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Is this on the DigitalOcean one-click application, or did you set this up yourself? <br> <br>It’s very possible that starting it directly with node is using an entirely different database then when you started it with forever. When you tried starting it with forever, were there errors? Is that how you started it in the past? <br> <br>Try restarting it, making sure that your using the node production environment: <br> <br><pre> <br>NODE_ENV=production node index.js <br></pre>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.