forked from mirror/pixelfed
Update database config, use single transaction and skip lock tables for mysql dump
This commit is contained in:
parent
b1e000fbc7
commit
936f1e7a9b
|
@ -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 New Issue