Skip to content

Commit

Permalink
Updated the readme (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjason committed Apr 19, 2022
1 parent 18e11f3 commit 1bc9632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ By default, `snapshot:load` will drop all existing tables in the database. If yo
php artisan snapshot:load my-first-dump --drop-tables=0
```

By default, `snapshot:load` will load the entire snapshot into memory which may cause problems when using large files. To get avoid this, you can pass the `--stream` option to stream the snapshot to the database one statement at a time:
By default, `snapshot:load` will load the entire snapshot into memory which may cause problems when using large files. To avoid this, you can pass the `--stream` option to stream the snapshot to the database one statement at a time:

```bash
php artisan snapshot:load my-first-dump --stream
Expand Down

0 comments on commit 1bc9632

Please sign in to comment.