diff --git a/README.md b/README.md
index 7c6ee90..22e7987 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**Shipped version:** 2.36.3~ynh4
+**Shipped version:** 2.36.3~ynh5
**Demo:**
diff --git a/README_es.md b/README_es.md
index b0beda7..203f171 100644
--- a/README_es.md
+++ b/README_es.md
@@ -19,7 +19,7 @@ No se debe editar a mano.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**Versión actual:** 2.36.3~ynh4
+**Versión actual:** 2.36.3~ynh5
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index a4dedf0..ac8d0b4 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**Paketatutako bertsioa:** 2.36.3~ynh4
+**Paketatutako bertsioa:** 2.36.3~ynh5
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 1f9890b..646be3b 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community.
-**Version incluse :** 2.36.3~ynh4
+**Version incluse :** 2.36.3~ynh5
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index ce136b3..36458b2 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**Versión proporcionada:** 2.36.3~ynh4
+**Versión proporcionada:** 2.36.3~ynh5
**Demo:**
diff --git a/README_id.md b/README_id.md
index 423043d..26076c5 100644
--- a/README_id.md
+++ b/README_id.md
@@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**Versi terkirim:** 2.36.3~ynh4
+**Versi terkirim:** 2.36.3~ynh5
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 6ed5ff9..2592a0f 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -19,7 +19,7 @@
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
-**分发版本:** 2.36.3~ynh4
+**分发版本:** 2.36.3~ynh5
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 301c3a4..76b7f85 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "SnappyMail"
description.en = "Simple, modern, lightweight & fast web-based e-mail client"
description.fr = "Client de messagerie Web simple, moderne, léger et rapide"
-version = "2.36.3~ynh4"
+version = "2.36.3~ynh5"
maintainers = []
diff --git a/scripts/upgrade b/scripts/upgrade
index cd1624b..259642e 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -30,9 +30,10 @@ chown -R "$app:www-data" "$install_dir"
#=================================================
# UPDATE A CONFIG FILE
#=================================================
-#ynh_script_progression "Updating configuration..."
+ynh_script_progression "Updating configuration..."
-#ynh_config_add --template="application.ini" --destination="$install_dir/app/data/_data_/_default_/configs/application.ini"
+mkdir -p "$install_dir/app/data/_data_/_default_/configs"
+ynh_config_add --template="application.ini" --destination="$install_dir/app/data/_data_/_default_/configs/application.ini"
chmod -R "u=rwX,g=,o=" "$install_dir/app/data"
chown -R "$app:$app" "$install_dir/app/data"