Victoria Series Release Notes

5.1.0

New Features

  • Added support to show and update access settings for instance.

  • Support to rebuild instance.

    openstack database instance rebuild <instance> <new-image-id>
    

5.0.0

New Features

  • Support backup strategy CLI.

  • Change flavor as an optional parameter (--flavor) for creating instance. When creating replicas, flavor is not requried.

4.1.0

New Features

  • Support to create datastore version in CLI.

4.0.0

New Features

  • Support following commands of updating configuration:

    openstack database configuration parameter set <config_id> <values>
    openstack database configuration set <config_id> <values> --name NAME --description DESC
    
  • Support following replication commands:

    openstack database instance detach
    openstack database instance promote
    openstack database instance eject
    
  • Add replication ‘Role’ for listing instances to indicate if the instance is a master or a replica.

Deprecation Notes

  • Trove CLI doesn’t support to get flavor information more. User needs to provide Nova flavor ID when creating trove instance.

  • The following commands are removed:

    openstack database instance detach replica
    openstack database instance promote to replica source
    openstack database instance eject replica source