Skip to content

Commit

Permalink
doc: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
happyRip committed May 14, 2024
1 parent 1e84da4 commit 9809144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{{</ note >}}

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 |
| ------- | ---------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 |
| ------- | ---------------------------- |
Expand Down

0 comments on commit 9809144

Please sign in to comment.