From 267fe106756ee723114cf1680aae50d6f33b6110 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Mon, 20 Sep 2021 08:04:04 +0000 Subject: [PATCH] [FIX] maintain: upgrade command line link closes odoo/documentation#1149 X-original-commit: 727692907153974bc475a3aadab608ae37840677 Signed-off-by: Victor Feyens (vfe) Signed-off-by: Denis Ledoux (dle) --- content/administration/maintain/db_upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/administration/maintain/db_upgrade.rst b/content/administration/maintain/db_upgrade.rst index 78710b38d..5eb39cfaa 100644 --- a/content/administration/maintain/db_upgrade.rst +++ b/content/administration/maintain/db_upgrade.rst @@ -128,7 +128,7 @@ There are two possibilities: #. Via the interface of our `website form `_ #. | For technically-advanced users and partners, via the following command line (to be used on the machine where your database is hosted): - | ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d -t 14.0`` + | ``python <(curl -s https://upgrade.odoo.com/upgrade) test -d -t 14.0`` What does it do? ~~~~~~~~~~~~~~~~