eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Default profile seems not working for me... #24

Closed hellofaduck closed 4 months ago

hellofaduck commented 4 months ago

I have only default profile enabled on two routers, I tried to change time, etc., nothing helps, backups are not created, no error backups either, only manual mode works... I tried to look at the logs in cron and routerfleet containers but couldn't find any problem there :( Longshot-20240412154037 Longshot-20240412154022 Longshot-20240412154006

eduardogsilva commented 4 months ago

I made a few tests and looks like there's something wrong with the scheduling. I will review this in a few and release a patch later today. thanks for pointing it out

eduardogsilva commented 4 months ago

I manage to find an issue on my backup scheduler.

Please upgrade to the latest version and it should be fixed. After upgrading, just edit and save your backup profile to force an update on each related router's backup schedule.

You can confirm if your schedule looks correct by going on your router details page and clicking at "show schedule" on the top right corner. The schedule may take up to 5 minutes to generate after router or profile editing.

Cheers!