Skip to content

Commit

Permalink
(doc) Add notes on downgrading to latest 1.x / 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Sep 4, 2023
1 parent fcd15ca commit 55643e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/en-us/guides/upgrading-to-chocolatey-v2-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you have issues after upgrading to the 2.x and 6.x versions of Chocolatey pro
Before downgrading from 2.x and 6.x to 1.x and 5.x of Chocolatey products, please ensure that you understand the [Support Lifecycle](xref:chocolatey-components-dependencies-and-support-lifecycle). If you still want to downgrade, follow the steps below:

1. If you have Chocolatey GUI and / or Chocolatey GUI Licensed Extension, then uninstall them by running `choco uninstall chocolateygui.extension chocolateygui` from an elevated session.
1. This steps requires you to downgrade products depending on what you have installed.
1. This step requires you to downgrade products depending on what you have installed.
1. If you have Chocolatey Agent installed, downgrade it by running `choco upgrade chocolatey-agent --version=1.1.2 --allow-downgrade` from an elevated session. Note that this will also downgrade both Chocolatey CLI and Chocolatey Licensed Extension.
1. If you have Chocolatey Licensed Extension installed, downgrade it by running `choco upgrade chocolatey.extension --version 5.0.3 --allow-downgrade` from an elevated session. Note that this will also downgrade Chocolatey CLI.
1. If you _only_ have Chocolatey CLI installed, downgrade it by running `choco upgrade chocolatey --version 1.4.0 --allow-downgrade` from an elevated session.
Expand Down Expand Up @@ -140,7 +140,7 @@ If you need side-by-side functionality, or cannot uninstall packages installed s

### The List Command Now Lists Local Packages Only and the `--local-only` and `-lo` Options Have Been Removed

In version 1.0.0 of Chocolatey CLI, we added notices that the `choco list` command will list only local packages, and deprecated the `-l` and it's alias options. See this [GitHub issue for more information](https://github.com/chocolatey/choco/issues/158). We have also removed the `-a` and it's alias options from the `list` command as it no longer made sense to have that option once side-by-side installs were removed.
In version 1.0.0 of Chocolatey CLI, we added notices that the `choco list` command will list only local packages, and deprecated the `-l` and its alias options. See this [GitHub issue for more information](https://github.com/chocolatey/choco/issues/158). We have also removed the `-a` and its alias options from the `list` command as it no longer made sense to have that option once side-by-side installs were removed.

To summarize, the following options were removed:

Expand Down

0 comments on commit 55643e4

Please sign in to comment.