Skip to content

Commit

Permalink
Merge pull request #3290 from chef/rp/CHEF-16756
Browse files Browse the repository at this point in the history
supermarket upgrade instruction fix
  • Loading branch information
IanMadd authored Nov 5, 2024
2 parents c53454d + 740df73 commit 9659788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs-chef-io/content/supermarket/supermarket_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Chef Supermarket services:

```bash
sudo supermarket-ctl start
```

1. Reconfigure Chef Supermarket server:

```bash
Expand Down

0 comments on commit 9659788

Please sign in to comment.