You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,6 +105,13 @@ Giving your snapshot a name is optional. If you don't pass a name the current da
100
105
php artisan snapshot:create
101
106
```
102
107
108
+
When creating snapshots, you can optionally create compressed snapshots. To do this either pass the `--compress` option on the command line, or set the `db-snapshots.compress` configuration option to `true`:
109
+
110
+
```bash
111
+
# Creates a snapshot named my-compressed-dump.sql.gz
0 commit comments