From ed2f532fb97cfc17faa58a0d591ccc769d0b247e Mon Sep 17 00:00:00 2001 From: asc-odoo <58533429+asc-odoo@users.noreply.github.com> Date: Wed, 6 Jan 2021 00:43:43 -0800 Subject: [PATCH] [FIX] odoo_sh: fix incorrect link Closes #819 --- odoo_sh/advanced/upgrade_your_database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_sh/advanced/upgrade_your_database.rst b/odoo_sh/advanced/upgrade_your_database.rst index cfdb4e6fe..90d13c1ca 100644 --- a/odoo_sh/advanced/upgrade_your_database.rst +++ b/odoo_sh/advanced/upgrade_your_database.rst @@ -10,7 +10,7 @@ Upgrade your database ------------------------------------ Download a dump of your database (from the :ref:`Builds view `), choose the -exact copy and without filestore options. Upload the .sql.gz dump on https://upgrade.odoo.com/database/upload and +exact copy and without filestore options. Upload the .sql.gz dump on https://upgrade.odoo.com/upload and select the Testing Purpose. If you have custom code, you can choose to have it upgraded by us, or do it yourself. Once it's processed, you'll get a dump of the database in return.