You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to be able to perform database backups through the command line.
Yes there is probably fairly easy ways to do this already, but having Craft already handling the MySQL user, password, database name, file naming and compression. It would be much easier to just call a quick backup/db action through the CLI.
The text was updated successfully, but these errors were encountered:
# create backup in the given folder
./craft backup ./backups
# create backup in working directory with custom filename
./craft backup backup.sql
# create backup in specific location
./craft backup ./backups/backup.sql
# create backup in the storage/backups/ folder
./craft backup
It would be helpful to be able to perform database backups through the command line.
Yes there is probably fairly easy ways to do this already, but having Craft already handling the MySQL user, password, database name, file naming and compression. It would be much easier to just call a quick
backup/db
action through the CLI.The text was updated successfully, but these errors were encountered: