cBackup / main

Releases, documentation and issue tracker
http://cbackup.me
GNU Affero General Public License v3.0
29 stars 17 forks source link

Unable to Configure version control #35

Open dimitrissavramis opened 5 years ago

dimitrissavramis commented 5 years ago

Hello to all,

Its a fresh installation that run at the moment with only 3 Cisco switches as nodes. I am trying to enable versioning under System -> System settings -> Git settings. Repository status is: initialized but the init repository button is greyed out no matter what i tried. I also tried to setup a remote git repo but still no luck with that button. At this moment i can see only the latest configuration of the switches only.

Below my support file. GAAVM07-support.zip

Thanks! Dimitris

ronaldocz commented 4 years ago

@dimitrissavramis I'm having the same issue, did you find a solution by any chance?

Tks

rumo20 commented 3 years ago

I have set the scheduler over mysql query in the database

INSERT INTOcbackup.schedule(id,task_name,schedule_cron) VALUES ('4', 'git_commit', '0 0 * * *');

Now you can run the git_commit and the history button is visible.