Able to add scheduled backups through the UI

This commit is contained in:
Andras Bacsai
2023-08-09 17:57:27 +02:00
parent 04622a9e3b
commit d2a4dbf283
24 changed files with 367 additions and 20571 deletions

View File

@@ -15,6 +15,7 @@ class ScheduledDatabaseBackupSeeder extends Seeder
ScheduledDatabaseBackup::create([
'enabled' => true,
'frequency' => '* * * * *',
'keep_locally' => true,
'database_id' => 1,
'database_type' => 'App\Models\StandalonePostgresql',
'team_id' => 0,