Migrating to 1.1.0
Migration Guide
Here you can find the needed steps to upgrade your current Witboost installation to v1.1.0. Please refer to the release notes for a detailed list of changes and improvements. This guide is intended for users who are currently running Witboost version 1.0.0 or earlier and wish to upgrade to version 1.1.0.
Follow these steps to migrate from the previous version to Witboost version 1.1.0:
Backup Your Data
Before starting the migration, ensure you have a complete backup of your database and configuration files.
Update Dependencies
Ensure all the dependencies in the Helm files are updated to their compatible versions for 1.1.0. Refer to the published Helm chart for details.
Upgrade Steps
Core
-
It is necessary to configure this new environment variables for the notification config in coordinator environment: NOTIFICATION_URL: the builder endpoint to push notification. (replace localhost with your hostname: http://localhost:7007/api/notifications) NOTIFICATION_SECRET: since the notification api is authenticated it is necessary to use the backstage settings server-to-server Auth. Enter the value of the following configuration present on the builder
backend.auth.keys[0].secret
-
Ensure that the
rbac.roles_permissions
table includes the required permissions for modifying and viewing CGP entities, namelycgp.entity.edit
andcgp.entity.view
respectively.
CGP
- It is necessary to configure the
CGP_SQL_HOST
environment variable to connect the module Computation Governance Platform to DB. It can be equal toSQL_HOST
.