From 1c40aba2d5d416185e6dc8fc6b75f5f157c39152 Mon Sep 17 00:00:00 2001 From: "Krzysztof Magusiak (krma)" Date: Thu, 11 Dec 2025 14:02:31 +0000 Subject: [PATCH] [IMP] core: config option for system database odoo/odoo#239487 --- content/developer/reference/cli.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index 6f9b1b8ed..5705d7668 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -318,6 +318,11 @@ Database when creating new databases from the database-management screens, use the specified `template database`_. Defaults to ``template0``. +.. option:: --db-system + + specify the database for shared system operations like bus and maintenance. + Defaults to ``postgres``. + .. option:: --pg_path Path to the PostgreSQL binaries that are used by the database manager to