Open
Description
Version [version] Meta Release Ticket
- Requires all nodes to be shut down during upgrade: 🟢 No /
⚠️ Yes (Updatenzyme-node
upgrade procedure below)
Breaking Changes
- New
migrate
command must be executed after update.
Important Changes
- The data retention configuration is now tenant-based and can be found on the "Database" page of each tenant. Before this, it was globally defined under "System". An automatic migration applies the previous global configuration to each tenant during upgrade.
New Optional Configuration Parameters
Upgrade Procedure
nzyme-node
If you are upgrading from a previous version, you can simply run dpkg -i
on the new release
package, execute database migrations and restart the nzyme-node
service. Always upgrade
nzyme-node
before nzyme-tap
unless instructed otherwise:
Debian-based systems:
sudo systemctl stop nzyme
sudo dpkg -i nzyme-node_[version].deb
sudo nzyme --migrate-database
sudo systemctl daemon-reload
sudo systemctl start nzyme
nzyme-tap
If you are upgrading from a previous version, you can simply run dpkg -i
on the new release
package and restart the nzyme-tap
service. Always upgrade nzyme-node
before nzyme-tap
unless instructed otherwise.
Debian-based systems:
sudo systemctl stop nzyme-tap
sudo dpkg -i nzyme-tap_[version].deb
sudo systemctl daemon-reload
sudo systemctl start nzyme-tap
Metadata
Assignees
Labels
No labels