Nous allons voir comment mettre à jour manuellement votre Jeedom (si vous ne pouvez plus accéder à l’interface par exemple)
Important
Pensez bien à exporter la sauvegarde Jeedom fonctionnelle la plus récente en dehors de la box avant toute mise à jour manuelle.
En SSH, faites :
su -
cd /root
wget https://github.com/jeedom/core/archive/master.zip
unzip master.zip
cp -R core-master/* /var/www/html
cp -R core-master/.[^.]* /var/www/html
Toujours en SSH:
su -
php /var/www/html/install/update.php mode=force
chmod 775 -R /var/www/html
chown www-data:www-data -R /var/www/html
Important
Si votre installation de Jeedom est un peu ancienne, il faut remplacer tous les
/var/www/html
par/usr/share/nginx/www/jeedom