revolution/sail-db-backup
Backup Sail's Database
65,406
7
| Install | |
|---|---|
composer require revolution/sail-db-backup |
|
| Latest Version: | 3.2.0 |
| PHP: | ^8.3 |
| License: | MIT |
| Last Updated: | Jul 25, 2026 |
| Links: | GitHub · Packagist |
Maintainer: revolution
Backup Sail's Database
Requirements
- PHP >= 8.3
- Laravel >= 12.0
Installation
composer require revolution/sail-db-backup --dev
Uninstall
composer remove revolution/sail-db-backup --dev
No config file.
Usage
Be sure to run the command in Sail.
vendor/bin/sail art sail:backup:mysql
The SQL file will be saved in .backup/mysql_backup.(Same as Homestead)
If you want to change the mysql_backup
sail art sail:backup:mysql --path=database/backup
Select Database connection
sail art sail:backup:mysql --connection=mysql2
Global .gitignore
Recommend exclusion in global .gitignore
.backup
LICENSE
MIT