Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: UpgradeDB.

UpgradeDB: Difference between revisions

From MoodleDocs
(Created page with "{{Infobox plugin |type = Local Plugin |entry = https://moodle.org/plugins/view.php?plugin=local_upgradedb |tracker = https://tracker.moodle.org/browse/CONTRIB/component/13733 ...")
 
Line 20: Line 20:
# Unzip it into  local/ folder in your Moodle.
# Unzip it into  local/ folder in your Moodle.
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb
# Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb
== New fresh features ==
# Analyze and Refresh Indexes in MySQL Tables.
# Show Keys and Indexes.
# Show XMLFile using xmldbtools.


== Screenshots ==
== Screenshots ==

Revision as of 13:33, 25 May 2016

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.

Instalation

  1. Get last version of plugin in plugin entry.
  2. Unzip it into local/ folder in your Moodle.
  3. Be sure that the final name of the directory is: upgradedb, the full path in your Moodle installation will be local/upgradedb

New fresh features

  1. Analyze and Refresh Indexes in MySQL Tables.
  2. Show Keys and Indexes.
  3. Show XMLFile using xmldbtools.

Screenshots

UpgradeDb1.png

UpgradeDb2.png

How to report a bug

Please, use tracker in Local UpgradeDB.

New Proposals

  • Empty tables.
  • Check tables in DB to allow alter columns.

Please for suggestion, use comments in plugin entry.