Changes between Version 143 and Version 144 of ProjectOptions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v143 v144  
    546546        The hostname can be of the form hostname:port.
    547547
     548== Replica Database info == #db
     549        Description a replica database server, which is used for read-only queries (optional).
     550        NOTE: according to Bernd Machenschalk, using a separate user account with read-only
     551        access to the replica increases the apparent consistency between main and replica.
     552
    548553 [ <replica_db_name>name</replica_db_name> ]::
    549554 [ <replica_db_user>database_user_name</replica_db_user> ]::
    550555 [ <replica_db_host>hostname</replica_db_host> ]::
    551556 [ <replica_db_passwd>database_password</replica_db_passwd> ]::
    552         Description a replica database server, which is used for read-only queries (optional).
    553         NOTE: according to Bernd Machenschalk, using a separate user account with read-only
    554         access to the replica increases the apparent consistency between main and replica.
     557 [<replica_fallback_mode>N</replica_fallback_mode> ]::
     558N=
     559     * 0 = default, use db_user if no replica_db_user is specified, first try replica_db_host (if specified) then db_host
     560     * 1=only use replica_db_user, first try replica_db_host then db_host
     561     * 2=only use replica_db_user, only try replica_db_host
    555562
    556563== Hosts, directories, and URLs == #dirs