dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Remove requirement for sequential server version upgrades #399

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently, server version upgrade requires manual sequential upgrades:

https://docs.temporal.io/cluster-deployment-guide#upgrade-server:

When upgrading your Temporal Server version, ensure that you upgrade sequentially.
For example, when upgrading from v1.n.x, always upgrade to v1.n+1.x (or the next available version),
and so on until you get to the required version.

Describe the solution you'd like Version upgrades should be done automatically using Up & Down migrations.

dhiaayachi commented 1 day ago

Thanks for the feature request!

Currently, there isn't a built-in automated way to upgrade Temporal Server versions using Up & Down migrations, but you can use the Temporal CLI to manually upgrade the server between successive minor versions, and then restart the service for the new version to take effect.