From ad8291b7e43a39a64c04d58653d630e35f545ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 5 Feb 2024 16:21:21 +0100 Subject: [PATCH] docs: Add encryption key check to breaking changes list --- packages/cli/BREAKING-CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index db2ae5269f854..6d705100953f5 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,16 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 1.25.0 + +### What changed? + +If the `N8N_ENCRYPTION_KEY` environment variable on a main instance does not match the `encryptionKey` in the config file, the main instance will not initialize. If the `N8N_ENCRYPTION_KEY` environment variable is missing on a worker, the worker will not initialize. + +### When is action necessary? + +If passing an `N8N_ENCRYPTION_KEY` environment variable to the main instance, make sure it matches the `encryptionKey` in the config file. If you are using workers, pass the `N8N_ENCRYPTION_KEY` environment variable to them. + ## 1.24.0 ### What changed?