Questions tagged [bitnami]

Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud.

1759 questions
4
votes
3 answers

How to change bitnami postgresql helm chart configs? (ph_hba.conf, postgresql.conf)

How do you update postgresql.conf or pg_hba.conf for the main postgresql chart on https://artifacthub.io? (In particular I have been trying to update the wal_level within the postgresql.conf) Related…
4
votes
2 answers

Bitnami Redis on Kubernetes Authentication Failure with Existing Secret

I'm trying to install Redis on Kubernetes environment with Bitnami Redis HELM Chart. I want to use a defined password rather than randomly generated one. But i'm getting error below when i want to connect to redis master or replicas with…
4
votes
1 answer

Issue with creating bitnami-docker-redis-cluster

When I try to execute the docker command getting the below error: docker run --name redis-cluster -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis-cluster:latest latest: Pulling from bitnami/redis-cluster Digest:…
Arunkumar
  • 595
  • 1
  • 9
  • 23
4
votes
4 answers

Terraform fail to download existing bitnami chart

I am planning to setup jenkins pipeline on K8S using terraform to provising my CI/CD environment. I am using Terraform v0.12.18 My terraform file has following resource resource "helm_release" "jenkins-master" { name = "jenkins" chart =…
4
votes
2 answers

How do I get email information from ec2 instance?

How can I find out the email address I used to create an EC2/lightsail instance through SSH?
Zanam
  • 4,607
  • 13
  • 67
  • 143
4
votes
1 answer

Bitnami + Redmine + Git Not Working

After a lot of failed attempts using Rails to install Redmine on OS 10.6 Server, I finally found away to do it using the Bitnami Rubystack + Redmine module. Now redmine is up and running, I've hit another hurdle with Git integration. I can't get…
noodl_es
  • 1,467
  • 1
  • 17
  • 28
4
votes
2 answers

MasterNotFoundError using redis-py when connecting to Redis Sentinel Cluster

I'm facing a MasterNotFoundError when I try to connect to the master node by following the deployment guide here: https://docs.bitnami.com/tutorials/deploy-redis-sentinel-production-cluster/ My code to connect to the master Redis Sentinel node…
phatasma-coder
  • 133
  • 1
  • 5
4
votes
3 answers

How to enable .htaccess in AWS Lightsail LAMP module

I am new to AWS Lightsail. I have successfully migrated my web application to a LAMP server (bitnami) and I generated SSL certificate. now I want to redirect to HTTP to HTTPS. Hence I created .htaccess and copied the below the code and restarted my…
4
votes
1 answer

docker-compose bitnami kafka container I have no name

I'm trying to get a kafka instance going inside a docker container. The docker-compose.yml looks like this: version: '2' services: zookeeper: image: 'bitnami/zookeeper:3' ports: - '2181:2181' volumes: -…
geco17
  • 5,152
  • 3
  • 21
  • 38
4
votes
2 answers

wordpress : How to specify the cause "This site can’t be reached"

I have used Let's Encrypt for WordPress on AWS Lightsail. I found that it was expired because I didn't renew it. So I tried the Let's encrypt to renew, the bitnami guide https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/ and…
SamuraiBlue
  • 851
  • 2
  • 17
  • 44
4
votes
3 answers

Is WP-CLI incompatible with Bitnami's Wordpress install on AWS Lightsail?

Using a new instance of Wordpress on Ubuntu, I installed wp-cli via these instructions. I tried downloading the .phar package, chmodding it, etc.I also tried installing a .deb package. In both cases I get the same errors when running wp plugin…
Luke Sheppard
  • 275
  • 1
  • 2
  • 13
4
votes
1 answer

mongodb queries are very slow

I have a multi-threaded app that executes hundreds of transactions per second but after a while the performance drops and the queries are taking too long to execute. I have worked on optimising the connection with the following code to avoid errors,…
user1221612
  • 465
  • 1
  • 7
  • 18
4
votes
2 answers

WAMP won't update immediately?

I install WAMP on windows 7 and never touch the configuration at all. But my WAMP seems slow in updating the content. For example I have a php file that print A, open the browser and successfully printed A. Then I replace the A into B, save the php,…
Eternity Neet
  • 179
  • 4
  • 17
4
votes
1 answer

How to host two node applications on bitnami MEAN stack server?

I have hosted two node application on Bitnami Mean stack server by taking reference from this link Problems 1) According to this documentation my application should run on http://[your-IP-address]/myapp url but it is opening directly at…
Varun Nayyar
  • 887
  • 4
  • 20
  • 46
4
votes
2 answers

How to insert into Elasticsearch hosted on Google Clouds (bitnami)

Sorry I am pretty new to Google Clouds and Elasticsearch but I didn't find any doc on this. Basically we just deployed an Elasticsearch node on Google Clouds using Bitnami. But I am unable to connect with Python to it. I tried a lot of different…
Barrec
  • 63
  • 6