Skip to content

How to restore tarantool backup? #6799

Answered by Totktonada
kokizzu asked this question in Q&A
Discussion options

You must be logged in to vote
  1. I guess you want to backup a current state (not a last snapshot created by a schedule in past). So you likely want to call box.snapshot() before box.backup.start().
  2. I don't know what exactly goes wrong, but I can suggest what may help you to reveal a certain problem:
    • Whether there is anything suspectful in logs, when you boostrap a new instance from the backup?
    • You can use tarantoolctl cat --show-system <file> to inspect snap/xlog files and know what actually you're stored in backups.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kokizzu
Comment options

Answer selected by Totktonada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants