e2b26fdd7d
Change-Id: I49bd6c824b837d22d9f3945a3e8c2343c831b352
16 lines
763 B
YAML
16 lines
763 B
YAML
---
|
|
features:
|
|
- Database service (mysql and mariadb) is now running as docker container
|
|
inside the trove instance. The image is defined by ``docker_image`` config
|
|
option for each datastore.
|
|
- The database backup and restore operations are performed by docker
|
|
container inside the trove instance.
|
|
- Only one trove guest image is needed for all the datastores.
|
|
upgrade:
|
|
- Existing database services are not affected. However, in order for
|
|
Trove to communicate with trove guest agent, new guest image needs to be
|
|
built and existing trove instances need to be backed up and restored.
|
|
deprecations:
|
|
- Most of the options related to backup and restore are removed, e.g.
|
|
backup_namespace, restore_namespace, backup_incremental_strategy
|