Skip to content

Version alpha.16 Meta Release Ticket #1184

Open
@lennartkoopmann

Description

Version [version] Meta Release Ticket

  • Requires all nodes to be shut down during upgrade: 🟢 No / ⚠️ Yes (Update nzyme-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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions