Hardware: VPS bought online YunoHost version: 11.2.9.1 (stable) I have access to my server : Through SSH | through the webadmin | Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no If your request is related to an app, specify its name and version: Pleroma 2.5.5~ynh1
Description of my issue
Hello! When attempting to upgrade to the latest Pleroma version I ran into a problem : I don’t have enough space on the server to be able to make a backup, so yunohost is unable to continue with the upgrade.
I noticed that my server has grown from around 8-9GB to about 13GB. I am not storing remote media. I have now lowered remote post retention time to a minimum. But I learned from pleroma support IRC channel that I can free up already-used space by vacuuming the database. 'Do a ‘VACUUM FULL’, they told me.
I just ran the command as root. I am getting the following error messages.
ynh_print_log ‘[Error] pleroma has no install_dir setting (does it use packaging format >=2?)’
echo -e ‘[Error] pleroma has no install_dir setting (does it use packaging format >=2?)’
[Error] pleroma has no install_dir setting (does it use packaging format >=2?)
exit 1
bash: ./bin/pleroma_ctl: No such file or directory
Am I doing it in the wrong location? I tried it in both /root directory and in /home/yunohost.app/pleroma
VACUUM FULL ran successfully as far as I could tell. I however did not gain any noticeable free space. In the end I decided to upgrade without creating the backup because there was no other alternative. I am now on the latest available version of Pleroma. I understand I will have to add more disk space some time soon, to be able to manage it the recommended way.