From d3ad15f19a60c5cf95f7f0dad26b5bd7d5f2399d Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Mon, 20 Jan 2025 15:39:44 +0100 Subject: [PATCH] :whale: improve docker documentation related to the updates --- docs/technical-guide/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/technical-guide/getting-started.md b/docs/technical-guide/getting-started.md index 7fc6da894..2bfd96e05 100644 --- a/docs/technical-guide/getting-started.md +++ b/docs/technical-guide/getting-started.md @@ -227,6 +227,9 @@ docker compose -f docker-compose.yaml pull This will fetch the latest images. When you do docker compose up again, the containers will be recreated with the latest version. +

+ It is strongly recommended to update the Penpot version in small increments, rather than updating between two distant versions. +

**Important: Upgrade from version 1.x to 2.0**