fix: db without s3 should still backup
This commit is contained in:
		@@ -64,10 +64,10 @@ class BackupEdit extends Component
 | 
				
			|||||||
    #[Validate(['required', 'boolean'])]
 | 
					    #[Validate(['required', 'boolean'])]
 | 
				
			||||||
    public bool $saveS3 = false;
 | 
					    public bool $saveS3 = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #[Validate(['required', 'integer'])]
 | 
					    #[Validate(['nullable', 'integer'])]
 | 
				
			||||||
    public ?int $s3StorageId = 1;
 | 
					    public ?int $s3StorageId = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #[Validate(['required', 'string'])]
 | 
					    #[Validate(['nullable', 'string'])]
 | 
				
			||||||
    public ?string $databasesToBackup = null;
 | 
					    public ?string $databasesToBackup = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #[Validate(['required', 'boolean'])]
 | 
					    #[Validate(['required', 'boolean'])]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user