Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,17 @@ More advanced TLS support using user-provided CAs or per-Materialize `Issuer`s a

#### v0.6.1

We now have some initial support for swap.
If coming from `v25.2.X`, we now have initial support for swap and require license keys.

To use swap:
##### Installing a license key:

To obtain a license key, follow the guide here: https://materialize.com/docs/installation/install-on-aws/upgrade-on-aws/#license-key

After receiving the license key, update the `license_key` variable with it in `mz_instances.tfvars`.

##### Enabling swap:
1. Set `swap_enabled` to `true`.
2. Ensure your `environmentd_version` is at least `v26.0.0`.
2. Ensure your `environmentd_version` is at least `v26.0.0` and `operator_version` is the same version.
3. Update your `request_rollout` (and `force_rollout` if already at the correct `environmentd_version`).
4. Run `terraform apply`.

Expand Down
12 changes: 9 additions & 3 deletions docs/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ More advanced TLS support using user-provided CAs or per-Materialize `Issuer`s a

#### v0.6.1

We now have some initial support for swap.
If coming from `v25.2.X`, we now have initial support for swap and require license keys.

To use swap:
##### Installing a license key:

To obtain a license key, follow the guide here: https://materialize.com/docs/installation/install-on-aws/upgrade-on-aws/#license-key

After receiving the license key, update the `license_key` variable with it in `mz_instances.tfvars`.

##### Enabling swap:
1. Set `swap_enabled` to `true`.
2. Ensure your `environmentd_version` is at least `v26.0.0`.
2. Ensure your `environmentd_version` is at least `v26.0.0` and `operator_version` is the same version.
3. Update your `request_rollout` (and `force_rollout` if already at the correct `environmentd_version`).
4. Run `terraform apply`.

Expand Down