[IMP] maintain: on premise filename change and media movement

X-original-commit: 8ca7d66faa
Part-of: odoo/documentation#1187
This commit is contained in:
Jonathan Castillo (jcs) 2021-10-11 16:04:46 +00:00
parent 533e11c19e
commit a1707b2eb1
12 changed files with 14 additions and 16 deletions

View File

@ -10,5 +10,5 @@ Maintain
maintain/db_upgrade maintain/db_upgrade
maintain/enterprise maintain/enterprise
maintain/hosting_changes maintain/hosting_changes
maintain/db_premise maintain/on_premise
maintain/supported_versions maintain/supported_versions

View File

@ -1,9 +1,6 @@
==============================
.. _db_premise: On-premise database management
==============================
===============================
On-premises Database management
===============================
Register a database Register a database
=================== ===================
@ -21,7 +18,7 @@ Registration Error Message
If you are unable to register your database, you will likely encounter this If you are unable to register your database, you will likely encounter this
message: message:
.. image:: media/error_message_sub_code.png .. image:: on_premise/error_message_sub_code.png
:align: center :align: center
:alt: Something went wrong while registering your database, :alt: Something went wrong while registering your database,
you can try again or contact Odoo Help you can try again or contact Odoo Help
@ -44,14 +41,14 @@ Solutions
* You can unlink the old database yourself on your `Odoo Contract * You can unlink the old database yourself on your `Odoo Contract
<https://accounts.odoo.com/my/subscription>`__ with the button "Unlink database" <https://accounts.odoo.com/my/subscription>`__ with the button "Unlink database"
.. image:: media/unlink_single_db.png .. image:: on_premise/unlink_single_db.png
:align: center :align: center
A confirmation message will appear; make sure this is the correct database as A confirmation message will appear; make sure this is the correct database as
it will be deactivated shortly: it will be deactivated shortly:
.. image:: media/unlink_confirm_enterprise_edition.png .. image:: on_premise/unlink_confirm_enterprise_edition.png
:align: center :align: center
@ -65,7 +62,7 @@ Solutions
<https://accounts.odoo.com/my/subscription>`__, a short message will appear <https://accounts.odoo.com/my/subscription>`__, a short message will appear
specifying which database is problematic: specifying which database is problematic:
.. image:: media/unlink_db_name_collision.png .. image:: on_premise/unlink_db_name_collision.png
:align: center :align: center
@ -96,7 +93,7 @@ Error message due to too many users
If you have more users in your local database than provisionned in your If you have more users in your local database than provisionned in your
Odoo Enterprise subscription, you may encounter this message: Odoo Enterprise subscription, you may encounter this message:
.. image:: media/add_more_users.png .. image:: on_premise/add_more_users.png
:align: center :align: center
:alt: This database will expire in X days, you :alt: This database will expire in X days, you
have more users than your subscription allows have more users than your subscription allows
@ -125,7 +122,7 @@ Database expired error message
If your database reaches its expiration date before your renew your subscription, If your database reaches its expiration date before your renew your subscription,
you will encounter this message: you will encounter this message:
.. image:: media/database_expired.png .. image:: on_premise/database_expired.png
:align: center :align: center
:alt: This database has expired. :alt: This database has expired.
@ -157,7 +154,7 @@ You can duplicate your database by accessing the database manager on your
server (<odoo-server>/web/database/manager). In this page, you can easily server (<odoo-server>/web/database/manager). In this page, you can easily
duplicate your database (among other things). duplicate your database (among other things).
.. image:: media/db_manager.gif .. image:: on_premise/db_manager.gif
:align: center :align: center
@ -175,5 +172,5 @@ System Parameters`, we advise you to use a `uuid generator <https://www.uuidtool
use the unix command ``uuidgen`` to generate a new uuid. You can then simply replace it like any use the unix command ``uuidgen`` to generate a new uuid. You can then simply replace it like any
other record by clicking on it and using the edit button. other record by clicking on it and using the edit button.
.. image:: media/db_uuid.png .. image:: on_premise/db_uuid.png
:align: center :align: center

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -184,4 +184,4 @@ as you can only have one database linked per subscription.
If you plan to make it your production, If you plan to make it your production,
unlink your former database from the subscription, and register the newly imported database. unlink your former database from the subscription, and register the newly imported database.
Read the :ref:`database registration documentation <db_premise>` for instructions. Read the :doc:`database registration documentation <../../maintain/on_premise>` for instructions.

View File

@ -236,6 +236,7 @@ administration/deployment/cdn.rst administration/install/cdn.rst
administration/deployment/deploy.rst administration/install/deploy.rst # /deployment/* -> /install/* administration/deployment/deploy.rst administration/install/deploy.rst # /deployment/* -> /install/*
administration/deployment/email_gateway.rst administration/install/email_gateway.rst # /deployment/* -> /install/* administration/deployment/email_gateway.rst administration/install/email_gateway.rst # /deployment/* -> /install/*
administration/deployment/install.rst administration/install/install.rst # /deployment/* -> /install/* administration/deployment/install.rst administration/install/install.rst # /deployment/* -> /install/*
administration/maintain/db_premise.rst administration/maintain/on_premise.rst # db_premise -> on_premise
developer/webservices/iap.rst developer/misc/api/iap.rst developer/webservices/iap.rst developer/misc/api/iap.rst
developer/webservices/odoo.rst developer/misc/api/odoo.rst developer/webservices/odoo.rst developer/misc/api/odoo.rst