spanjeta/yii2-backup Database Backup and Restore functionality

databasebackuprestore

Yii2 Backup and Restore Database

Database Backup and Restore functionality

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist spanjeta/yii2-backup "*"

or add

"spanjeta/yii2-backup": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add it in your config by :

Basic config/web.php

Advanced [backend|frontend|common]/config/main.php

'modules' => [ 'backup' => [ 'class' => 'spanjeta\modules\backup\Module', ], ... ... ],

make sure you create a writable directory named _backup on app root directory.

Usage

Pretty Url's /backup

No pretty Url's index.php?r=backup

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v2.2 is the latest of 5 releases



Apache-2.0 license
Stats
27 github stars & 13 github forks
0 downloads in the last day
2 downloads in the last 30 days
4384 total downloads