Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version alpha.16 Meta Release Ticket #1184

Open
2 tasks
lennartkoopmann opened this issue Nov 3, 2024 · 0 comments
Open
2 tasks

Version alpha.16 Meta Release Ticket #1184

lennartkoopmann opened this issue Nov 3, 2024 · 0 comments

Comments

@lennartkoopmann
Copy link
Member

lennartkoopmann commented Nov 3, 2024

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
@lennartkoopmann lennartkoopmann added this to the v2.0.0-alpha.16 milestone Nov 3, 2024
@lennartkoopmann lennartkoopmann changed the title alpha.16 Meta Release Ticket Version alpha.16 Meta Release Ticket Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant