Emruz Hossain

Results 269 comments of Emruz Hossain

In this case, you have to create a Service pointing to your external DB and use that Service in AppBinding. These articles might help: - [Kubernetes best practices: mapping external...

So, now Stash is unable to connect with the MySQL. Can you please make sure that the database is accessible from inside the cluster using that Service?

Sorry for late replay @aarononeal. You were right. It didn't worked for PVC backup. We have fixed the issue. Now, it should work.

>we are planning to use it for backup a cassandra database and want to know if we have to develop an addons (so follow the logic of addons like mysql...)...

What about `RESTIC_PASSWORD` ?

Thank you @Legion2 . We will look into it.

No. We don't allow the backup job / sidecar to access any resources in other namespaces. This is for security purposes. Otherwise, a user will be able to violate cluster...

This feature has been implemented already in master branch. It will be available in the next release. Ref: https://github.com/stashed/apimachinery/pull/135

@davidq2q Currently, we support this use case. You can perform the following steps manually: 1. Backup data from first cluster. 2. Deploy Stash in second cluster. 3. Create the Repository...

You can use Stash hooks to freeze the file system before backup and unfreeze after backup. Ref: https://stash.run/docs/v2021.11.24/guides/latest/hooks/overview/