From 6d16642a6c9b5f4b3268c61aeac139173db0b01a Mon Sep 17 00:00:00 2001 From: mathis5711 <70803186+mathis5711@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:36:14 +0100 Subject: [PATCH] Update README with deprecation notice for PostgreSQL image Added warning about deprecation of 'postgresql-latest' image. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3791e26..b1232499 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ docker pull docker.umami.is/umami-software/umami:latest --- ## 🔄 Getting Updates +> [!WARNING] +> > If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest". +> Ex : rename "docker.umami.is/umami-software/umami:postgresql-latest" to "docker.umami.is/umami-software/umami:latest". To get the latest features, simply do a pull, install any new dependencies, and rebuild: