pellepelster / solidblocks

Solidblocks is a library of reusable components for infrastructure operation, automation and developer experience
https://pellepelster.github.io/solidblocks/
MIT License
25 stars 5 forks source link

fix: backups only run after reboot #23

Closed apricote closed 12 months ago

apricote commented 12 months ago

While looking at the backups folder I noticed that they were not running on my deployment. I noticed that the timers were only enabled, and not started. This lead to the services never being started.

Enabling a timer will only apply after a reboot. To make sure that the backups start running immediately, they also need to be started.