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
3
votes
2 answers

bncert says my domain resolves to a different IP address, but it is not

I have this probably easy problem: I'm trying to use bncert-tool on my aws wordpress website machine. I transferred my domain from elsewhere to aws, made an hosted zone, also the static ip address. nslookup works, writing the right ip. Reading this…
J.J.Enrik
  • 180
  • 1
  • 9
3
votes
2 answers

How to expose remote connection of MongoDB replica set within Kubernetes Cluster

I deployed a MongoDB replica set in my Kubernetes cluster. The MongoDB replica set can be easily connected with the help of internal ClusterIP within the cluster. I even connect it to my mongo-express client. //Successfull and working fine…
Md Fazlul Karim
  • 355
  • 7
  • 15
3
votes
0 answers

Azure Kubernetes - Unable to Attach or Mount Volume for MongoDb

We are deploying multiple Bitnami/MongoDB via helm on an AKS Cluster running on Kubernetes 1.19.7 on 4 Nodes (DS2_V2). Each MongoDb is installed separately via helm install, however, completely randomically one of them fails and go in timedout…
Slevin
  • 141
  • 1
  • 8
3
votes
0 answers

let's Encrypt Bitnami SSL tool Error: [account] is not registered. Use 'run' to register a new account

I am trying to run the bitnami let's encrypt SSL tool to setup an SSL certificate on my amazon lightsail wordpress server. this is the tool: sudo /opt/bitnami/bncert-tool read more about it here:…
psvj
  • 8,280
  • 8
  • 30
  • 44
3
votes
0 answers

Expose master to cluster-external addresses when using redis sentinel in kubernetes

I am trying to deploy a Redis sentinel topology into my Kubernetes cluster. I am using the bitnami-redis helm chart which, for non-sentinel deployments, has worked great so far. I am essentially using the example helm values found here, with the…
wakey
  • 2,283
  • 4
  • 31
  • 58
3
votes
0 answers

bitnami parse server upgrade issue

I am trying to upgrade the AWS parse server using instructions in the link from bitnami. I created the EC2 instance using bitnami-ami on AWS. https://docs.bitnami.com/aws/apps/parse/administration/upgrade/ I am getting the following…
urOutsourced
  • 1,029
  • 10
  • 14
3
votes
4 answers

Do I need a VM instance for each WordPress instance on Google Cloud?

I've been playing with Google Cloud, trying to figure out the most cost-effective way to host multiple low-traffic WordPress websites. With Bitnami, it seems to me that for every new WordPress instance, I'm having to provision a new virtual…
3
votes
0 answers

Wordpress redirecting to wrong homepage

I worked for a few days on XAMPP with a wordpress platform. After I bought a domain, I decided to use Duplicator plugin to transfer my whole wordpress snap to the new server. Everything is working just fine except for one single thing: whenever I go…
Minerva
  • 31
  • 3
3
votes
1 answer

MongoDB Auth Fails to find username on Bitnami MEAN Stack Image

Trying to run a web app (MEAN) on Amazon EC2 Instance but am encountering the following problem. Can anyone help me with this? node app.js The Server has started on 9091 /opt/bitnami/apps/YelpCamp/node_modules/mongodb-core/lib/auth/scram.js:128 …
3
votes
2 answers

Unable to start com.bitnami.mongodb

I'm using MongoDB with replication on azure and I have attached an SSD disk to MongoDB node and mounted on a specific path. And I changed MongoDB data and logs path to specific path in MongoDB.conf(/opt/bitnami/mongodb/conf/mongodb.conf) file. But…
3
votes
2 answers

How to set and retrieve environment variables using PHP on EC2 instance

I am having an issue with trying to set environment variables in my EC2 instance and then retrieving them with php. So I have an EC2 instance running a Bitnmai Wordpress site. I ssh's into the server and added the environment variable in…
user3239351
  • 61
  • 1
  • 6
3
votes
2 answers

How to specify xampp mysql port number during bitnami wordpress installation?

I have installed xampp and I changed the mysql port number from 3306 to 3307 ( as 3306 is blocked for other application). Both apache and mysql are running when I press start. By the way, I am using Windows When I try to install bitnami wordpress…
3
votes
3 answers

MySQL ERROR 2002 (HY000): Can't connect to local MySQL server through socket

I noticed this issue when my Wordpress server started throwing aa MySQL error. To try to debug Wordpress, I attempted to connect manually. I get the following: $ mysql -u root -p -h localhost -P 3306 …
Jones
  • 1,154
  • 1
  • 10
  • 35
3
votes
1 answer

Redmine: Issue to mail with Windows

I need to activate the option:create issue via mail, but I don't know how to do it. I read the documentation but I don't understand it. I use bitnami to work with redmine on Windows platform. Update: I think i more closer now but when i…
Emilio López
  • 935
  • 1
  • 6
  • 11
3
votes
1 answer

Which cloud to use for RabbitMQ?

We are looking for a cloud based solution for messaging queue. We have chosen RabbitMQ and we already have few app that are using this. RabbitMQ is hosted locally. For testing purposes it was ok, but right now when business is growing and we are…
M.Siatrak
  • 49
  • 1
  • 4