michaeldyl520 / magento2-mysql-backup-with-cron
This is the use of magento2 scheduled tasks perform their own shell command to back up the database operation.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0
This package is auto-updated.
Last update: 2025-04-25 16:57:20 UTC
README
This is the use of magento2 scheduled tasks perform their own shell command to back up the database operation.
Installation
Please enter your magento2 root directory, execute the following command:
First add repository to composer configuration:
composer config repositories.michaeldyl520-magento2-mysql-backup-with-cron vcs git@github.com:michaeldyl520/magento2-mysql-backup-with-cron.git
Require new package with composer:
composer require michaeldyl520/magento2-mysql-backup-with-cron
Enable module:
php bin/magento module:enalbe Jiliuke_Backup
Maybe you need run:
php bin/magento setup:upgrade && php bin/magento cache:clean