Rafael Ríos Saavedra

Results 142 comments of Rafael Ríos Saavedra

Hi, > 1- It worked fine when I created the cores from the pod, but when i tried to do the same from UI, I get the following error: As...

Could you give it a try to this ? - Use the following compose. - Start it with: `docker-compose up` - Enter the container with: `docker exec -it bitnami-docker-solr_solr_1 bash`...

You are welcome. We have opened an internal task for this. We will come back as soon as we have news.

Hi @donburgess , Would you elaborate a bit more ?

Do you have any suggestion on how to improve this ?

Hi, Sorry for the delay. I guess this is more a postgresql "issue" or an "issue" that could appear in postgresql in a container scenario, more than something that could...

I am creating an internal task to relax the settings mentioned in the the Additional Information in the issue. We will come back as soon as we have news.

Please, [note that the Bitnami team is not actively monitoring GitHub Issues for this project](https://github.com/bitnami/containers/tree/main/bitnami/moodle#user-content-community-supported-solution). This issue will stay open for 20 days to allow the community to contribute, after...

Hi, This file lock is already implemented [here](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/7111d9848bce0bbbc2ab3bc19f2f61d554e30c1a/10.4/debian-10/rootfs/opt/bitnami/scripts/mariadb-galera/run.sh#L42), you can check if you have the message when booting: ``` ... mariadb 11:48:34.34 INFO ==> Stopping mariadb mariadb 11:48:35.36 INFO ==>...

Because you need to differentiate between the first start and a restart. Maybe in docker is less relevant but in kubernetes you will need to make a difference in this...