- auto database backup

This commit is contained in:
Peter Papp
2021-04-10 08:06:01 +02:00
parent 30ae2c0a54
commit 2598ba38db
30 changed files with 1326 additions and 70 deletions

View File

@@ -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' => [