diff --git a/db_management/hosting_changes.rst b/db_management/hosting_changes.rst new file mode 100644 index 000000000..e6dd43986 --- /dev/null +++ b/db_management/hosting_changes.rst @@ -0,0 +1,63 @@ +:banner: banners/hosting_changes.png + +.. _db_management/hosting_changes: + +=============== +Hosting Changes +=============== + +You may want to move your Odoo database from one hosting solution to another. +Depending on the platforms, you have to do it by yourself or contact our support team first. + +From on-premises to Odoo Online +=============================== + +.. warning:: Odoo Online is not compatible with **non-standard apps**. + +1. Create a :ref:`duplicate ` of your database: in this duplicate, uninstall all the **non-standard apps**. +2. Grab a "dump with filestore" of your database by using the Database Manager. +3. **If you have time constraints, contact us earlier to schedule the transfer.** +4. `Create a support ticket `_ and attach the dump (if the file is too large, use any file transfer service and attach the link to your ticket). Also include your subscription number and the URL you want to use for your database (e.g.: my-company.odoo.com). +5. We will make sure your database is compatible and upload it to our cloud. In case of technical issues, we will get in touch with you. +6. It's done! + +From on-premises to Odoo.sh +=========================== + +1. Follow the :ref:`Import your database section of the Odoo.sh documentation `. +2. ...and voilĂ ! + +From Odoo Online to on-premises +=============================== + +1. Log into `your Odoo Online user portal `_ and look for the version number of your database. +2. If your database does not run a :ref:`major version ` of Odoo, you cannot host it on-premises yet, you have to upgrade it first to a new major version. (*e.g.: If your database runs Odoo 12.3 which is not a major version, you have to upgrade it first to Odoo 13.0 or 14.0.*) +3. Download a backup of your database by clicking on the "Gear" icon next to your database name then :menuselection:`Download` (if the download fails due to your backup file being too large, contact `our support `_) +4. Restore it from the database manager on your local server. + +From Odoo Online to Odoo.sh +=========================== + +1. Log into `your Odoo Online user portal `_ and look for the version number of your database. +2. If your database does not run a :ref:`major version ` of Odoo, you cannot host it on Odoo.sh yet, you have to upgrade it first to a new major version. (*e.g.: If your database runs Odoo 12.3 which is not a major version, you have to upgrade it first to Odoo 13.0 or 14.0.*) +3. Download a backup of your database by clicking on the "Gear" icon next to your database name then :menuselection:`Download` (if the download fails due to your backup file being too large, contact `our support `_) +4. Follow the :ref:`Import your database section of the Odoo.sh documentation `. + +From Odoo.sh to Odoo Online +=========================== + +.. warning:: Odoo Online is not compatible with **non-standard apps**. + +1. Uninstall all the **non-standard apps**: test it in a staging build first, then do it in your production build. +2. **If you have time constraints, contact us earlier to schedule the transfer.** +3. `Create a support ticket `_ and attach the dump (if the file is too large, use any file transfer service and attach the link to your ticket). Also include your subscription number and the URL you want to use for your database (e.g.: my-company.odoo.com). +4. We will make sure your database is compatible and upload it to our cloud. In case of technical issues, we will get in touch with you. +5. It's done! + +From Odoo.sh to on-premises +=========================== + +1. Grab a :ref:`backup of your Odoo.sh production database `. +2. Restore it from the database manager on your local server. + + diff --git a/odoo_sh/getting_started/branches.rst b/odoo_sh/getting_started/branches.rst index 639c49501..9b5104bc3 100644 --- a/odoo_sh/getting_started/branches.rst +++ b/odoo_sh/getting_started/branches.rst @@ -234,6 +234,8 @@ If you scroll to the bottom, the browser will scroll automatically each time a n You can pause the logs fetching by clicking on the according button in the upper right corner of the view. The fetching is automatically stopped after 5 minutes. You can restart it using the play button. +.. _odoo_sh_branches_backups: + Backups ------- A list of the backups available for download and restore, the ability to perform a manual backup and to import a diff --git a/odoo_sh/getting_started/create.rst b/odoo_sh/getting_started/create.rst index e7a3afaa0..923b613d1 100644 --- a/odoo_sh/getting_started/create.rst +++ b/odoo_sh/getting_started/create.rst @@ -74,6 +74,8 @@ You can start using Odoo.sh. Your first build is about to be created. You will s .. image:: ./media/deploy-done.png :align: center +.. _odoo_sh_import_your_database: + Import your database ==================== diff --git a/practical.rst b/practical.rst index 46b35d221..266af757a 100644 --- a/practical.rst +++ b/practical.rst @@ -10,6 +10,7 @@ Practical Information db_management/documentation db_management/db_online db_management/db_premise + db_management/hosting_changes portal/my_odoo_portal support legal diff --git a/support/supported_versions.rst b/support/supported_versions.rst index fb2a65f9a..2a93c3341 100644 --- a/support/supported_versions.rst +++ b/support/supported_versions.rst @@ -1,5 +1,6 @@ .. :banner: banners/support.jpg +.. _supported_versions: ================== Supported versions