Hello,
This text was translated by google translate, the French original is included following
I raised a new update to jessie, but before I moved /var/cache to save space.
I also creates a temporary user.
The admin user is unavailable during the update.
This may be very annoying if you must reconnect to the server during the upgrade.
I installed screen, the screen use allows me to keep my open session.
See https://en.wikipedia.org/wiki/GNU_Screen.
Then I restarted the system and did some tests.
My test platform is fully operational.
As a side note the space on / is extremely small, about 100MB.
Knowing that on yunohost basic installation there is no partition /var, and /tmp separated.
Here is the procedure used.
** Update ** Jessie
mv /var/cache /home/cache
ln -s /home/cache /var/cache
apt-get update
apt-get install screen
Modified /etc/aptt/source.list (for jessie)
Creation user backup “zz”
"
[Root @ yunohost] etc # useradd -g zz 27 -m
[Root @ yunohost] # password etc zz
ssh zz@192.168.1.229
sudo -i
apt-get update
apt-get install screen
screen
apt-get --download-only dist-upgrade
apt-get dist-upgrade
reboot
Bonjour,
J’ai relancé une nouvelle mise à jour vers jessie, mais avant j’ai déplacé /var/cache pour gagner de la place.
J’ai également crée un utilisateur temporaire.
L’utilisateur admin étant indisponible pendant la mise à jour.
Ceci peut-être très gênant si on doit se reconnecter au serveur pendant l’upgrade.
J’ai installé screen, l’usage de screen me permet de garder ma session ouverte, voir https://en.wikipedia.org/wiki/GNU_Screen.
J’ai ensuite redémarré le système et fait quelques tests.
Ma plate-forme de test est parfaitement opérationnelle.
En remarque l’espace sur / est extrêmement réduit, environ 100Mo.
Sachant que sur installation de base de yunohost il n’y a pas de partition /var et /tmp séparée.
Voici le mode opératoire utilisé.
Mise à jour en Jessie
mv /var/cache /home/cache
ln -s /home/cache /var/cache
apt-get update
apt-get install screen
modif /etc/pat/source.list (pour jessie)
Creation user de secours “zz”
"
[root@yunohost] etc # useradd zz -g 27 -m
[root@yunohost] etc # password zz
ssh zz@192.168.1.229
sudo -i
apt-get update
apt-get install screen
apt-get --download-only dist-upgrade
screen
apt-get dist-upgrade
reboot
Nino