File tree 2 files changed +11
-13
lines changed
2 files changed +11
-13
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.
Original file line number Diff line number Diff line change @@ -1105,17 +1105,16 @@ msgstr ""
1105
1105
1106
1106
#: ../doc/1.10/book/admin/disaster_recovery.rst:149
1107
1107
msgid ""
1108
- "Put all nodes in :ref:`read-only mode <cfg_basic-read_only>` and disable "
1109
- "checkpointing with :ref:`box.backup.start() <admin-backups-"
1110
- "backup_start>`. Disabling the checkpointing is necessary to prevent the "
1111
- "Tarantool garbage collector from removing files made with older "
1112
- "checkpoints."
1108
+ "Put all nodes in :ref:`read-only mode <cfg_basic-read_only>` and disable"
1109
+ "deletion of expired checkpoints with :ref:`box.backup.start() <admin-backups-backup_start>`."
1110
+ "This will prevent the Tarantool garbage collector from removing files"
1111
+ "made with older checkpoints until :ref:`box.backup.stop() <admin-backups-backup_start>`."
1113
1112
msgstr ""
1114
1113
"Переключите все узлы в :ref:`режим только для чтения <cfg_basic-"
1115
1114
"read_only>` и отключите командой :ref:`box.backup.start() <admin-backups-"
1116
- "backup_start>` создание контрольных точек. Последнее действие необходимо,"
1115
+ "backup_start>` удаление устаревших контрольных точек. Последнее действие необходимо,"
1117
1116
" чтобы сборщик мусора автоматически не удалил более старые контрольные "
1118
- "точки."
1117
+ "точки до тех пор, пока не будет вызвана команда :ref:`box.backup.stop() <admin-backups-backup_start>` ."
1119
1118
1120
1119
#: ../doc/1.10/book/admin/disaster_recovery.rst:155
1121
1120
msgid ""
You can’t perform that action at this time.
0 commit comments