For the last 5 years I have a NodeRed flow downloading the latest backup from my 5 hubs using the following URL every morning at 3:30 AM:
http://IP-ADDRESS/hub/backupDB?fileName=latest
All is good but I have been seeing posts about memory leaks associated with backups and have noticed my hub's free memory falls over time especially around the maintenance window for database cleanup and automated backup. Suggestions to some have been to reduce the frequency of the backup which I could probably do.
This said using the above URL produces another backup vs downloading the "latest" automated backup the hub creates during its nightly maintenance window. Example where my database cleanup is set for 2 AM and NodeRed downloads the backup at 3:30:
@gopher.ny is there a URL to download the latest maint/database cleanup backup instead of creating a new one? Would downloading this backup help with the memory situation that folks have been posting here on the Community?