Upgrade to 2.1.18 fails on freenas

I am running 2.0.38 on a freenas 9.10 NAS
Urbackup 2.0.38 installed urbackupsrv to /usr/local/sbin/; but 2.1.18 installs the server to /usr/local/bin.
This means that an attempt at an upgrade fails.
With my minimal knowledge of freebsd is there anything I can change in the configure or make command to change the install path, or is that something you have to do ?

Ok. It is sorted now.
Just a little script change for the sbin to bin change and it all came up.
Learned a lot :-))

I just tried to update urbackup on my freenas and now im having a problem as well the web ui wont load. I think its the same problem you are running into with the change of directory. How did you fix it?

If you followed the instructions here: https://www.urbackup.org/freenasserverinstall.html you need to change /usr/local/sbin to /usr/local/bin in /etc/rc.local.

Sry. Will fix the instructions.

1 Like

That fixed it thanks.