diff --git a/doc/content/the-things-stack/host/kubernetes/azure/upgrading/_index.md b/doc/content/the-things-stack/host/kubernetes/azure/upgrading/_index.md index 6ef1947912..4442bba771 100644 --- a/doc/content/the-things-stack/host/kubernetes/azure/upgrading/_index.md +++ b/doc/content/the-things-stack/host/kubernetes/azure/upgrading/_index.md @@ -10,13 +10,13 @@ This page describes the steps for upgrading {{% tts %}} on Azure Kubernetes Serv ## Database Migration -The Things Stack database entries are managed between minor versions using database migrations. +{{% tts %}} database schema is managed between minor versions using database migrations. {{< note >}} -User are informed of required migrations for each version via the [Release Notes](https://www.thethingsindustries.com/docs/whats-new/). It’s mandatory to run required database migrations for The Things Stack to function properly. +User are informed of required migrations for each version via the [Release Notes](https://www.thethingsindustries.com/docs/whats-new/). It’s mandatory to run required database migrations for {{% tts %}} to function properly. {{}} -To migrate the database during an upgrade set the respectable Terraform variables to `true`. +To migrate the database during an upgrade set the respective Terraform variables to `true`. | Service | Variable | | ------- | ---------------- | diff --git a/doc/content/the-things-stack/host/kubernetes/generic/database-migrations/_index.md b/doc/content/the-things-stack/host/kubernetes/generic/database-migrations/_index.md index ce031c7bed..6a8973e422 100644 --- a/doc/content/the-things-stack/host/kubernetes/generic/database-migrations/_index.md +++ b/doc/content/the-things-stack/host/kubernetes/generic/database-migrations/_index.md @@ -4,7 +4,7 @@ description: "" weight: 7 --- -{{% tts %}} database entries are managed between minor versions using database migrations. +{{% tts %}} database schema is managed between minor versions using database migrations. User are informed of required migrations for each version via the [Release Notes](https://www.thethingsindustries.com/docs/whats-new/). It's mandatory to run required database migrations for {{% tts %}} to function properly. @@ -14,7 +14,7 @@ This page describes the steps for performing database operations on a {{% tts %} ## General Procedure -Set the respectable Helm chart values to `true` to perform database migrations during Helm chart upgrade. +Set the respective Helm chart values to `true` to perform database migrations during Helm chart upgrade. | Service | Variable | | ------- | ---------------------------- |