Updating Yucca from 0.3.1 to 0.4.0¶
Starts with version 0.4.0 the destribution provides in DEB packages. For more correct update follow next instructions.
Download DEB package with new version:
wget https://releases.yucca.app/v0.4.0/linux_amd64/yucca_0.4.0-1_amd64.deb
Stop Yucca server and delete systemd unit-file, it’s path in DEB package is changed.
sudo systemctl stop yucca.service
sudo rm -f /etc/systemd/system/yucca.service
sudo systemctl daemon-reload
Install the package.
sudo dpkg -i yucca_0.4.0-1_amd64.deb
During installation, package manager will suggest to update configuration file, to agree press Y. Previous configuration version will be saved with prefix
Configuration file '/opt/yucca/yucca.toml'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** yucca.toml (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /opt/yucca/yucca.toml ...
Updating is complete, WEB-interface will be available at http://your-server-ip:9910