Questions tagged [bitnami]

106 questions
0
votes
1 answer

Automate the creation of database/user/password into K8 for Bitnami helm chart postgresql

I'm deploying the https://github.com/bitnami/charts/tree/master/bitnami/postgresql into k8s and wondering how can I automate the following creation of a database create a role with password as owner of the database above I've seen the extraDeploy…
silviud
  • 2,677
  • 2
  • 16
  • 19
0
votes
1 answer

Error establishing a database connection on Bitnami Wordpress Site

I'm running Wordpress Bitnami website on an ec2 instance. Operating system is Debian Linux Earlier today, I noticed my site becoming slow whenever I upload products(Content) I have done technical research on increasing the speed,so one of the…
quintumnia
  • 111
  • 5
0
votes
1 answer

Google Cloud: our instance is running but we are not able to access the site via external IP

We have 4 instances running on Google Cloud and only 1 of them is not accessible. When I view the instance, everything appears to be fine. I ran the Bitnami support tool and it returned the following issues: ? Apache: Found possible issues ?…
Mark
  • 1
0
votes
0 answers

I accidentally set /home/user/.ssh permissions to 755 and I'm locked out of my google cloud bitnami instance SSH

I'll admit I'm not the most sysadmin savvy person; this is my first time working with google cloud and bitnami so I really do not know what I'm doing. The problem: I wanted to set the permissions of a project folder to 755 for php related reasons…
loohhoo
  • 1
  • 1
0
votes
1 answer

How to manage storage / persistence overflow in Bitnami Kafka Helm chart?

I deploy Bitanmi Kafka Helm chart on AWS provisioned with Terraform. I find the documentation storage and persistence allocation, very confusing. From what I understood from the documentation; logs are chunks of messages in a topic, when…
Rubber Duck
  • 101
  • 2
0
votes
2 answers

My Google Cloud Platform Website stopped working

It may be a rookie mistake, but I don't know who else to turn to. I have a Wordpress Bitnami, hosted on Google CLoud Platform. It is the only instance on my account. I was working on editing a document (nothing involving development code, just…
Jonathan
  • 1
  • 1
0
votes
0 answers

How to restore the error.log functionality in Apache, bitnami Wappstack?

I am using the Bitnami Wappstack 7.4.10 in windows, with PHP 7.4 and Apache 2.4.46 . By accident I made a script that had an infinite loop that also produced an error in every iteration, so the log file grew to be very large, many gigabytes long. I…
algo
  • 1
0
votes
2 answers

AWS lightsail Bitnami Wordpress Permissions 101

I'm new and find it a struggle to work with the permissions settings on AWS lightsail bitnami Wordpress. I don't understand why do I have permissions restrictions despite login in as bitnami root user? I use Cyberduck and login as bitnami with SSH…
0
votes
1 answer

Some pages return "502 Bad Gateway" error

I just realized that certain links of my website lead to "502 Bad Gateway" error. For example, https://v2a.10studio.tech/10studio/auth/google, https://v2a.10studio.tech/auth/google, https://v2a.10studio.tech/10studio/auth/microsoft,…
SoftTimur
  • 307
  • 2
  • 5
  • 14
0
votes
1 answer

Lightsail LAMP - Virtual Hosts stopped working after adding SSL

After hours and hours of efforts on research, I'm posting this. I'm trying to add a domain and its sub-domain on a single static IP created in LAMP instance in Amazon Lightsail, and add Let's Encrypt SSL certificate to both. Before adding SSL, I had…
0
votes
1 answer

Let's Encrypt problems with Bitnami stack and Lego, on an Amazon Linux (not 2) instance

We have an Amazon Linux (not Amazon Linux 2) instance, running a fairly old Bitnami Trac/SVN stack, and also running a Tomcat server. It has two instances of httpd: the one that's part of the Bitnami stack, and the one that came with the OS. Tomcat…
hbquikcomjamesl
  • 219
  • 1
  • 13
0
votes
1 answer

How to renew Let's Encrypt certificate that fails with port error even though Apache is stopped?

I am trying to renew the Let's encrypt certificate for an AWS Ubuntu instance that is running Bitnami Parse-Server for the purpose of being the backend for an iOS app. When the iOS app crashed with message "Sign on failed, the data couldn't be read…
0
votes
0 answers

Force https traffic on Bitnami lightsail aws

I want to make sure I get this right before messing anything up. According to [bitnami docs found here][1] to force HTTPS I should go to this file: /opt/bitnami/apache2/conf/bitnami/bitnami.conf When I get here the current file has this for virutal…
FabricioG
  • 167
  • 1
  • 7
0
votes
1 answer

Enable gzip with docker and bitnami/nginx

I deployed a website with docker and bitnami/nginx as image: https://www.10studio.tech/demo. After deployment, I realized that files like analyzejs.js was not gzipped: Here is docker-compose.yml: version: "3" services: docusaurus: image:…
SoftTimur
  • 307
  • 2
  • 5
  • 14
0
votes
2 answers

port redirect not working for https apache2

I am trying to configure apache2 on aws lightsail instance. the instance was default setup for aws wordpress + aws linux. I have a node.js server running on port 5000 on this instance. the apache server is in /opt/bitnami/apache2. First I tried to…