-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade restic version to get multithreaded restore feature when it's released #916
Comments
Hi @sachinar, Based on the logs, it looks like there's a timeout happening when restic is trying to restore your data - the restores begin at 07:17, and then fail at 08:17. In v0.9.x, you can change this timeout with the
This appears to be a limitation of restic currently. They have a PR (restic/restic#1719) that is meant to address it, which we're keeping an eye on. Out of curiosity, roughly how much data is in the volumes being restored? |
@nrb We are having near about 6GB of data in volumes for restore. |
@nrb FYI the restic PR was was merged to master, but it's not clear how/when the Restic community decides when to ship a release. |
@rosskukulinski Thanks for that update - I saw it, but correct, we are waiting on a new release. |
@ncdc I tried ark tool it worked for some of our deployments, but it is not working for Kafka for restoring volumes.
I tried with these steps,
For taking backup.
kubectl annotate pod/broker-0 restores.ark.heptio.com/backup-volumes=config,broker-data
kubectl annotate pod/broker-2 restores.ark.heptio.com/backup-volumes=config,broker-data
kubectl annotate pod/broker-1 restores.ark.heptio.com/backup-volumes=config,broker-data
kubectl annotate statefulset/broker backup.ark.heptio.com/backup-volumes=config,broker-data
kubectl annotate statefulset/broker restores.ark.heptio.com/backup-volumes=config,broker-data
ark backup create broker-backup --selector app=broker --snapshot-volumes
This worked & backup was completed without any error.
Then I have deleted everything for restoring backup.
I tried with this command,
ark restore create broker-restore --from-backup broker-backup
It is get completed but showing error in
ark restore log <restore-name>
The text was updated successfully, but these errors were encountered: