passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
41 stars 27 forks source link

Newer MariaDB versions do not have mysql command #31

Closed xskrasek closed 1 year ago

xskrasek commented 1 year ago

Hello, I ran into issues with the mysql command used with the Mariadb init container in deployment.

It might be possible to use mariadb command instead and mariadb-dump for doing backups.

I had a bit of a hard time finding out why this happened and how to resolve this, so I want to let you know here in case it helps anyone else.

dlen commented 1 year ago

Hi @xskrasek ,

This has been reported in #26 and a work around has been provided in 0.3.3 https://github.com/passbolt/charts-passbolt/blob/0.3.3/CHANGELOG.md#033---2023-06-15

We provide defaults in the values.yml to use a different client application on init images. I'm closing this issue, feel free to reopen it if the fixes provided in 0.3.3 are not working for you.