Skip to content

Commit 2d33da0

Browse files
sean-hornIanMadd
andauthored
No Auto-upgrade Chef Server and Manage (#4024)
* No Auto-upgrade Chef Server and Manage Automatic upgrades do not automatically run chef-server-ctl upgrade or reconfigure. This is not correct. Chef Server/Manage repos should have `enabled=0` set and the person responsible for Chef Server will manually run the Chef Server/Manage upgrade. Signed-off-by: Sean Horn <[email protected]> * Update content/packages.md Signed-off-by: Sean Horn <[email protected]> Co-authored-by: Ian Maddaus <[email protected]>
1 parent 2d62862 commit 2d33da0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/packages.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ To set up a Yum package repository for Enterprise Linux platforms:
116116
name=chef-<CHANNEL>
117117
baseurl=https://packages.chef.io/repos/yum/<CHANNEL>/el/<VERSION>/\$basearch/
118118
gpgcheck=1
119-
enabled=1
119+
# No auto-upgrade, as there are manual steps needed for Chef Infra Server upgrades
120+
enabled=0
120121
EOL
121122
```
122123

0 commit comments

Comments
 (0)