Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The release introduces an experimental support of console for AeonDB and continues to improve
tt play
command.Added
tt aeon connect
: add support to connect Aeon database.tt play
: support of the SSL parameters by using next flags:sslkeyfile
- path to a private SSL key file,sslcertfile
- path to an SSL certificate file,sslcafile
- path to a trusted certificate authorities (CA) file,sslciphers
- colon-separated list of SSL cipher suites the connection.tt play
: support connection to a target instance byapplication
name orapplication:instance
name.tt coredump pack
: add options to customize coredump packing:-e (--executable)
: specify Tarantool executable path.-p (--pid)
: specify PID of the dumped process.-t (--time)
: specify time of dump (seconds since the Epoch).tt.yaml
: allows to specify a list of modules directories.Changed
tt stop/kill/clean/logrotate
: no longer need:tt logrotate
: don't exit at non-running instance, just warn and proceed with the other instances, likett stop
andtt kill
do.tt coredump pack
: if-e
option is omitted first search tarantool executable in tt environment then inPATH
instead of using the hardcoded path/usr/bin/tarantool
.tt replicaset downgrade
: drop option-v
(--version
). Pass version as a positional argument rather than option.Fixed
tt coredump inspect
: fails for tarantool-ee coredump archive if the source directory is missing.tt pack
: fails ifetcd
ortcs
are present in the configuration and not available.