Operation Cleanup Round 3 - Remove automated SQL backups as this should be handled by system level backups which will also backup the files

This commit is contained in:
johnnyq
2022-09-17 17:17:01 -04:00
parent 6eb96df277
commit 2ea41ed960
7 changed files with 18 additions and 155 deletions

View File

@@ -70,10 +70,6 @@ $config_stripe_enable = $row['config_stripe_enable'];
$config_stripe_publishable = $row['config_stripe_publishable'];
$config_stripe_secret = $row['config_stripe_secret'];
// Backups
$config_backup_enable = $row['config_backup_enable'];
$config_backup_path = $row['config_backup_path'];
// Modules
$config_module_enable_itdoc = $row['config_module_enable_itdoc'];
$config_module_enable_ticketing = $row['config_module_enable_ticketing'];