Skip to content

Commit 0b36700

Browse files
committed
Update doc links
1 parent 2f3b1e3 commit 0b36700

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

doc/user/content/installation/upgrading.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ For a more specific set of steps, please consult the deployment-specific upgrade
1212
documentation:
1313
- [Minikube](/installation/install-on-local-minikube/upgrade-on-local-minikube/)
1414
- [Kind](/installation/install-on-local-kind/upgrade-on-local-kind/)
15-
- [AWS](/installation/install-on-aws/upgrade-on-aws/)
16-
- [GCP](/installation/install-on-gcp/upgrade-on-gcp/)
17-
- [Azure](/installation/install-on-azure/upgrade-on-azure/)
15+
- [AWS](/installation/install-on-aws/legacy-terraform-provider/upgrade/)
16+
- [GCP](/installation/install-on-gcp/legacy-terraform-provider/upgrade/)
17+
- [Azure](/installation/install-on-azure/legacy-terraform-provider/upgrade/)
1818

1919
***When upgrading always***:
2020
- Upgrade the operator first and ensure version compatibility between the operator and the Materialize instance you are upgrading to.
@@ -172,8 +172,10 @@ kubectl logs -l app.kubernetes.io/name=materialize-operator -n materialize
172172
- Swap is now enabled by default. Swap reduces the memory required to
173173
operate Materialize and improves cost efficiency. Upgrading to `v26.0`
174174
requires some preparation to ensure kubernetes nodes are labeled
175-
and configured correctly. Please refer to our guide on [swap node
176-
preparation](/installation/upgrade-to-swap).
175+
and configured correctly. For detailed instructions on swap node
176+
preparation, see:
177+
178+
{{< yaml-table data="self_managed/enable_swap_upgrade_guides" >}}
177179

178180

179181
#### Upgrading between minor versions less than `v26`

doc/user/content/releases/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ instructions for your deployment:
2727
- [Upgrade on Kind (via
2828
Helm)](/installation/install-on-local-kind/upgrade-on-local-kind/)
2929
- [Upgrade on AWS (via
30-
Terraform)](/installation/install-on-aws/upgrade-on-aws/)
30+
Terraform)](/installation/install-on-aws/legacy-terraform-provider/upgrade/)
3131
- [Upgrade on Azure (via
32-
Terraform)](/installation/install-on-azure/upgrade-on-azure/)
32+
Terraform)](/installation/install-on-azure/legacy-terraform-provider/upgrade/)
3333
- [Upgrade on GCP (via
34-
Terraform)](/installation/install-on-gcp/upgrade-on-gcp/)
34+
Terraform)](/installation/install-on-gcp/legacy-terraform-provider/upgrade/)
3535

3636
- To upgrade from v25.2.12 or earlier, you must prepare your nodes by adding the
3737
required labels. For detailed instructions, see:

doc/user/layouts/shortcodes/self-managed/aws-terraform-configs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
For more configuration options, you can use the `main.tf` file at the [root of
77
the repository](https://github.com/MaterializeInc/terraform-aws-materialize/)
88
instead. When running with the root `main.tf`, see [AWS required
9-
configuration](/installation/install-on-aws/appendix-aws-configuration/).
9+
configuration](/installation/install-on-aws/legacy-terraform-provider/appendix-configuration/).

doc/user/layouts/shortcodes/self-managed/azure-terraform-configs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
the
88
repository](https://github.com/MaterializeInc/terraform-azurerm-materialize/)
99
instead. When running with the root `main.tf`, see [Azure required
10-
configuration](/installation/install-on-azure/appendix-azure-configuration/).
10+
configuration](/installation/install-on-azure/legacy-terraform-provider/appendix-configuration/).

0 commit comments

Comments
 (0)