Able to backup Coolify itself
This commit is contained in:
@@ -18,6 +18,15 @@ class ScheduledDatabaseBackupSeeder extends Seeder
|
||||
'number_of_backups_locally' => 2,
|
||||
'database_id' => 1,
|
||||
'database_type' => 'App\Models\StandalonePostgresql',
|
||||
's3_storage_id' => 1,
|
||||
'team_id' => 0,
|
||||
]);
|
||||
ScheduledDatabaseBackup::create([
|
||||
'enabled' => true,
|
||||
'frequency' => '* * * * *',
|
||||
'number_of_backups_locally' => 3,
|
||||
'database_id' => 1,
|
||||
'database_type' => 'App\Models\StandalonePostgresql',
|
||||
'team_id' => 0,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user