2025.1 Series Release Notes

23.0.0

New Features

  • Add support of new backup storage driver “cinder”. We can provision a new replica instance or backup fast if we use cinder as the backend storage.

Upgrade Notes

  • Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9.

Bug Fixes

  • fix a bug where the trove-manage script fails to upgrade the database when the DBDatastoreVersion table is not empty.

  • Fix a bug where replications failed to detach from the source instance because of the upgrade of the sqlachemy library.

  • Fixes support for PostgreSQL v13 and above. Sets the wal_keep_size or wal_keep_segments in the instance configuration file depending on the version in the data store version name. The version number is parsed from the Datastore Version name and is exposed to the database instance configuration templates to allow the the use of conditional based on the version.

    Story 2008285