Bonjour et bonnes fêtes à vous, voilà je dispose d’un abonnement premium, seulement sur mon serveur Debian la version actuelle est la version 0.9.12.19 comment faire pour la mettre à jour, à savoir que via l’interface en ligne on ne me propose aucune MAJ.
Bonsoir et merci, seulement j’aimerai ne pas avoir à installer toutes les Maj à la main alors j’ai édité mon fichier source.list et j’ai ajouté ce repo :
deb http://shell.ninthgate.se/packages/debian plexpass main
Ensuite un :
sudo apt-get update && sudo apt-get upgrade
Cela a bien mis à jour mon Plex mais apparement pas avec la toute dernière version car j’ai la 0.9.14.5
J’ai vu sur le forum qu’ils ont désactivé cette fonction depuis une version 0.9.14.x mais j’ai rien trouver dans les logs de changement. Ça fait ça pour tout le monde ne t’inquiète pas. Si tu veux vraiment la dernière version du n’aura pas le choix en manuel pour le moment.
la MAJ manuelle est rapide et ce n’est pas une action quotidienne, personnellement je met le serveur à jour une fois par mois.
C’est bien de mettre à jour automatiquement mais derrière il peut y avoir des bugs et tu n’auras pas forcément le temps de t’y pencher. En mettant à jour manuellement, tu choisis un moment où tu as du temps pour voir si tout fonctionne bien et tester les nouvelles fonctionnalités.
J’ai monté un NAS et installé OMV dessus et voici ce que je trouve sur l’onglet Setup Info du plugin Server Plex Media :
Upgrading Plex Media Server Manually
This will normally only have to be done by Plex Pass members upgrading to the latest packages.
Command line: /etc/init.d/plexmediaserver stop
Command line: cd /var/cache/apt/archives
Command line: rm plex*.deb
Now move the new package to this location /var/cache/apt/archives. While in the archives directory the best method is to use "wget downloadlink" from Plex forums.
While on the post in the Plex forum where the package links are located right click on the 32 or 64 bit link. Then click on "Copy link address".
In a Putty root session to your OMV: cd /var/cache/apt/archives
Still in root session: wget(type a space after the wget then right click and paste the link. Hit ENTER and the package will download directly to this location.)
Now install the package while still in archives directory: dpkg -i plex(hit TAB and then ENTER)
After installation start PlexMediaServer: /etc/init.d/plexmediaserver start
J’ai monté un NAS et installé OMV dessus et voici ce que je trouve sur l’onglet Setup Info du plugin Server Plex Media :
Upgrading Plex Media Server Manually
This will normally only have to be done by Plex Pass members upgrading to the latest packages.
Command line: /etc/init.d/plexmediaserver stop
Command line: cd /var/cache/apt/archives
Command line: rm plex*.deb
Now move the new package to this location /var/cache/apt/archives. While in the archives directory the best method is to use "wget downloadlink" from Plex forums.
While on the post in the Plex forum where the package links are located right click on the 32 or 64 bit link. Then click on "Copy link address".
In a Putty root session to your OMV: cd /var/cache/apt/archives
Still in root session: wget(type a space after the wget then right click and paste the link. Hit ENTER and the package will download directly to this location.)
Now install the package while still in archives directory: dpkg -i plex(hit TAB and then ENTER)
After installation start PlexMediaServer: /etc/init.d/plexmediaserver start