This document provides the standard procedure for upgrading K2view Fabric installations deployed directly on Linux servers.
This procedure applies to Fabric 8.x releases unless otherwise noted in the release-specific upgrade documentation.
Before upgrading:
Before upgrading, create backups of:
Example:
cp -r config config_backup_$(date +%Y%m%d)
Stop Fabric on all nodes.
Example:
k2fabric stop
If applicable:
Follow project-specific operational procedures where required.
Backup the existing Fabric installation:
mv fabric fabric_backup
Extract the Fabric directory from the new package:
tar -zxvf k2fabric-server-fabric-<version>.tar.gz fabric
Do not overwrite the configuration directory unless specifically instructed by the release notes.
Review the release notes and any version-specific upgrade documentation.
Examples of additional requirements may include:
Start the upgraded Fabric installation.
Example:
k2fabric start
For multi-node deployments:
Follow project-specific runbooks where applicable.
Deploy the project if required by your organization's deployment procedures.
Verify:
Recommended validation activities include:
If issues are encountered:
Example:
k2fabric stop
rm -rf fabric
mv fabric_backup fabric
k2fabric start
If release-specific upgrade activities were performed, consult the corresponding upgrade documentation before rolling back.
This document provides the standard procedure for upgrading K2view Fabric installations deployed directly on Linux servers.
This procedure applies to Fabric 8.x releases unless otherwise noted in the release-specific upgrade documentation.
Before upgrading:
Before upgrading, create backups of:
Example:
cp -r config config_backup_$(date +%Y%m%d)
Stop Fabric on all nodes.
Example:
k2fabric stop
If applicable:
Follow project-specific operational procedures where required.
Backup the existing Fabric installation:
mv fabric fabric_backup
Extract the Fabric directory from the new package:
tar -zxvf k2fabric-server-fabric-<version>.tar.gz fabric
Do not overwrite the configuration directory unless specifically instructed by the release notes.
Review the release notes and any version-specific upgrade documentation.
Examples of additional requirements may include:
Start the upgraded Fabric installation.
Example:
k2fabric start
For multi-node deployments:
Follow project-specific runbooks where applicable.
Deploy the project if required by your organization's deployment procedures.
Verify:
Recommended validation activities include:
If issues are encountered:
Example:
k2fabric stop
rm -rf fabric
mv fabric_backup fabric
k2fabric start
If release-specific upgrade activities were performed, consult the corresponding upgrade documentation before rolling back.