yii2-db-manager icon indicating copy to clipboard operation
yii2-db-manager copied to clipboard

Possibility to specify file dump name

Open gogl92 opened this issue 4 years ago • 0 comments

As a developer I want to store my dump file with a custom name, for example I want to execute:

php yii dump/create -db=db -s -f=database/backups/backup.sql

and get:

database/backups/backup.sql

gogl92 avatar May 31 '21 04:05 gogl92