Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Shcherbatov <kshcherbatov@tarantool.org>
To: tarantool-patches@freelists.org, korablev@tarantool.org
Cc: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Subject: [tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration
Date: Fri, 25 Jan 2019 14:12:23 +0300	[thread overview]
Message-ID: <cover.1548414536.git.kshcherbatov@tarantool.org> (raw)

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

             reply	other threads:[~2019-01-25 11:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-25 11:12 Kirill Shcherbatov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1548414536.git.kshcherbatov@tarantool.org \
    --to=kshcherbatov@tarantool.org \
    --cc=korablev@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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