mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update database config, use single transaction and skip lock tables for mysql dump
This commit is contained in:
parent
b1e000fbc7
commit
936f1e7a9b
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ return [
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'strict' => false,
|
'strict' => false,
|
||||||
'engine' => null,
|
'engine' => null,
|
||||||
|
'dump' => [
|
||||||
|
'use_single_transaction',
|
||||||
|
'skip_lock_tables',
|
||||||
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
'pgsql' => [
|
'pgsql' => [
|
||||||
|
|
Loading…
Reference in a new issue