signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Signal-cli-rest-api container creates temporary SQLITE_DB files in the node that consumes disk space

Open jphasha opened this issue 9 months ago • 4 comments

The problem

The files below tend to pile up in any one of the folders in this directory "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/". e.g. "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/182/fs/tmp/". The pile up in a short space of time which require the container to be restarted frequently in order to deal with the pile up. What causes these files? why are they piling up rapidly? what is the best solution that doe not involve having to restart the container all the time or having to manually delete them?

Image

Are you using the latest released version?

  • [x] Yes

Have you read the troubleshooting page?

  • [x] Yes

What type of installation are you running?

signal-cli-rest-api Docker Container

In which mode are you using the docker container?

Normal Mode

What's the architecture of your host system?

x86-64

Additional information

Restarting the container removes this problem but this is not sustainable.

jphasha avatar Apr 11 '25 15:04 jphasha