From e70281bc7a884f08e141c0ccb0b75c75298c38ab Mon Sep 17 00:00:00 2001 From: RajeshPaul38 Date: Tue, 5 Nov 2024 12:58:44 +0530 Subject: [PATCH 1/2] supermarket upgrade instruction fix Signed-off-by: RajeshPaul38 --- docs-chef-io/content/supermarket/supermarket_upgrade.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs-chef-io/content/supermarket/supermarket_upgrade.md b/docs-chef-io/content/supermarket/supermarket_upgrade.md index 30b4cfde0..a4f731d30 100644 --- a/docs-chef-io/content/supermarket/supermarket_upgrade.md +++ b/docs-chef-io/content/supermarket/supermarket_upgrade.md @@ -52,6 +52,12 @@ Every Private Supermarket installation is unique. These are general steps for up rpm -Uvh /path/to/package/supermarket*.rpm ``` + 1. Start the supermarket services + + ```bash + sudo supermarket-ctl start + ``` + 1. Reconfigure Chef Supermarket server: ```bash From 740df731257571f2c24d908c2ba42a6db2060a56 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Tue, 5 Nov 2024 08:25:35 -0500 Subject: [PATCH 2/2] Update docs-chef-io/content/supermarket/supermarket_upgrade.md Signed-off-by: Ian Maddaus --- docs-chef-io/content/supermarket/supermarket_upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-chef-io/content/supermarket/supermarket_upgrade.md b/docs-chef-io/content/supermarket/supermarket_upgrade.md index a4f731d30..4b6c454ce 100644 --- a/docs-chef-io/content/supermarket/supermarket_upgrade.md +++ b/docs-chef-io/content/supermarket/supermarket_upgrade.md @@ -52,7 +52,7 @@ Every Private Supermarket installation is unique. These are general steps for up rpm -Uvh /path/to/package/supermarket*.rpm ``` - 1. Start the supermarket services + 1. Start the Chef Supermarket services: ```bash sudo supermarket-ctl start