jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.55k stars 374 forks source link

Update and Save Config Functionality in the GUI #377

Open bnasko opened 3 years ago

bnasko commented 3 years ago

First, I want to thank everyone involved in this project. You guys are phenomenal.

I searched the repo looking for an easy way to update my cronicle version but didn't find anything. Is there a linux (ubuntu) command that I could run to update the version without messing up all my jobs/settings?

Alternatively, it would be ideal to have a button placed in the GUI that would allow for updating to the latest version along with another function to backup all settings/jobs as an xml/json file.

mikeTWC1984 commented 3 years ago

Yeah, there is a cli tool (in the box) to upgrade/export/import data https://github.com/jhuckaby/Cronicle#upgrading-cronicle I'm working on a fork with a feature that allows to import/export metadata from GUI, I agree it's pretty useful. I'll publish it sometime soon. Regarding upgrades - I'm proponent of using docker for such things.I'll create an image and publish some sample too.

bnasko commented 3 years ago

My bad, I missed the section on upgrading using the cli tool. Thanks for pointing that out. I'll give it a try tonight as I am already a couple of releases behind.