From ded0adffd11b1fdb7f0f4e4ae9a36da08373916f Mon Sep 17 00:00:00 2001 From: Luke D Iremadze Date: Tue, 2 Sep 2025 03:29:36 -0700 Subject: [PATCH] docs: Warn users of Zitadel 4 install incompatibility with Linux (#10620) # Which Problems Are Solved Gives users a heads up before they start installing Zitadel's latest version, Zitadel 4 - Instruction for Zitadel 4 do not exist and the Linux guide is misleading # How the Problems Are Solved For example: - Warns users that the Linux version is not ready for Zitadel 4 and that they should use the Docker version instead # Additional Context - Discussion #10526 Co-authored-by: Ramon Co-authored-by: Marco A. --- docs/docs/self-hosting/deploy/linux.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/self-hosting/deploy/linux.mdx b/docs/docs/self-hosting/deploy/linux.mdx index 90774e97ab5..fc6f9ba38a8 100644 --- a/docs/docs/self-hosting/deploy/linux.mdx +++ b/docs/docs/self-hosting/deploy/linux.mdx @@ -8,6 +8,14 @@ import DefaultUser from "./_defaultuser.mdx"; import Next from "./_next.mdx"; import NoteInstanceNotFound from "./troubleshooting/_note_instance_not_found.mdx"; +:::caution + +Be aware! This guide does not work for the newly updated version of Zitadel 4! [Learn more](https://github.com/zitadel/zitadel/issues/10526) + +Please use Docker version if you want to use Zitadel 4. + +::: + ## Install PostgreSQL Download a `postgresql` binary as described [in the PostgreSQL docs](https://www.postgresql.org/download/linux/).