-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
[bug] Media pruning causes “panic: failed stopping *gtsmodel.Account cache after 5 tries” error? #1713
Comments
Maybe related to #1645? I'm using SQLite though. |
Ah, doing media pruning through the web interface seems to have worked. :) So it's just a CLI issue. |
Pruning works fine despite the error; it just looks a little grungy. What happened is you ran a dry run, which only counts how many media items you will prune and takes no other action. Dry run is the default, you need There is a bug here that that error appears at all, but yeah CLI prunes should work. |
Ohh, I noticed the dry run warning but I was really confused because I hadn't passed the |
Again (again) #1690 includes something which should help with this :) |
Describe the bug with a clear and concise description of what the bug is.
GoToSocial is using a lot of disk space on my VPS. Until recently I was using 0.5.2, which didn't do sufficient pruning (AIUI). I upgraded to 0.8.1 and want to run the
admin media prune remote
command. However, it errors:What's your GoToSocial Version?
0.8.1
GoToSocial Arch
arm64 binary
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: