Merge branch '2.3' into 2.4

This commit is contained in:
Graham Campbell
2016-08-07 22:07:30 +01:00
81 changed files with 365 additions and 357 deletions

View File

@@ -134,6 +134,13 @@ class CommandSubscriber
$command->line('Settings cache cleared!');
// SQLite does not backup.
if ($this->config->get('database.default') === 'sqlite') {
$command->line('Backup skipped: SQLite is not supported.');
return;
}
$command->line('Backing up database...');
try {