Closed
Description
Product: Tarantool
Since: 3.0
Audience/target: all
Root document:
- https://www.tarantool.io/en/doc/latest/reference/tarantool_cli_options/#options
- https://www.tarantool.io/en/doc/latest/reference/internals/recovery_internals/
- https://www.tarantool.io/en/doc/latest/reference/configuration/#cfg-binary-logging-snapshots-force-recovery
SME: @ ImeevMA, @ Totktonada
Details
The --force-recovery CLI option is another way to set the box.cfg{}
force_recovery option. The priority of this option is higher than the
priority of the TT_FORCE_RECOVERY environment variable, but less than
the priority of explicitly setting the box.cfg{} force_recovery option.
Requested by @ImeevMA in tarantool/tarantool@a3da753.
Definition of done
- the new --force-recovery CLI option is decribed in the command-line reference
- the new --force-recovery CLI option is used in recovery procedures where it's the proper way