mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Backup updates
This commit is contained in:
parent
7af633177a
commit
4cc7ed9ec7
|
@ -82,7 +82,7 @@ return [
|
|||
'unix_socket' => env('DB_SOCKET',''),
|
||||
'dump' => [
|
||||
'dump_binary_path' => env('DB_DUMP_PATH', '/usr/local/bin'), // only the path, so without 'mysqldump'
|
||||
'use_single_transaction' => true,
|
||||
'use_single_transaction' => false,
|
||||
'timeout' => 60 * 5, // 5 minute timeout
|
||||
],
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ return [
|
|||
/*
|
||||
* The database dump can be gzipped to decrease diskspace usage.
|
||||
*/
|
||||
'gzip_database_dump' => false,
|
||||
'gzip_database_dump' => true,
|
||||
|
||||
'destination' => [
|
||||
|
||||
|
|
Loading…
Reference in a new issue