Skip to content

Commit

Permalink
Add lock-tables=false to default dump settings - shouldn't be needed …
Browse files Browse the repository at this point in the history
…with single-transaction
ashleyhindle committed Jan 21, 2019
1 parent 658a6cb commit 7309901
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ composer require ashleyhindle/private-dump
Install with [curl](https://curl.haxx.se/)

```bash
curl -Lo private-dump https://github.com/ashleyhindle/private-dump/releases/download/v0.0.6/private-dump
curl -Lo private-dump https://github.com/ashleyhindle/private-dump/releases/download/v0.0.7/private-dump
chmod a+x private-dump
```

1 change: 1 addition & 0 deletions private-dump
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ $dumpSettings = [
'add-drop-database' => true,
'add-drop-table' => true,
'single-transaction' => true,
'lock-tables' => false,
];

$console = new PrivateDump\Console();

0 comments on commit 7309901

Please sign in to comment.