Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration
@ 2019-01-25 11:12 Kirill Shcherbatov
  2019-01-25 11:12 ` [tarantool-patches] [PATCH v1 1/2] box: fix upgrade script for _fk_constraint space Kirill Shcherbatov
  2019-01-25 11:12 ` [tarantool-patches] [PATCH v1 2/2] box: fix Tarantool upgrade from 2.1.0 to 2.1.1 Kirill Shcherbatov
  0 siblings, 2 replies; 4+ messages in thread
From: Kirill Shcherbatov @ 2019-01-25 11:12 UTC (permalink / raw)
  To: tarantool-patches, korablev; +Cc: Kirill Shcherbatov

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-25 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 11:12 [tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration Kirill Shcherbatov
2019-01-25 11:12 ` [tarantool-patches] [PATCH v1 1/2] box: fix upgrade script for _fk_constraint space Kirill Shcherbatov
2019-01-25 11:12 ` [tarantool-patches] [PATCH v1 2/2] box: fix Tarantool upgrade from 2.1.0 to 2.1.1 Kirill Shcherbatov
2019-01-25 11:25   ` [tarantool-patches] " Kirill Shcherbatov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox