Upgrade borgserver fails

What app is this about, and its version: borgserver 1.4.1~ynh1
What YunoHost version are you running: 12.1.38
What type of hardware are you using: Raspi 3b

Describe your issue

when I try to run the update for borgserver
from Version 1.4.1~ynh1
to Version 1.4.3~ynh1

the udpate fails:

Share relevant logs or error messages

https://paste.yunohost.org/raw/exolorinit

I see no clear error here. Can you try again?

Perhaps a temporary out of memory issue :person_shrugging: (what’s the output of free -h?)

sorry for the late reply !

Tried again today, same result.

               total        used        free      shared  buff/cache   available
Mem:           906Mi       251Mi       262Mi       1.3Mi       473Mi       654Mi
Swap:          199Mi       199Mi       636Ki

so I guess I have to try to increase swap ?

making swap 2 G helped:

sudo dphys-swapfile swapoff
sudo sed -i ‘s/CONF_SWAPSIZE=.*/CONF_SWAPSIZE=2048/’ /etc/dphys-swapfile
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.