diff --git a/sco_version.py b/sco_version.py
index 35f4a23424ee4a6be8d1a92d04bc22428a85df35..e0aa0a8f56ff66c9399f51f08fd03bdfea3b4bd6 100644
--- a/sco_version.py
+++ b/sco_version.py
@@ -1,7 +1,7 @@
 # -*- mode: python -*-
 # -*- coding: utf-8 -*-
 
-SCOVERSION = "9.7.10"
+SCOVERSION = "9.7.11"
 
 SCONAME = "ScoDoc"
 
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 93a5de31716408a413f32011211ecd5e28443d7b..38aaba8a23fd929b4aa7fe93eb58028bf8222427 100755
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -24,14 +24,12 @@ export DEBIAN_FRONTEND=noninteractive
 
 check_uid_root "$0"
 
-if [ -z "$SCODOC_UPGRADE_RUNNING" ]
-   then
-       apt-get update && apt-get -y dist-upgrade
-       # install spécifiquement scodoc9, utile si les dépendances Debian de scodoc9
-       # ont été changées, ce qui peut provoquer un
-       # "packages have been kept back"
-       apt install scodoc9 || alarm_admin "apt install scodoc9 failed"
-fi
+apt-get update && apt-get -y dist-upgrade || alarm_admin "apt-get dist-upgrade failed"
+# install spécifiquement scodoc9, utile si les dépendances Debian de scodoc9
+# ont été changées, ce qui peut provoquer un
+# "packages have been kept back"
+apt install scodoc9 || alarm_admin "apt install scodoc9 failed"
+
 systemctl restart redis
 systemctl restart nginx
 systemctl restart scodoc9