[tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration

Kirill Shcherbatov kshcherbatov at tarantool.org
Fri Jan 25 14:12:23 MSK 2019


Due to the fact that the data storage format in Tarantool was changed in
version 2.1.1, the migration script also needs to be modified accordingly.

Branch: http://github.com/tarantool/tarantool/tree/kshch/fix-210-migrations
Issue: https://github.com/tarantool/tarantool/issues/3691

Kirill Shcherbatov (2):
  box: fix upgrade script for _fk_constraint space
  box: fix Tarantool upgrade from 2.1.0 to 2.1.1

 src/box/index_def.c                           |   1 +
 src/box/lua/upgrade.lua                       |  28 +++++++++++++++++-
 src/box/opt_def.c                             |   3 ++
 src/box/opt_def.h                             |  12 +++++---
 test/sql/upgrade.test.lua                     |  17 +++++++++++
 .../upgrade/2.1.0/00000000000000000003.snap   | Bin 0 -> 2124 bytes
 6 files changed, 56 insertions(+), 5 deletions(-)
 create mode 100644 test/sql/upgrade/2.1.0/00000000000000000003.snap

-- 
2.19.2





More information about the Tarantool-patches mailing list