laravel-backup icon indicating copy to clipboard operation
laravel-backup copied to clipboard

Backup and restore database support for Laravel 4 applications

Results 21 laravel-backup issues
Sort by recently updated
recently updated
newest added

L4.2 not supported.

Is it possible to append mysqldump options to the regular php artisan db:backup? I just want to save the data of my database, without create table sentences. Something like this...

This worked great in my osx development environment but not when deployed on an iis web server. It does not throw errors but the files are not created. It works...

Doing sqlserver backup is quite simple you just have to execute BACKUP DATABASE { database_name | @database_name_var } TO [ ,...n ] [ ] [ next-mirror-to ] [ WITH {...

Could i set password on backup file?

I would like to zip on backup and unzip with restore. Pl help me.

1. `File_name` format option in `config.php` 2. `compress` option for automatic compression of MySQL dump in `config.php` 3. Optional `--compress` and `--uncompress` options for MySQL dumps in Artisan CLI

A relatively small but handy addition would be the ability to specify the location of pg_dump like you can do for mysqldump.

Just a request - is it possible to get gzip compression?

Hi schickling, Great package, very useful. I have a question though, How can we retrive the status of the command? i.e if the command failed or not? So we an...