revolution/sail-db-backup

Backup Sail's Database

Fund package maintenance!
invokable

Installs: 38 060

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 1

3.1.0 2025-02-23 03:35 UTC

README

Requirements

  • PHP >= 8.2
  • Laravel >= 11.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