Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(doc): add clean yum cache command for 18.10 upgrade
Browse files Browse the repository at this point in the history
Without this command, centos scl repository is not taken
into account, and upgrade process fails
  • Loading branch information
adr-mo committed Dec 5, 2018
1 parent e2f3dd2 commit 8d08320
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/en/upgrade/from_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ Run the following command: ::
Updating the Centreon solution
==============================

Clean yum cache: ::

# yum clean all

Upgrade all components: ::

# yum update centreon*
# yum update centreon\*

.. note::
Accept new GPG keys from repositories as needed.
Expand Down
6 changes: 5 additions & 1 deletion doc/fr/upgrade/from_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ Exécutez la commande suivante : ::
Mise à jour de la solution Centreon
===================================

Mettez à jour le cache de yum : ::

# yum clean all

Mettez à jour l'ensemble des composants : ::

# yum update centreon*
# yum update centreon\*

.. note::
Acceptez les nouvelles clés GPG des dépôts si nécessaire.
Expand Down

0 comments on commit 8d08320

Please sign in to comment.