We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797448d commit 7a4968eCopy full SHA for 7a4968e
content/developer/reference/cli.rst
@@ -221,6 +221,20 @@ Database
221
222
port the database listens on, defaults to 5432
223
224
+.. option:: --db_replica_host <hostname>
225
+
226
+ host for the replica server
227
228
+ When set, it redirect all read-only transactions to this host, instead of of the primary
229
+ database at ``--db_host``.
230
231
+ The host can be set to an empty string or to the same value as ``--db_host`` to simulate a
232
+ replicated environnement, for development.
233
234
+.. option:: --db_replica_port <port>
235
236
+ port the replica database listens on, defaults to 5432
237
238
.. option:: --db-filter <filter>
239
240
hides databases that do not match ``<filter>``. The filter is a
0 commit comments