Restarting a Tarantool instance
$ tt restart {INSTANCE | APPLICATION[:APP_INSTANCE]} [OPTION ...]
tt restart
restarts the specified running Tarantool instance.
A tt restart
call is equivalent to consecutive calls of
tt stop and tt start.
-
-y
,
--yes
¶
Automatic «Yes» to confirmation prompt.
Restart all instances of the application stored in the
app/
directory insideinstances_enabled
in accordance with the instances configuration:$ tt restart app
Restart only the
master
instance of the application stored in theapp/
directory insideinstances_enabled
:$ tt restart app:master