mirror of
https://github.com/coollabsio/coolify.git
synced 2026-06-14 03:19:51 +00:00
fix(backup): add .dmp to allowed extensions for database import (#9869)
This commit is contained in:
committed by
GitHub
parent
3e76390194
commit
e77e0761db
@@ -29,6 +29,7 @@ class UploadController extends BaseController
|
||||
'archive.gz',
|
||||
'bz2',
|
||||
'xz',
|
||||
'dmp',
|
||||
];
|
||||
|
||||
public function upload(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user