From 9148c607a5809d9e1ef4e5d1f1f4bf33d3f8fcee Mon Sep 17 00:00:00 2001 From: Oleksii Kuripko Date: Fri, 29 Nov 2024 16:58:19 +0200 Subject: [PATCH] Added note for correct version usage --- _includes/templates/install/aws/eks-upgrading.md | 2 +- _includes/templates/install/azure/aks-upgrading.md | 2 +- _includes/templates/install/azure/upgrading-monolith.md | 2 +- _includes/templates/install/azure/upgrading-msa.md | 2 +- _includes/templates/install/gcp/upgrading-monolith.md | 2 +- _includes/templates/install/gcp/upgrading-msa.md | 2 +- _includes/templates/install/upgrade-docker-compose.md | 2 +- docs/user-guide/install/cluster/minikube-cluster-setup.md | 2 +- docs/user-guide/install/cluster/openshift-cluster-setup.md | 2 +- docs/user-guide/install/pe/cluster/minikube-cluster-setup.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/templates/install/aws/eks-upgrading.md b/_includes/templates/install/aws/eks-upgrading.md index da76d73d2d..728759799c 100644 --- a/_includes/templates/install/aws/eks-upgrading.md +++ b/_includes/templates/install/aws/eks-upgrading.md @@ -12,7 +12,7 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). Note: You may optionally stop the tb-node pods while you run the upgrade of the database. This will cause downtime, but will make sure that the DB state will be consistent after the update. Most of the updates do not require the tb-nodes to be stopped. diff --git a/_includes/templates/install/azure/aks-upgrading.md b/_includes/templates/install/azure/aks-upgrading.md index da76d73d2d..728759799c 100644 --- a/_includes/templates/install/azure/aks-upgrading.md +++ b/_includes/templates/install/azure/aks-upgrading.md @@ -12,7 +12,7 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). Note: You may optionally stop the tb-node pods while you run the upgrade of the database. This will cause downtime, but will make sure that the DB state will be consistent after the update. Most of the updates do not require the tb-nodes to be stopped. diff --git a/_includes/templates/install/azure/upgrading-monolith.md b/_includes/templates/install/azure/upgrading-monolith.md index 4956c886bf..6a314cacae 100644 --- a/_includes/templates/install/azure/upgrading-monolith.md +++ b/_includes/templates/install/azure/upgrading-monolith.md @@ -9,4 +9,4 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. \ No newline at end of file +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). \ No newline at end of file diff --git a/_includes/templates/install/azure/upgrading-msa.md b/_includes/templates/install/azure/upgrading-msa.md index 4956c886bf..6a314cacae 100644 --- a/_includes/templates/install/azure/upgrading-msa.md +++ b/_includes/templates/install/azure/upgrading-msa.md @@ -9,4 +9,4 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. \ No newline at end of file +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). \ No newline at end of file diff --git a/_includes/templates/install/gcp/upgrading-monolith.md b/_includes/templates/install/gcp/upgrading-monolith.md index 4956c886bf..6a314cacae 100644 --- a/_includes/templates/install/gcp/upgrading-monolith.md +++ b/_includes/templates/install/gcp/upgrading-monolith.md @@ -9,4 +9,4 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. \ No newline at end of file +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). \ No newline at end of file diff --git a/_includes/templates/install/gcp/upgrading-msa.md b/_includes/templates/install/gcp/upgrading-msa.md index 4956c886bf..6a314cacae 100644 --- a/_includes/templates/install/gcp/upgrading-msa.md +++ b/_includes/templates/install/gcp/upgrading-msa.md @@ -9,4 +9,4 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. \ No newline at end of file +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). \ No newline at end of file diff --git a/_includes/templates/install/upgrade-docker-compose.md b/_includes/templates/install/upgrade-docker-compose.md index 405aef51d0..00503be667 100644 --- a/_includes/templates/install/upgrade-docker-compose.md +++ b/_includes/templates/install/upgrade-docker-compose.md @@ -9,4 +9,4 @@ In case when database upgrade is needed, edit .env file to set "TB_VERSION" to t ``` {: .copy-code} -Where `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/{{docsPrefix}}upgrade-instructions) for valid `fromVersion` values. \ No newline at end of file +Where `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/{{docsPrefix}}upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). \ No newline at end of file diff --git a/docs/user-guide/install/cluster/minikube-cluster-setup.md b/docs/user-guide/install/cluster/minikube-cluster-setup.md index ecf8d4c32a..54e47c8fa6 100644 --- a/docs/user-guide/install/cluster/minikube-cluster-setup.md +++ b/docs/user-guide/install/cluster/minikube-cluster-setup.md @@ -174,7 +174,7 @@ and then execute the following commands: ``` Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). ## Next steps diff --git a/docs/user-guide/install/cluster/openshift-cluster-setup.md b/docs/user-guide/install/cluster/openshift-cluster-setup.md index 16aaf81f2e..b7d51c3e06 100644 --- a/docs/user-guide/install/cluster/openshift-cluster-setup.md +++ b/docs/user-guide/install/cluster/openshift-cluster-setup.md @@ -175,7 +175,7 @@ In case when database upgrade is needed, execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). ## Next steps diff --git a/docs/user-guide/install/pe/cluster/minikube-cluster-setup.md b/docs/user-guide/install/pe/cluster/minikube-cluster-setup.md index d8cde1c44e..c5e5c6f098 100644 --- a/docs/user-guide/install/pe/cluster/minikube-cluster-setup.md +++ b/docs/user-guide/install/pe/cluster/minikube-cluster-setup.md @@ -221,7 +221,7 @@ and then execute the following commands: Where: -- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/pe/upgrade-instructions) for valid `fromVersion` values. +- `FROM_VERSION` - from which version upgrade should be started. See [Upgrade Instructions](/docs/user-guide/install/pe/upgrade-instructions) for valid `fromVersion` values. Note, that you have to upgrade versions one by one (for example 3.6.1 -> 3.6.2 -> 3.6.3 etc). ## Next steps