Mise à jour d’un serveur FOG
La procédure est relativement simple.
On se connecte sur le serveur FOG en ssh. On se place dans le répertoire /opt/
On télécharge la dernière version sur GitHub ( exemple pour la version 1.5.4 ) :
# wget https://github.com/FOGProject/fogproject/archive/1.5.4.tar.gz
# tar -xzvf 1.5.4.tar.gz
# cd fogproject-1.5.4/bin
# sudo ./installfog.sh
La mise à jour se lance … … … …api commons fog index.php maintenance mobile status client favicon.ico fogdoc iso lib management service
[root@serveurfog1v home]#
# ls -al /var/www/html/fog/
total 372
drwxr-xr-x 11 apache apache 176 25 juil. 15:48 .
drwxr-xr-x. 3 root root 17 25 juil. 15:18 ..
drwxr-xr-x 2 apache apache 23 25 juil. 15:18 api
drwxr-xr-x 2 apache apache 133 25 juil. 15:20 client
drwxr-xr-x 2 apache apache 93 25 juil. 15:18 commons
-rw-r–r– 1 apache apache 370070 25 juil. 15:18 favicon.ico
lrwxrwxrwx 1 apache apache 18 25 juil. 15:18 fog -> /var/www/html/fog/
drwxr-xr-x 2 apache apache 125 25 juil. 15:18 fogdoc
-rw-r–r– 1 apache apache 572 25 juil. 15:18 index.php
drwxr-xr-x 9 root root 114 25 juil. 15:18 iso
drwxr-xr-x 13 apache apache 173 25 juil. 15:18 lib
drwxr-xr-x 10 apache apache 143 25 juil. 15:18 management
drwxr-xr-x 3 apache apache 4096 25 juil. 15:18 service
drwxr-xr-x 2 apache apache 269 25 juil. 15:18 status
[root@frlulpfog1v home]#
total 372
drwxr-xr-x 11 apache apache 176 25 juil. 15:48 .
drwxr-xr-x. 3 root root 17 25 juil. 15:18 ..
drwxr-xr-x 2 apache apache 23 25 juil. 15:18 api
drwxr-xr-x 2 apache apache 133 25 juil. 15:20 client
drwxr-xr-x 2 apache apache 93 25 juil. 15:18 commons
-rw-r–r– 1 apache apache 370070 25 juil. 15:18 favicon.ico
lrwxrwxrwx 1 apache apache 18 25 juil. 15:18 fog -> /var/www/html/fog/
drwxr-xr-x 2 apache apache 125 25 juil. 15:18 fogdoc
-rw-r–r– 1 apache apache 572 25 juil. 15:18 index.php
drwxr-xr-x 9 apache apache 114 25 juil. 15:18 iso
drwxr-xr-x 13 apache apache 173 25 juil. 15:18 lib
drwxr-xr-x 10 apache apache 143 25 juil. 15:18 management
drwxr-xr-x 3 apache apache 4096 25 juil. 15:18 service
drwxr-xr-x 2 apache apache 269 25 juil. 15:18 status
2 commentaires
Kevin · 11 juin 2020 à 9 h 19 min
Bonjour. Merci pour ces explications. Mon Dossier « fog » de base se trouve dans /opt/fog . Je veux le mettre à jour mais avant de faire une mauvaise manipulation, pourriez-vous me dire où je dois extraire les fichiers et dossiers téléchargés ici? https://fogproject.org/download
Je crée un nouveau répertoire « NEW-FOG »‘ dans /opt ? ou alors je mets tout dans /opt/fog qui est ma version actuelle?
D’avance merci.
Tpeltier · 11 juin 2020 à 12 h 46 min
Je n’ai plus de serveur Fog sous la main, mais de mémoire il faut télécharger la nouvelle version dans un nouveau répertoire pour pouvoir lancer l’installation …