By dhtmlkitchen
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!
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>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.