laravel-db-snapshots icon indicating copy to clipboard operation
laravel-db-snapshots copied to clipboard

Quickly dump and load databases

Results 5 laravel-db-snapshots issues
Sort by recently updated
recently updated
newest added

Im trying to do a snapshot of specific tables in my DB but the `--table=table1,table2` seems like not working. ![image](https://user-images.githubusercontent.com/108515579/176848569-3834e060-8ca5-4f93-89b8-4db5dfb122b8.png)

hi, I'm getting the following error when trying to create a snapshot: ``` Spatie\DbDumper\Exceptions\DumpFailed The dump process failed with a none successful exitcode. Exitcode ======== 2: Misuse of shell builtins...

Add ExtraOptions to Snapshot Command

Hi i had some promblems loading Snapshots gzipped from S3. So i implementent this solution where i first copy the file to local tmp Folder. This solution works for me...

If you don't pass a name, but DO pass a connection, this will prepend the connection onto the name. Example output below ![image](https://github.com/user-attachments/assets/7f057636-6e7b-4e06-b923-af7370d6198e)