From c00971423ea1c73e0f8eb80a300a75d79aa45727 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 7 Nov 2022 18:59:58 +0200 Subject: [PATCH] docs: added upgrade guide for 1.6.1 (#2561) --- .../advanced/backend/upgrade-guides/1-6-1.md | 21 +++++++++++++++++++ www/docs/sidebars.js | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 docs/content/advanced/backend/upgrade-guides/1-6-1.md diff --git a/docs/content/advanced/backend/upgrade-guides/1-6-1.md b/docs/content/advanced/backend/upgrade-guides/1-6-1.md new file mode 100644 index 0000000000..77b23ece1c --- /dev/null +++ b/docs/content/advanced/backend/upgrade-guides/1-6-1.md @@ -0,0 +1,21 @@ +--- +description: 'Actions Required for v.1.6.1' +--- + +# v1.6.1 + +Updating your medusa server to version `1.6.1` requires running migrations on your server. + +## Overview + +As the new version `1.6.1` make changes to the database schema, it is required to run new migrations before you start your server. + +Without running the migrations, you might have trouble accessing and using the Medusa admin. + +## Actions Required + +After updating your server, run migrations with the following command: + +```bash +medusa migrations run +``` diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 59b5e06666..9634aedd43 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -178,6 +178,11 @@ module.exports = { id: "advanced/backend/upgrade-guides/1-3-8", label: "v1.3.8" }, + { + type: "doc", + id: "advanced/backend/upgrade-guides/1-6-1", + label: "v1.6.1" + }, ] }, {