1. onedb(1)
  2. onedb(1) -- OpenNebula database migration tool
  3. onedb(1)

NAME

onedb

This command enables the user to manage the OpenNebula database. It provides information about the DB version, means to upgrade it to the latest version, and backup tools.

OPTIONS

 -f, --force               Forces the backup even if the DB exists
 -b, --backup file         Use this file to store SQL dump
 -v, --verbose             Verbose mode
 -h, --help                Show this message
 -V, --version             Show version and copyright information
 -s, --sqlite file         SQLite DB file
 -S, --server host         MySQL server hostname or IP. Defaults to
                           localhost
 -P, --port port           MySQL server port. Defaults to 3306
 -u, --username user       MySQL username
 -p, --password pass       MySQL password. Leave unset to be prompted for it
 -d, --dbname dbname       MySQL DB name for OpenNebula

COMMANDS

ARGUMENT FORMATS

  1. November 2013
  2. onedb(1)