Changes between Version 144 and Version 145 of ProjectOptions


Ignore:
Timestamp:
Nov 10, 2017, 11:26:52 PM (6 years ago)
Author:
Seth
Comment:

Add details about missing config item replica_fallback_mode

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v144 v145  
    547547
    548548== Replica Database info == #db
    549         Description a replica database server, which is used for read-only queries (optional).
     549        A replica database server, which is used for read-only queries (optional).
    550550        NOTE: according to Bernd Machenschalk, using a separate user account with read-only
    551551        access to the replica increases the apparent consistency between main and replica.
     
    555555 [ <replica_db_host>hostname</replica_db_host> ]::
    556556 [ <replica_db_passwd>database_password</replica_db_passwd> ]::
    557  [<replica_fallback_mode>N</replica_fallback_mode> ]::
    558 N=
     557 [<replica_fallback_mode>N</replica_fallback_mode> ]:: N=
    559558     * 0 = default, use db_user if no replica_db_user is specified, first try replica_db_host (if specified) then db_host
    560559     * 1=only use replica_db_user, first try replica_db_host then db_host