spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.65k stars 763 forks source link

Integration of "mysqlpump" #1569

Closed OliverZiegler closed 2 years ago

OliverZiegler commented 2 years ago

Since MySQL 5.7.8 there exists an alternative Backup tool called mysqlpump that has more options and works in parallel.

Are there any plans of integrating this in laravel-backup?

This could make backups faster and also easier for tenancy systems.

PaolaRuby commented 2 years ago

Fell free to make a PR for support that