You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore from backup
To restore a backup, you can use the kube-tasks underlying tool called skbn, which copies files from cloud storage to Kubernetes. The best way to do it would be using a Job to copy files from the desired backup tag to the Jenkins pod. See the skbn in-cluster example for more details.
How do we get k8s://namespace/pod/container/path/to/copy/to
Assuming namespace is jenkins, would it be
k8s://jenkins/my-jenkins-0/var/backups
The text was updated successfully, but these errors were encountered:
scheung38
changed the title
[Question] How to restore from thinBackup zipped file into Jenkins in GKE?
[Question] Any example to restore from thinBackup zipped file into Jenkins in GKE?
Dec 15, 2021
scheung38
changed the title
[Question] Any example to restore from thinBackup zipped file into Jenkins in GKE?
[Question] Any examples to restore from thinBackup zipped file into Jenkins in GKE?
Dec 15, 2021
https://github.com/helm/charts/tree/master/stable/jenkins
Restore from backup
To restore a backup, you can use the kube-tasks underlying tool called skbn, which copies files from cloud storage to Kubernetes. The best way to do it would be using a Job to copy files from the desired backup tag to the Jenkins pod. See the skbn in-cluster example for more details.
I have uploaded into Google Storage:
gsutil cp ~/Desktop/jenkins-full.tgz gs://migrate_sample
so the:
Authenticated URL: https://storage.cloud.google.com/migrate_sample/jenkins-full.tgz?authuser=1
gsutil URI: gs://migrate_sample.tgz
How to use the following jobs.yaml? I see it is not configured for GCP but AWS?
Also in this case I would need to swap src and dst from example to:
How do we get k8s://namespace/pod/container/path/to/copy/to
Assuming namespace is jenkins, would it be
k8s://jenkins/my-jenkins-0/var/backups
The text was updated successfully, but these errors were encountered: