Skip to content

Commit

Permalink
Merge pull request #86 from sej7278/toshi-fixes
Browse files Browse the repository at this point in the history
Repo warnings and upgrade process instructions
  • Loading branch information
annkots authored Jul 31, 2024
2 parents ae03f84 + 516157b commit ea091ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/enterprise-support-for-almalinux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,23 @@ You can browse [https://repo.tuxcare.com/tuxcare/](https://repo.tuxcare.com/tuxc
# dnf -y install https://repo.tuxcare.com/tuxcare/tuxcare-release-latest-8.10.$(uname -i).rpm
```

:::warning
Be aware that installing tuxcare-release will modify any files that match the wildcard /etc/yum.repos.d/almalinux*
:::

The second step is to activate your license on the system. You should run the `tuxctl` tool as root with your Essential Support license key provided as a command line argument like so:

```text
# tuxctl --license-key ESA-XXXXXXXXXXXXXXXXXXXXXXXX
```

Essential Support customers can upgrade to a new minor version, for example from 9.2 to 9.4 by editing the /etc/dnf/vars/tuxcare_releasever file to specify the new version, like so:

```text
# echo 9.4 > /etc/dnf/vars/tuxcare_releasever
# dnf upgrade
```

:::warning
Note that if you upgrade past 9.2 you won't be able to upgrade to ESU without a reinstall. ESU customers can find instructions [above](/enterprise-support-for-almalinux/#installing-tuxctl)
:::

0 comments on commit ea091ab

Please sign in to comment.