MySQL

Library tasks for configuring and running MySQL for Invenio.

inveniofab.mysql.mysql_conf_type

Upload and update MySQL configuration

inveniofab.mysql.mysql_copy

Copy database from latest available dump.

Currently it is assumed that the dump file is accessible on the same path on both environment host systems. This usually means that the dumps are stored on a shared network storage.

inveniofab.mysql.mysql_createdb

Create database and user

inveniofab.mysql.mysql_dropdb

Drop database and user

inveniofab.mysql.mysql_dump

Dump database to file

inveniofab.mysql.mysql_load

Load MySQL dump file