Sample Header Ad - 728x90

bitnami /opt/bitnami/mysql/data increases in size by itself

0 votes
0 answers
190 views
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 SSD Yesterday it had only 20 GB occupied in the main storage: ![File System Overview 20 GB](https://i.sstatic.net/ZR6vj.png) Today it is already occupying 40 GB: ![File System Overview 40 GB](https://i.sstatic.net/dtjk4.png) I ran the following commands:
sudo du -shx /\* | sort -h
until you get to this path
sudo du -shx /opt/bitnami/mysql/\* | sort -h
and discover that
/opt/bitnami/mysql/data
...weighs in at around 37GB: ![File System Overview Showing MySQL Data at 35 GB](https://i.sstatic.net/ajqeL.png) Does anyone know how I can see why it is doing that? I still don't know how to stop it from filling up the storage
Asked by Abel Cantu (1 rep)
Feb 12, 2023, 12:05 AM
Last activity: Dec 29, 2023, 03:32 AM