File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,12 @@ The following steps are applicable only to data in memtx storage engine.
113
113
Your actions:
114
114
115
115
1. Put all nodes in :ref: `read-only mode <cfg_basic-read_only >` and disable
116
- checkpointing with :ref: `box.backup.start() <admin-backups-backup_start >`.
117
- Disabling the checkpointing is
118
- necessary to prevent the Tarantool garbage collector from removing files
119
- made with older checkpoints.
116
+ deletion of expired checkpoints with :ref: `box.backup.start() <admin-backups-backup_start >`.
117
+ This will prevent the Tarantool garbage collector from removing files
118
+ made with older checkpoints until :ref: `box.backup.stop() <admin-backups-backup_start >` called.
120
119
121
- 2. Get the latest valid :ref: `.snap file <internals-snapshot >` and use `` tarantoolctl cat `` command to
122
- calculate at which lsn the data loss occurred.
120
+ 2. Get the latest valid :ref: `.snap file <internals-snapshot >` and
121
+ use `` tarantoolctl cat `` command to calculate at which lsn the data loss occurred.
123
122
124
123
3. Start a new instance (instance#1) and use ``tarantoolctl play `` command to
125
124
play to it the contents of .snap/.xlog files up to the calculated lsn.
You can’t perform that action at this time.
0 commit comments