Skip to content

Commit ec79132

Browse files
committed
[FIX] developer/reference/cli: --db_replica_host
Introduced by odoo/odoo#112000 in 17.0 Part-of: #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
1 parent 9a15bda commit ec79132

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/developer/reference/cli.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ Database
236236

237237
port the database listens on, defaults to 5432
238238

239+
.. option:: --db_replica_host <hostname>
240+
241+
host for the replica database server, disabled when not set / empty
242+
243+
.. option:: --db_replica_port <port>
244+
245+
the port the replica database listens on, defaults to :option:`--db_port`
246+
239247
.. option:: --db-filter <filter>
240248

241249
hides databases that do not match ``<filter>``. The filter is a

0 commit comments

Comments
 (0)