mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
- auto database backup
This commit is contained in:
@@ -61,6 +61,11 @@ return [
|
||||
'options' => extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
'dump' => [
|
||||
'dump_binary_path' => '/Applications/MAMP/Library/bin', // only the path, so without `mysqldump` or `pg_dump`
|
||||
'use_single_transaction',
|
||||
'timeout' => 360,
|
||||
]
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
|
||||
Reference in New Issue
Block a user