VS
Size: a a a
VS
AT
АР
MF
MF
АР
KO
EB
EB
EB
SZ
IN
АД
IB
box.cfg {
listen = 3305,
log = '/var/log/tarantool.log'
}
box.schema.user.create('tarantool', { password = 'tarantool', if_not_exists = true })
box.schema.user.grant('tarantool', 'create,alter,drop,execute,read,write', 'universe', nil, { if_not_exists = true })
[Service]
WorkingDirectory=/opt/tarantool
ExecStart=/usr/bin/tarantool /etc/tarantool.lua start
ExecStop=/usr/bin/tarantool /etc/tarantool.lua stop
RemainAfterExit=yes
WorkingDirectory
(в т.ч. все то, что связано с репликацией)? Сейчас я вижу в ней .snap, .xlog файлы. MA
MA
ExecStop=/usr/bin/tarantool /etc/tarantool.lua stop
MA