backup This module let you Backup / Restore / Clean database easily.

  1. Requirements
  2. Usage

This is a simple module for full database Backup/Restore. I have been using it for all my apps for quite sometime now. It saves lot of time.

I have enabled basic access control so you can use it on live websites.

Requirements

Yii 1.1 or above)

Usage

unzip the attached code under /protected/modules/

Add following code in config main.php under modules

'backup',

You can specify custom path for backup files.

'backup'=> array('path' => __DIR__.'/../_backup/'  ),

Thats it , now you can open your web app with ?r=backup or /backup appended to home url.

6 1
28 followers
3 303 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Database
Developed by: shiv
Created on: Jan 2, 2013
Last updated: 11 years ago

Downloads

show all

Related Extensions