We will see how to manually update your Jeedom (if you can no longer access the interface for example)
IMPORTANT
Remember to export the most recent functional Jeedom backup outside the box before any manual update.
In SSH, do :
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
If your Jeedom installation is a bit old, you must replace all
/var/www/html
by/usr/share/nginx/www/jeedom