fix(backup): add .dmp to allowed extensions for database import (#9869)

This commit is contained in:
Emmanuel Odinfono 2026-04-29 17:57:50 +01:00 committed by GitHub
parent 3e76390194
commit e77e0761db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,7 @@ class UploadController extends BaseController
'archive.gz', 'archive.gz',
'bz2', 'bz2',
'xz', 'xz',
'dmp',
]; ];
public function upload(Request $request) public function upload(Request $request)