Bitnami is a company that packages many databases (and other software) as images and Helm charts.
Questions tagged [bitnami]
7 questions
1
vote
1 answer
Why doesn't my PostgreSQL helm dependency database exist when I try to connect?
Previously when I using the Bitnami Helm chart by way of Terraform to deploy PostgreSQL, I would have a database created. Now I no longer have a database created. I'm using
same connect string
same usernname
same password
But I am getting this…
Evan Carroll
- 65,432
- 50
- 254
- 507
1
vote
2 answers
How to change default mongo port on a bitnami instance
I am running a bitnami instance of mongodb for our pre-production. The default port for mongo is 27017. But for security reasons i want to change it but it is not possible.
I have tried these things:
changes the port in mongodb.conf and restarted…
ajit hegde
- 9
- 2
0
votes
0 answers
ERROR] [MY-013882] [InnoDB] Missing redo log file ./#innodb_redo/#ib_redo1292 (with start_lsn = 4230987776)
sudo cat /opt/bitnami/mysql/logs/mysqld.log
2024-10-27T07:54:59.478600Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.35).
2024-10-27T07:55:01.598187Z 0 [Warning] [MY-010909]…
19-5J3
- 1
0
votes
0 answers
migrate from Bitnami to Atlas
I have to migrate from MongoDB packaged with Bitnami (sharded helm chart with 0 shard) to MongoDB Atlas (replicaset or sharded cluster)
Do you know if there is a way to do that ? Does that mean downtime application ? Is there a way to take advantage…
SoA
- 21
- 6
0
votes
0 answers
bitnami /opt/bitnami/mysql/data increases in size over time
I'm having a similar issue as to what is described in this post which never received an answer.
Essentially, I'm running bitnami and my server space is filling up over time on what is a very simple static website.
I narrowed the cluprit down to…
user284564
- 1
- 1
0
votes
0 answers
bitnami /opt/bitnami/mysql/data increases in size by itself
how are you? I have been trying to solve this for a long time and I have not been able to, the case is like this.
I have an instance in amazon lightsail it was 1 GB RAM, 1 vCPU, 40 GB SSD
but due to space issues, upgrade to 2 GB RAM, 1 vCPU, 60 GB…
0
votes
0 answers
How to use timescale-bitnami image on Windows?
Since there are issues with collations in the default alpine-based timescaledb images, I tried to use the bitnami-image. But I get an error on startup.
docker run ^
-p 5432:5432 ^
-v tsdb-bitnami:/bitnami/postgresql ^
--env POSTGRES_USER=tsdbu…
TmTron
- 273
- 4
- 17