tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

play: allow to specify multiple WAL files #1018

Closed oleg-jukovec closed 4 hours ago

oleg-jukovec commented 1 week ago

We need to have an ability to have an ability to specify multiple WAL files. It could be done in different ways:

  1. Just to allows pass files as additional args. tt play localhost:3013 1.xlog 2.xlog
  2. Add an additional flag --wal to specify a WAL file and allows to use the flag multiple: tt play localhost:3013 --wal 1.xlog --wal 2.xlog
  3. Mixed 1 + 2.