Skip to content

Commit 96c5735

Browse files
Add version-specific self-hosted-to-cloud instructions for v1.22-v1.23 (#4115)
* Add version-specific self-hosted-to-cloud instructions for v1.22 and v1.23 There's a special-case for v1.22 and v1.23 that should be included in the doc. For now, we aren't aware of enough special-cases that we'd need a dedicated section or page for them. * Clarify wording * Clarify which temporal CLI command is lacking info * Update notes on stream-based replication for versions 1.22.x-1.23.x Clarified the description of stream-based replication for Temporal versions 1.22.x and 1.23.x, emphasizing its reliability over poll-based replication and providing configuration details. --------- Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
1 parent c284c81 commit 96c5735

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/cloud/migrate/automated.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,20 @@ Before failing over your namespace to Temporal Cloud, review the following produ
217217

218218
### Additional Notes
219219

220+
#### Special dynamic configuration for Version 1.22.x-1.23.x
221+
Temporal versions 1.22.x and 1.23.x include support for stream-based replication, but it is disabled by default. Since those releases, stream-based replication has been validated as more reliable than the poll-based replication that remained the default in 1.22 and 1.23.
222+
223+
When preparing for an S2C migration on these versions, configure the following dynamic settings to enable stream-based replication:
224+
225+
```yaml
226+
history.enableReplicationStream:
227+
- value: true
228+
```
229+
230+
Enabling this configuration will require a restart of your history pods.
231+
220232
#### Alternative Commands for Versions 1.28.1 and Prior
221-
Version 1.28.1 and older do not provide the details necessary for setting up migration. If you are running an older version of Temporal, then substitute the below
233+
The `temporal operator cluster describe` command is missing some details needed for migration when run against Version 1.28.1 or older. If you are running that version of Temporal or older, then substitute the below
222234
commands for the "temporal operator cluster describe" command cited in this document.
223235

224236
If you are using tctl, then substitute the following command: `tctl --address <frontend:7233> admin cluster describe`

0 commit comments

Comments
 (0)