tarantool / migrations

BSD 2-Clause "Simplified" License
21 stars 5 forks source link

release 1.0.0 #72

Closed DifferentialOrange closed 5 months ago

DifferentialOrange commented 5 months ago

Overview

This release introduces new approach to storing migration state: per-replicaset instead of clusterwide. New approach fixes the issue when new replicaset did not applied the migrations that are already applied on the remaining part of cluster.

To start using 1.0.0 instead of 0.x.x module on existing application, one must first call move_migrations_state through HTTP or Lua API to move current cluster migration state from Cartridge clusterwide configuration to per-replicaset utility spaces. See README.md for upgrade and downgrade scenarios.

Fixed

Added