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.

Maintainers

Package info

github.com/michaeldyl520/magento2-mysql-backup-with-cron

Type:magento2-module

pkg:composer/michaeldyl520/magento2-mysql-backup-with-cron

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2018-03-15 05:30 UTC

This package is auto-updated.

Last update: 2026-03-25 19:07:18 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