Hi there!
I am using an nc client since some time. Recently it stopped working and i think it is because the storage is simply full.
Here is the content of my nextcloud-data folder:
As you might see appdata_* folder and updater-* folder are swallowing hugh space.
So my question is: How can I safely clean up those folders?
Unfortunately I am running the NC-instance on an shared hoster so my permissions are very limited. FTP and SSH work but only some basic commands and no sudo stuff. I know that this is unlucky but anyway…
updater-* contains backups of your system before update, will be automatically cleaned but still contains a lot of backups that you could rollback to.
If you updated successfully, you can simply delete folders under it.
appdata-* this depends on apps that you are using, e.g. previews will take a lot of space, or recognize app.
Thanks! I thought that updater-* won’t be the Problem.
But with regard to appdata-* … I can’t find a prober way how to clean it up … Thing is that it is already pretty consuming.
Would it be a solution to simple setup NC anew and try to put all the databases and userdata into it? I guess that some occ commands would be required, what makes my case difficult…by the way what would be the correct commands?
Just check what kind of app is consuming so much and optimize (e.g. for Preview App) or remove it. For me previews are most biggest folder, but it is already much smaller than before.
Okay. Same here. Preview is using over 13GB. Any suggestions for “reasonable” values in config.php?
Will adjusting the previewer section in the config.php remove the “old” or not used previews?