Update Yucca from 0.6.0 to 0.7.0¶
We have removed the binding to the architecture in deb packages, therefore, when updating the deb package from 0.6.0, use option --force-architecture
.
Example:
sudo dpkg --force-architecture -i yucca-enterprise_0.7.0-1_amd64.deb
General recommendations when upgrading¶
Make a backup of the database and configuration file beforehand.
Configuration file¶
Example (paths may vary):
cp /opt/yucca/yucca.toml /opt/yucca/yucca.toml.v060_backup
SQLite¶
Example (your paths may vary):
cp /opt/yucca/data/server/state.db /opt/yucca/data/server/state.db.backup
PostgreSQL¶
Example (your details may vary):
pg_dump -h 127.0.0.1 -U postgres yucca > yucca.sql