v2.4.0
Overview
tt start
interactive mode support, new tt log
, tt enable
, tt replicaset bootstrap/rebootstrap
commands.
Added
tt log
: a module for viewing instances logs. Supported options:--lines
number of lines to print.--follow
print appended data as log files grow.
tt connect
: support format for Tarantool tuples for Tarantool
versions >= 3.2.tt enable
: create a symbolic link in 'instances_enabled' directory to a script or
an application directory.tt replicaset bootstrap
: command to bootstrap a Cartridge cluster or an instance.tt rs rebootstrap
: re-bootstraps an instance.-s (--self)
flag to executett
itself and don't search for othertt
s in bin_dir
provided in config.tt start
interactive mode with-i
option.
Fixed
- Sorted by name order of columns for
table
andttable
formats. tt switch tt
: does not work withx.x.x
version format.tt install tt
returns expected exit status code on unsuccessful dependency check.tt pack
: failed to start instances using systemctl due topermissions denied
.tt uninstall tt
: does not work withx.y.z
version format.- Ability to update a latest version of
master
tarantool and tt withtt install
.
Changed
- Do not create Dockerfile.* in application's directory.