From 11c245f64519ed289603aa7dc65b90cebed6f1e6 Mon Sep 17 00:00:00 2001 From: Hampus Naesstroem <hampus.naesstroem@physik.hu-berlin.de> Date: Fri, 12 Apr 2024 09:12:03 +0000 Subject: [PATCH] Resolve "Wrong jupyter upgrade command in docs" Changelog: Fixed --- docs/howto/oasis/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/oasis/migrate.md b/docs/howto/oasis/migrate.md index e893eab11f..e2087c380f 100644 --- a/docs/howto/oasis/migrate.md +++ b/docs/howto/oasis/migrate.md @@ -76,7 +76,7 @@ Update the NOMAD docker image version and restart the Oasis like this: ``` docker compose down docker compose pull -docker copmose run north python -m jupyterhub upgrade +docker compose run north python -m jupyterhub upgrade-db docker compose up -d ``` -- GitLab