backup
backup copied to clipboard
MySQL Database backup package for Laravel
dear all, I've got problems in dumping my db: php7.3, Laravel 6.x, here's the error message: ``` sh: mysqldump: command not found Database 'Tirocinio' cannot be dumped ``` after running...
Hello, thank you for the package, it is very useful! But I needed to ignore a specific table,in fact, the one that manages the backups. So I decided to improve...
Hi, When custom name specified contains dot, the name is truncated at position of dot. Example : Cmd : php artisan backup:mysql-dump sylva.sygexp_2023-07-28_12-00-17 Result : sylva.sygexp.sql.gz