stash
stash copied to clipboard
🛅 Backup your Kubernetes Stateful Applications
Hello, I have a question about tasks/functions on Stash, we are planning to use it for backup a cassandra database and want to know if we have to develop an...
I have a workload mounting several different volumes that must be backed up to different repos due to their size. When I create multiple `BackupConfiguration` records referencing the same `Deployment`,...
Is it possible to mount a snapshot? For example: https://restic.readthedocs.io/en/latest/050_restore.html#restore-using-mount https://borgbackup.readthedocs.io/en/stable/usage/mount.html
Ref: https://stash.run/docs/latest/guides/latest/auto-backup/database/
We regularly get the following errors during our backups; ``` /bin/restic check --cache-dir /tmp/restic-cache unable to create lock in backend: repository is already locked by PID 26219 on stash-stash-community-c7cc7fd6d-wr4k4 lock...
Hi! I have just started trying out Stash, and have some issues with this BackupConfiguration: ```yaml apiVersion: stash.appscode.com/v1beta1 kind: BackupConfiguration metadata: name: ss-backup namespace: skilnet spec: repository: name: gcs-repo schedule:...
Each step should put its mark on the respective CR status. Before starting a step, it should check whether this step has completed already or not.
When user create RestoreSession/RestoreBatch, Stash should automatically pause respective BackupConfiguration/BackupBatch to ensure no backup runs during the restore process.
>Hi, possible to add any flag to stash helm deployment to disable the creation of ClusterRole/appscode:license-reader and ClusterRole/appscode:license-checker? Im deploying using ArgoCD and I get a conflict on this since...
As far as I understand there is no implementation of a system to take backups from a remote kubernetes cluster and pull its content back to a local Swift or...