...
| Code Block | ||
|---|---|---|
| ||
# Update to the latest version of CentOS 8 & reboot $ sudo dnf update $ sudo shutdown -r now # Install CentOS Stream packages repositories $ sudo dnf in centos-release-stream # Migrate from CentOS 8 to CentOS Stream 8 & reboot $ sudo dnf swap centos-linux-repos centos-stream-repos $ sudo dnf distro-sync $ sudo shutdown -r now |
Reference:
| Note |
|---|
Due to the high number of packages that will be updated or installed during the migration it is not guaranteed the correct functioning of previously configured services. You have to check them and ensure they are working properly. |
Reference: