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? ~~~~~~~~~~~~~~~~