From da62e45242091d4fe4b24c524b7c536f792c4b43 Mon Sep 17 00:00:00 2001 From: Toni Lastre Date: Thu, 26 Mar 2026 17:06:13 +0100 Subject: [PATCH] new: Add docs on how to update Lab version --- pages/memgraph-lab/getting-started.mdx | 2 +- .../installation-and-deployment.mdx | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/pages/memgraph-lab/getting-started.mdx b/pages/memgraph-lab/getting-started.mdx index 689f55df1..653984531 100644 --- a/pages/memgraph-lab/getting-started.mdx +++ b/pages/memgraph-lab/getting-started.mdx @@ -23,7 +23,7 @@ Install and run Memgraph Lab in different environments: - [Docker](/memgraph-lab/getting-started/installation-and-deployment#install-memgraph-lab-with-docker): Quickly set up Memgraph and Memgraph Lab with a single command. - [Public shared](https://lab.memgraph.com): A pre-deployed version of Memgraph Lab, accessible in the browser for connecting to public Memgraph instances without installation. -For a complete installation guide, visit the [Installation and deployment](/memgraph-lab/getting-started/installation-and-deployment) section. +For a complete installation guide, visit the [Installation and deployment](/memgraph-lab/getting-started/installation-and-deployment) section. If you already have Memgraph Lab installed, learn how to [update to the latest version](/memgraph-lab/getting-started/installation-and-deployment#update-memgraph-lab). ## Connection types diff --git a/pages/memgraph-lab/getting-started/installation-and-deployment.mdx b/pages/memgraph-lab/getting-started/installation-and-deployment.mdx index ecd2ad952..c5de5a51a 100644 --- a/pages/memgraph-lab/getting-started/installation-and-deployment.mdx +++ b/pages/memgraph-lab/getting-started/installation-and-deployment.mdx @@ -119,6 +119,36 @@ through Memgraph Lab. +## Update Memgraph Lab + +To get the latest features and improvements, update Memgraph Lab to the newest +version. When Lab starts with a newer version, it will automatically run upgrade +migrations on the data stored in the browser or desktop app storage. Note that +downgrade migrations are not supported, so reverting to an older version after +upgrading may result in data incompatibility. + + + + Visit the [Memgraph Download Hub](https://memgraph.com/download), select your + operating system, and download the latest Memgraph Lab installer. Install it + over the existing version by following the same installation steps as for a + fresh install. + + + Pull the latest Memgraph Lab Docker image and start a new container: + + ``` + docker pull memgraph/lab:latest + ``` + + Then start the container: + + ``` + docker run -d -p 3000:3000 --name lab memgraph/lab + ``` + + + ## Custom installation settings When deploying Memgraph Lab, you might need to customize certain settings to