Marcos Bjoerkelund

Results 41 comments of Marcos Bjoerkelund

Hi @zsoltbalogh, this issue is most likely related to escaping the password in `my.cnf` as you say. Right now we are using the [`ini-file` tool](https://github.com/bitnami/ini-file) to set the passwords, and...

@zsoltbalogh If so, how are users supposed to escape the "\`" character in the MySQL `.ini` file? Have you checked if replacing all occurrences of `"""` with `"` would work?...

Thanks for the update @zsoltbalogh, I've created an internal task for looking into this issue. Unfortunately I can't provide any ETA for when this issue will be fixed.

Hi all, note that we build Redis in the following way: ``` CFLAGS="-g0 -fno-omit-frame-pointer" make BUILD_TLS=yes make install PREFIX=/opt/bitnami/redis BUILD_TLS=yes ``` Apart from that we don't do anything special. If...

Hi @jonathon2nd, we appreciate the detailed investigation on your side. >It appears from all my testing and other user reports (ex: https://github.com/bitnami/charts/issues/9689#issuecomment-1129650807) that it is some interactiong between bitnami/redis script...

Hi @eugene-marchanka, it seems like this started to fail around the time we added `mongo-shell`, which happened in `4.4.13-debian-10-r50`. I will create an internal task for investigating this.

@macrozone If you are not able to get it working with newer versions, you could try the suggestions made by @eugene-marchanka. If not, you could go back to the old...

@macrozone It refers to the `MONGODB_REPLICA_SET_KEY` environment variable for the [container](https://github.com/bitnami/containers/tree/main/bitnami/mongodb#setting-up-replication). It should be a string of more than 5 characters, without special characters.

Hi @HauklandJ, unfortunately our container images do not support running as a non-root group for the moment. Please note that this is a required feature for supporting non-root containers using...

In addition @nobiit, please allow edits from maintainers in your fork, in order for bitnami-bot to be able to update the README file with the changes. See more at: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork