From b8f384663ed1e6411525e82cafcffaa8dd73b7c7 Mon Sep 17 00:00:00 2001 From: Richard Mathot Date: Thu, 10 Sep 2020 17:28:01 +0200 Subject: [PATCH] [FIX] odoo.sh: details about storage computation --- odoo_sh/getting_started/settings.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/odoo_sh/getting_started/settings.rst b/odoo_sh/getting_started/settings.rst index 066146e46..ccf4fe9db 100644 --- a/odoo_sh/getting_started/settings.rst +++ b/odoo_sh/getting_started/settings.rst @@ -163,11 +163,20 @@ To configure the deploy key for a private repository, proceed as follows: Storage Size ============ -This section shows a small description of the storage size used by your project. +This section shows the storage size used by your project. .. image:: ./media/interface-settings-storage.png :align: center +Storage size is computed as follows: + +* the size of the PostgreSQL database + +* the size of the disk files available in your container: database filestore, sessions storage directory... + +.. Warning:: + In case you want to analyze disk usage, you can run the tool `ncdu `_ in your Web Shell. + Should your production database size grow to exceed what's provisioned in your subscription, it will automatically be synchronized with it.