2025-02-27 18:56:07 +07:00
|
|
|
# Neutralized database
|
2023-12-21 20:42:58 +07:00
|
|
|
|
|
|
|
A neutralized database is a non-production database on which several parameters are deactivated.
|
|
|
|
This enables one to carry out tests without the risk of launching specific automated processes that
|
|
|
|
could impact production data (e.g., sending emails to customers). Live access is removed and
|
|
|
|
turned into a testing environment.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{note}
|
|
|
|
**Any testing database created is a neutralized database:**
|
2023-12-21 20:42:58 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
- testing backup databases
|
|
|
|
- duplicate databases
|
|
|
|
- for Odoo.sh: staging and development databases
|
|
|
|
:::
|
2023-12-21 20:42:58 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{important}
|
|
|
|
A database can also be neutralized when upgrading, as it is vital to do some tests before
|
|
|
|
switching to a new version.
|
|
|
|
:::
|
2023-12-21 20:42:58 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Deactivated features
|
2023-12-21 20:42:58 +07:00
|
|
|
|
2024-06-05 18:58:17 +07:00
|
|
|
Here is a non-exhaustive list of the deactivated features:
|
2023-12-21 20:42:58 +07:00
|
|
|
|
|
|
|
- all planned actions (e.g., automatic invoicing of subscriptions, mass mailing, etc.)
|
|
|
|
- outgoing emails
|
|
|
|
- bank synchronization
|
|
|
|
- payment providers
|
|
|
|
- delivery methods
|
2025-02-27 18:56:07 +07:00
|
|
|
- {abbr}`IAP (In-App Purchase)` tokens
|
2024-06-05 18:58:17 +07:00
|
|
|
- website visibility (prevent search engines from indexing your site)
|
2023-12-21 20:42:58 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{note}
|
|
|
|
**A red banner at the top of the screen is displayed on the neutralized database so that it can
|
|
|
|
be seen immediately.**
|
|
|
|
:::
|
|
|
|
|