stash icon indicating copy to clipboard operation
stash copied to clipboard

🛅 Backup your Kubernetes Stateful Applications

Results 120 stash issues
Sort by recently updated
recently updated
newest added

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...

feature_request

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`,...

feature_request

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

feature_request

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...

bug

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:...

bug

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.

enhancement

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...

bug

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...

day-2
feature_request
v1beta2