You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supervised bootstrap strategy now allows to bootstrap a
single-instance replicaset in the same way as multi-instance one: run box.cfg({bootstrap_strategy = 'supervised'}) and wait for the box.ctl.make_bootstrap_leader(<...>) command.
Requested by @Totktonada in tarantool/tarantool@08c7ff1.
The text was updated successfully, but these errors were encountered:
The
supervised
bootstrap strategy now allows to bootstrap asingle-instance replicaset in the same way as multi-instance one: run
box.cfg({bootstrap_strategy = 'supervised'})
and wait for thebox.ctl.make_bootstrap_leader(<...>)
command.Requested by @Totktonada in tarantool/tarantool@08c7ff1.
The text was updated successfully, but these errors were encountered: