File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ backup.start() and backup.stop()
21
21
22
22
Two functions are helpful for backups in certain situations.
23
23
24
- ``box.backup.start() `` informs the server that some activities
25
- that might interfere with backup should be suspended (suspend checkpointing,
26
- Tarantool garbage collection etc) and returns a table with the names of
24
+ ``box.backup.start() `` informs the server that activities related to the removal
25
+ of outdated backups must be suspended and returns a table with the names of
27
26
snapshot and vinyl files that should be copied. Example:
28
27
29
28
.. code-block :: tarantoolsession
@@ -39,7 +38,8 @@ snapshot and vinyl files that should be copied. Example:
39
38
.. NOTE ::
40
39
41
40
To guarantee an opportunity to copy this files Tarantool will not delete them.
42
- But there will be no read-only mode nor checkpoints postponed in this state.
41
+ But there will be no read-only mode and checkpoints will continue by schedule
42
+ as usual.
43
43
44
44
Later ``box.backup.stop() `` informs the server that
45
45
normal operations may resume. Starting with Tarantool 1.10.1 there is a new
You can’t perform that action at this time.
0 commit comments