Introduction
If you need to upgrade Terraform Enterprise to a new version but are pinned to a certain release, you'll need to manually unpin the installation.
Expected Outcome
The Updates section of the dashboard in the TFE management console may read "Release is Pinned to v202201-1
" or something similar.
Procedure
-
ssh
to the TFE instance -
Execute this command:
$ replicatedctl params set ReleaseSequence --value 0
- All releases should be available for update at this point