From 425b516df998f3e1390c2bc215991d3f4fc9b9a5 Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 21 Jul 2020 10:23:00 +0200 Subject: [PATCH] =?UTF-8?q?Apr=C3=A8s=20une=20mise=20=C3=A0=20jour=20de=20?= =?UTF-8?q?Debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoRedmine.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoRedmine.md b/HowtoRedmine.md index 00123fa9..9cf86491 100644 --- a/HowtoRedmine.md +++ b/HowtoRedmine.md @@ -265,6 +265,14 @@ systemctl --user start puma systemctl --user status puma ~~~ +#### Après une mise à jour de Debian + +Après une mise à jour du type Debian 9 vers Debian 10, il faut remettre à jour les gems. + +~~~ +bundle install --redownload +~~~ + ### Taches d'administration Lancer un shell ruby dans l'environnement de production :