SOP : openQA – Mises à niveau du système
Cette procédure opérationnelle standard détaille les étapes nécessaires pour effectuer une mise à niveau du système sur un hôte openQA.
Contact Information¶
| Owner | Testing Team |
| Email Contact | testing@rockylinux.org |
| Mattermost Contacts | @stack, @tcooper |
| Mattermost Channels | ~Testing |
Fedora¶
-
Assurez-vous que l'installation actuelle est bien mise à jour
1dnf upgrade --refresh -
Installez le plugiciel de mise à niveau du système
1dnf install dnf-plugin-system-upgrade -
Téléchargez les « packages » de mise à niveau pour la prochaine version
1dnf system-upgrade download --releasever=[newversion] -
Redémarrez en mode de mise à niveau hors ligne
1dnf system-upgrade reboot -
Nettoyage après le redémarrage
1 2
dnf system-upgrade clean dnf clean packages
Tâches Post-Upgrade après la mise à niveau¶
Ces étapes peuvent aussi être nécessaires dans certains cas (mais pas tous).
Mise à jour de PostgreSQL¶
-
Installez le paquet postgresql-upgrade
1dnf install postgresql-upgrade -
Mettez à jour votre base de données PostgreSQL
1 2
sudo -iu postgres postgresql-setup --upgrade
Renouvèlement du branding de Rocky Linux¶
-
Téléchargez le dépôt de déploiement Ansible openQA
-
Lancez les tâches liées au branding de Rocky Linux
1ansible-playbook init-openqa-rocky-developer-host.yml -t branding
Références¶
Additional Information
If you have questions with respect to this content or to report concerns regarding the use or misuse content please do not hesitate to contact us at info@rockylinux.org.
Rocky Linux and the Rocky Enterprise Software Foundation (RESF) does not make any express or implied warranties, including but not limited to the warranties of non-infringement of any third party intellectual property rights. RESF does not warrant that any pending trademark applications for trademarks of RESF will result in any granted trademark protection. RESF shall not be liable for any claims relating to user's activities falling within the scope of the permission and user hereby agrees to indemnify, defend and hold RESF and its contributors harmless against any such claim.
This content is licensed under under Attribution-Share Alike 4.0 International license unless otherwise noted.
Author: Trevor Cooper