gissilabs / charts

Apache License 2.0
37 stars 22 forks source link

[Bitwarden] [Feature] Add backup of persistant data #9

Closed PrivatePuffin closed 2 years ago

PrivatePuffin commented 4 years ago

Sometime persistant data goes wrong and some people prefered having a backup on the same persistant volume.

Skeen has a nice solution for this, which is relatively easy to use: https://github.com/Skeen/helm-bitwarden_rs/blob/master/charts/bitwarden/values.yaml

sgissi commented 4 years ago

The idea of the chart is to expose the upstream features into a K8S deployment. I would not add a separate scheduler for backup unless it was officially supported by the upstream project.

PrivatePuffin commented 4 years ago

@sgissi It is supported, the implementation like SKEEN does just copies the persistant data as a way of providing a backup. Which is certainly supported with sqlite and such.

sgissi commented 3 years ago

Coming back to this lingering issue. I'll add a generic sidecar support, with this the users can choose an image that suits them to access the data.

PrivatePuffin commented 3 years ago

Awesome :)

sgissi commented 2 years ago

And finally, generic sidecar is now supported on all charts. Please reopen if you have issues using it.