Replies: 2 comments
-
|
Hey @geofffox! Long time no see. I'm sorry your Cronicle has stopped working. That's very odd, but depending on how long it has been sitting dormant, other things on the server may have changed. Here is what I recommend: Before you do anything else, do a full backup of your data using the export command: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#data-import-and-export If the export script doesn't work, and you are using the local Filesystem as your database, just tarball up the entire Next, upgrade Node.js on your server to the latest stable (LTS) version. The latest Cronicle requires at least Node.js v16 or newer. I recommend using NodeSource to do the Node.js install: https://nodesource.com/products/distributions Once you have that installed, and typing curl -s https://raw.githubusercontent.com/jhuckaby/Cronicle/master/bin/install.js | nodeIf the install output all looks good (no errors), start it up with: /opt/cronicle/bin/control.sh startGood luck! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, Joseph -
Will do and let you know the result.
Luckily, I retired so I can work more slowly.
Geoff
…On Thu, Oct 16, 2025 at 10:15 AM Joseph Huckaby ***@***.***> wrote:
Hey @geofffox <https://github.com/geofffox>! Long time no see.
I'm sorry your Cronicle has stopped working. That's very odd, but
depending on how long it has been sitting dormant, other things on the
server may have changed. Here is what I recommend:
First, upgrade Node.js on your server to the latest stable (LTS) version.
The latest Cronicle requires at least Node.js v16 or newer. I recommend
using NodeSource to do the Node.js install:
https://nodesource.com/products/distributions
Once you have that installed, and typing node -v shows the correct
version, install the latest Cronicle atop your existing version. It will
preserve your data and configuration files:
curl -s https://raw.githubusercontent.com/jhuckaby/Cronicle/master/bin/install.js | node
Good luck!
—
Reply to this email directly, view it on GitHub
<#932 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5MGNJAWQ6O7GUUKZCT5ST3X7HDBAVCNFSM6AAAAACJKZOVYSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINZQGE3DCMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a long time Cronicle user. Mostly watching it 24/7.
Since my retirement I've shut down the server until wanted/needed. This time it never came back! The DAEMON is running but the executable can't start.
Would it make sense to re-install over the original?
Beta Was this translation helpful? Give feedback.
All reactions