-
-
Notifications
You must be signed in to change notification settings - Fork 632
Open
Labels
Description
Our CoreProtect SQLite database was over 10GB in size at one point. We are not able to download a copy of the database via FTP while the database is open and keeping the server down for as long as it would take to download is not practical.
Adding a command to utilize SQLite's database backup feature to create a local backup copy of the database would allow the database backup & download to be completed online.