Overrite the email notification for backup

This commit is contained in:
Alex
2025-11-05 19:14:55 +02:00
parent 935fe06f9e
commit d2953e9409
5 changed files with 322 additions and 27 deletions

View File

@@ -61,6 +61,9 @@ return [
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
'dump' => [
'skip_ssl' => true,
],
],
'mariadb' => [