Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low disk space / Purge logs, installers, etc #160

Closed
ramphex opened this issue Apr 14, 2024 · 4 comments
Closed

Low disk space / Purge logs, installers, etc #160

ramphex opened this issue Apr 14, 2024 · 4 comments

Comments

@ramphex
Copy link

ramphex commented Apr 14, 2024

After updating to 2.0.0.b4 I have noticed a new message on the homepage:

You are running low on disk space on the** your feeder. This can lead to odd problems and even crashes. Consider upgrading to a larger storage device.

Is there a way to implement a feature to purge old logs and installers, or whatever occupies the largest amount of space? This setup is running on an 8GB card.

** grammatical error

wiedehopf added a commit that referenced this issue Apr 14, 2024
https://docs.docker.com/config/pruning/ says: A dangling image is one
that isn't tagged, and isn't referenced by any container.  pretty much
all old images we have are tagged so they wouldn't be removed without -a

possibly fixes: #160
wiedehopf added a commit that referenced this issue Apr 14, 2024
https://docs.docker.com/config/pruning/ says: A dangling image is one
that isn't tagged, and isn't referenced by any container.  pretty much
all old images we have are tagged so they wouldn't be removed without -a

possibly fixes: #160
@wiedehopf
Copy link
Collaborator

Try a beta update now, it would seem the docker system prune didn't remove the tagged images that were not being used.

@ramphex
Copy link
Author

ramphex commented Apr 14, 2024

Screenshot 2024-04-13 at 22 11 28

Will this be an issue trying to update to beta 6? I started the update to beta 5 before you posted the response.

@wiedehopf
Copy link
Collaborator

Yeah that might be an issue.
You can run this manually and it should clear up space:

sudo docker system prune -a -f

@ramphex
Copy link
Author

ramphex commented Apr 14, 2024

Total reclaimed space: 3.071GB
root@adsb-feeder:~#

Down to 58% used, updating to beta 6 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants