From 936f1e7a9bd1f1b09a02c7e5bf37cd2c9826158a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 30 Dec 2022 21:55:45 -0700 Subject: [PATCH] Update database config, use single transaction and skip lock tables for mysql dump --- config/database.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/database.php b/config/database.php index 7fe483d71..fddfc8dbb 100644 --- a/config/database.php +++ b/config/database.php @@ -53,6 +53,10 @@ return [ 'prefix' => '', 'strict' => false, 'engine' => null, + 'dump' => [ + 'use_single_transaction', + 'skip_lock_tables', + ] ], 'pgsql' => [