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

Sometime Swift backend can be unreliable and result this issue: https://github.com/restic/restic/issues/1860. Some of our user already facing similar issue. ```bash I1223 13:17:48.066819 1 status.go:288] Verifying repository integrity........... I1223 13:17:48.067078 1...

- Exclude files during backup: ``` stash.appscode.com/target-exclude: "/path/to/file1.txt,/path/to/file2.txt" ```

api/v1beta1
feature_request

Sometimes backup may fail for network issue. In such cases, user expect to retry the backup. This retry logic should be configurable by the user. By default, Stash shouldn't retry....

feature_request

Why? - Stash shouldn't modify `updateStrategy` of the StatefulSets. - Stash shouldn't delete workloads pods

v1beta2

Ref: https://github.com/stashed/stash/blob/e953c0afc9ae5300f3efbdbcfa8a6fc87e518886/pkg/controller/sidecar.go#L256

bug

>Use of `MYSQL_PWD` to specify a MySQL password must be considered extremely insecure and should not be used. Some versions of ps include an option to display the environment of...

security

We can utilize `restic copy` command to move repositories between two backends. Ref: https://restic.readthedocs.io/en/stable/045_working_with_repos.html#copying-snapshots-between-repositories

feature_request

This doc should show the following examples: - [ ] Exclude some files during backup. (using `exclude`) - [ ] Exclude some files during restore. ( using `exclude`) - [...

api/v1beta1
doc

Test Against: - [ ] Database larger than 50GB - [ ] Volume larger than 50GB - [ ] Volume with lots of small files

api/v1beta1