diff --git a/doc/cli-reference/generated/ch_cli_trove-manage_commands.xml b/doc/cli-reference/generated/ch_cli_trove-manage_commands.xml index 3a6ca464ae..a30012a4b9 100644 --- a/doc/cli-reference/generated/ch_cli_trove-manage_commands.xml +++ b/doc/cli-reference/generated/ch_cli_trove-manage_commands.xml @@ -9,11 +9,15 @@ - Database Service Management command-line client - The trove-manage client is the command-line interface - (CLI) for the Database Management Utility and its extensions. This chapter documents - trove-manage version 2014.2. + Database service management command-line client + + The trove-manage client is the command-line + interface (CLI) for the Database Management Utility API and its extensions. + + This chapter documents trove-manage version + 4.0.0. + For help on a specific trove-manage command, enter: @@ -28,8 +32,7 @@ [--nouse-syslog-rfc-format] [--noverbose] [--syslog-log-facility SYSLOG_LOG_FACILITY] [--use-syslog] [--use-syslog-rfc-format] [--verbose] [--version] - - {db_sync,db_upgrade,db_downgrade,datastore_update,datastore_version_update,db_recreate} + {db_sync,db_upgrade,db_downgrade,datastore_update,datastore_version_update,db_recreate,db_load_datastore_config_parameters,datastore_version_flavor_add,datastore_version_flavor_delete} ...
@@ -71,7 +74,7 @@ Print debugging output (set logging level to DEBUG - instead of default WARNING level). + instead of default INFO level). @@ -170,8 +173,7 @@ Use syslog for logging. Existing syslog format is - DEPRECATED during I, and will change in J to honor - RFC5424. + DEPRECATED and will be changed later to honor RFC5424. @@ -182,8 +184,8 @@ (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format - without the APP-NAME is deprecated in I, and will be - removed in J. + without the APP-NAME is deprecated in Kilo, and will + be removed in Mitaka, along with this option. @@ -191,8 +193,8 @@ --verbose, -v - Print more verbose output (set logging level to INFO - instead of default WARNING level). + If set to false, will disable INFO logging level, + making WARNING the default. @@ -207,7 +209,7 @@
- trove-manage datastore_update command + trove-manage datastore_update usage: trove-manage datastore_update [-h] datastore_name default_version Add or update a datastore. If the datastore already exists, the default @@ -242,10 +244,103 @@ version will be updated. + +
+
+ trove-manage datastore_version_flavor_add + usage: trove-manage datastore_version_flavor_add [-h] + datastore_name + datastore_version_name + flavor_ids + + + Positional arguments + + datastore_name + + + Name of the datastore. + + + + + datastore_version_name + + + Name of the datastore version. + + + + + flavor_ids + + + Comma separated list of flavor ids. + + + + + + Optional arguments + + -h, --help + + + show this help message and exit + + + + +
+
+ trove-manage datastore_version_flavor_delete + usage: trove-manage datastore_version_flavor_delete [-h] + datastore_name + datastore_version_name + flavor_id + + + Positional arguments + + datastore_name + + + Name of the datastore. + + + + + datastore_version_name + + + Name of the datastore version. + + + + + flavor_id + + + The flavor to be deleted for a given datastore and + datastore version. + + + + + + Optional arguments + + -h, --help + + + show this help message and exit + + +
- trove-manage datastore_version_update command + trove-manage datastore_version_update usage: trove-manage datastore_version_update [-h] datastore version_name manager image_id packages active @@ -320,7 +415,7 @@ all values except the datastore name and version will be updated.
- trove-manage db_downgrade command + trove-manage db_downgrade usage: trove-manage db_downgrade [-h] [--repo_path REPO_PATH] version Downgrade the database to the specified version. @@ -355,18 +450,39 @@ Downgrade the database to the specified version.
-
- trove-manage db_recreate command - usage: trove-manage db_recreate [-h] repo_path +
+ trove-manage db_load_datastore_config_parameters + usage: trove-manage db_load_datastore_config_parameters [-h] + datastore + datastore_version + config_file_location -Drop the database and recreate it. +Loads configuration group parameter validation rules for a datastore version +into the database. Positional arguments - repo_path + datastore - SQLAlchemy Migrate repository path. + Name of the datastore. + + + + + datastore_version + + + Name of the datastore version. + + + + + config_file_location + + + Fully qualified file path to the configuration group + parameter validation rules. @@ -381,10 +497,35 @@ Drop the database and recreate it. + +
+
+ trove-manage db_recreate + usage: trove-manage db_recreate [-h] [--repo_path REPO_PATH] + +Drop the database and recreate it. + + Optional arguments + + -h, --help + + + show this help message and exit + + + + + --repo_path REPO_PATH + + + SQLAlchemy Migrate repository path. + + +
- trove-manage db_sync command + trove-manage db_sync usage: trove-manage db_sync [-h] [--repo_path REPO_PATH] Populate the database structure @@ -409,7 +550,7 @@ Populate the database structure
- trove-manage db_upgrade command + trove-manage db_upgrade usage: trove-manage db_upgrade [-h] [--version VERSION] [--repo_path REPO_PATH]