Skip to content

Commit

Permalink
Update upgrades.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Dec 4, 2024
1 parent 26cf835 commit 71f774f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/docs/09.administrator-guide/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ icon: /docs/icons/admin.svg

Kestra is a fast-evolving project. This section will guide you through the process of upgrading your Kestra installation.

## How to upgrade Kestra

To upgrade Kestra, follow these steps:
1. Perform a database backup (optional but recommended)
2. Read the [release notes](https://github.com/kestra-io/kestra/releases) on GitHub to understand the changes in the new version
3. Perform a rolling upgrade of Kestra components e.g. for a Kubernetes deployment, upgrade the Kestra Helm chart as described below in the section "Rolling upgrades in Kubernetes"
4. Perform any actions needed following the release notes (e.g. update configuration files, adjust deprecated features, etc.)


## How to rollback Kestra to a previous version

Soemtimes you might need to downgrade Kestra to a previous version. Here are some steps to follow:
1. Perform a database backup (optional but recommended)
2. Stop all Kestra components
3. Restore from a backup
4. Restart from an older version

Check the [Backup and Restore](./backup-and-restore.md) section for more information on how to backup and restore Kestra.

## Where you can find the release changelog

You can find the release changelog on the main repository's [Releases](https://github.com/kestra-io/kestra/releases) page. The changelog includes a full list of changes, new features, and bug fixes for each release, as well as any breaking changes that may require your attention. For a high-level eplanation of the changes, you can also check release [blog posts](/blogs).
Expand Down

0 comments on commit 71f774f

Please sign in to comment.