Moodle Plugins directory: UpgradeDB: Versions: 1.0 | Moodle.org
UpgradeDB
Local plugins ::: local_upgradedb
Maintained by
Carlos Escobedo
This plugin allow install new tables into DB using xmldb files under developer control.
You can choose which install.xml table want to install in place to install all tables and
upgrade tables whenever you want.
UpgradeDB 1.0
Moodle 2.6, 2.7
Released: Tuesday, 27 May 2014, 3:13 PM
Local Plugin - Upgrade DataBase
======================
Information
-----------
This plugin allow install new tables into DB using xmldb files under developer control.
You can choose which install.xml table want to install in place to install all tables and
upgrade tables whenever you want.
You cannot drop tables was with data.
It was created thinking in developers to plugins.
Version
-------
Moodle 2.7+, 2.6+ and 2.5+
TO INSTALL:
Git way
- To install it using git, type this command in the root of your Moodle install:
```
git clone git@github.com:cescobedo/moodle-local_upgradedb.git local/upgradedb
```
Download way
- Download the zip from
- Unzip it into local/ folder in your Moodle,
- Rename the new folder "moodle-local_upgradedb-master" to "upgradedb"
- Enjoy!!!
FUTURE SCOPE:
- Empty tables.
- Check tables in DB to allow alter columns.
Author
------
Carlos Escobedo
-
-
======================
Information
-----------
This plugin allow install new tables into DB using xmldb files under developer control.
You can choose which install.xml table want to install in place to install all tables and
upgrade tables whenever you want.
You cannot drop tables was with data.
It was created thinking in developers to plugins.
Version
-------
Moodle 2.7+, 2.6+ and 2.5+
TO INSTALL:
Git way
- To install it using git, type this command in the root of your Moodle install:
```
git clone git@github.com:cescobedo/moodle-local_upgradedb.git local/upgradedb
```
Download way
- Download the zip from
- Unzip it into local/ folder in your Moodle,
- Rename the new folder "moodle-local_upgradedb-master" to "upgradedb"
- Enjoy!!!
FUTURE SCOPE:
- Empty tables.
- Check tables in DB to allow alter columns.
Author
------
Carlos Escobedo
-
-
Version information
- Version build number
- 2013021400
- Version release name
- 1.0
- Maturity
- Stable version
- MD5 Sum
- cc49c6d4838137ff62c5bd7169f5a8bd
- Supported software
- Moodle 2.6, Moodle 2.7
- The more recent release 2.0 (2015100500) exists for Moodle 2.6
- The more recent release 2.0 (2015100500) exists for Moodle 2.7
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.