I've got Rocket Chat running on Raspberry Pi 4, on Ubuntu 18.04.4 LTS. The install was done according to the Rocket Chat documentation, using the Snaps method.
After removing many megabytes of files from our chats (purge) I notice the disk space does not get reclaimed on the Raspberry Pi.
I've heard some suggestions of running the mongodb
command "compact" but I don't know how to do this with the Snaps install as all of the command line tools (i.e. mongo
mongod
mongodb
) don't seem to be available.
What command can reclaim the disk space and how do I run this command?
Thanks!